Commit 8fac90e
springbootdemo: Gemini review fixes — uri.endsWith consistency and axis2.version property use
- Replace uri.contains(\"/swagger-ui\") with uri.endsWith(\"/swagger-ui\") ||
uri.contains(\"/swagger-ui/\") in OpenApiServlet (both springbootdemo and
springbootdemo-tomcat11) — prevents false matches on URIs that happen to
contain /swagger-ui as a non-terminal substring
- Use \${axis2.version} property for axis2-openapi dependency version in
springbootdemo-tomcat11 pom.xml — consistent with the property already
used in the antrun copy tasks added in the previous commit
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent d82edc0 commit 8fac90e
3 files changed
Lines changed: 3 additions & 3 deletions
File tree
- modules/samples/userguide/src/userguide
- springbootdemo-tomcat11
- src/main/java/userguide/springboot/configuration
- springbootdemo/src/main/java/userguide/springboot/configuration
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | | - | |
| 237 | + | |
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments