Commit 19b7468
Fix Java 17 compilation errors in OpenApiSpecGenerator
- Line 950: isSystemService() takes AxisService, not String — pass
the service object instead of svcName
- Line 1002: SLF4J debug(String, int) resolves to debug(String, Throwable)
under Java 17 — use string concatenation instead
These errors caused the GitHub Actions Site job to fail.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent ef24536 commit 19b7468
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
947 | 947 | | |
948 | 948 | | |
949 | 949 | | |
950 | | - | |
| 950 | + | |
951 | 951 | | |
952 | 952 | | |
953 | 953 | | |
| |||
999 | 999 | | |
1000 | 1000 | | |
1001 | 1001 | | |
1002 | | - | |
| 1002 | + | |
1003 | 1003 | | |
1004 | 1004 | | |
1005 | 1005 | | |
| |||
0 commit comments