Commit ebc330b
docs: update READMEs for tomcat11 and wildfly modules; add .gitignore log rule
springbootdemo-tomcat11/README.md:
- Fix service table: correct names (loginService/doLogin, testws/doTestws) and
add FinancialBenchmarkService with all three operations
- Fix all curl examples to use correct JSON-RPC format {"op":[{"arg0":{...}}]}
- Add /openapi-mcp.json to OpenAPI endpoints table
- Document ESAPI SafeString constraint on testws messagein field
- Note JDK 25 compatibility alongside JDK 21 in tested-with header and table
- Update Relationship section to reference springbootdemo-wildfly (not springbootdemo)
springbootdemo-wildfly/pom.xml:
- Fix deploy comment: rsync + .dodeploy marker instead of cp *.war
- Add JDK note: compiled at Java 21 source level, tested on JDK 21 and JDK 25
.gitignore: ignore axis2-json-api*.log files produced by the rolling appender
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent a0b41f6 commit ebc330b
2 files changed
Lines changed: 8 additions & 3 deletions
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
| |||
190 | 193 | | |
191 | 194 | | |
192 | 195 | | |
193 | | - | |
| 196 | + | |
194 | 197 | | |
195 | 198 | | |
196 | 199 | | |
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
0 commit comments