Commit 9dfd35c
springbootdemo-wildfly: apply Gemini review fixes
jboss-web.xml: replace obsolete JBoss AS 5 DOCTYPE/DTD declaration with the
modern WildFly 32+ Jakarta EE schema (jboss-web_15_1.xsd, urn:jboss:jakartaee:1.0).
The old jboss-web_5_0.dtd is from JBoss AS 5 (2008); WildFly parses it via
backward-compat but the schema mismatch produces spurious validation warnings.
Axis2WebAppInitializer: downgrade axis2.repository.path log from WARN to INFO.
Setting the repository path is a normal startup step, not a warning condition.
Using WARN would cause log-scanning tools to flag it on every deployment.
Not fixed (by design):
- Duplicate artifactId axis2-json-api: both wildfly and tomcat11 modules are
standalone POMs (no shared reactor parent), so Maven GAV uniqueness is not
required; both deploy to the same context path /axis2-json-api intentionally.
- woodstox-core-asl:4.4.1: pre-existing in tomcat11, carried over; Axis2
requires this specific artifact for StAX parsing — upgrade tracked separately.
- commons-fileupload2 M2: no stable release available at time of writing.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent ebc330b commit 9dfd35c
2 files changed
Lines changed: 8 additions & 6 deletions
File tree
- modules/samples/userguide/src/userguide
- springbootdemo-tomcat11/src/main/java/userguide/springboot/configuration
- springbootdemo-wildfly/src/main/webapp/WEB-INF
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
Lines changed: 7 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
| 1 | + | |
5 | 2 | | |
6 | 3 | | |
7 | 4 | | |
8 | 5 | | |
| 6 | + | |
| 7 | + | |
9 | 8 | | |
10 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
0 commit comments