Commit 91cabac
committed
Fix CI: exclude Java 24+ codegen modules from Java 21 build, fix logging init
- Exclude json-java21-jtd-codegen and json-java21-jsonpath-codegen from
the Java 21 CI build (they require JDK 24+ ClassFile API)
- Update test count to 653 (excluding codegen modules)
- Fix CodegenTestBase to handle empty logging level property in CI
To verify: mvn test -pl '!json-java21-jtd-codegen,!json-java21-jsonpath-codegen'1 parent 3ca2b83 commit 91cabac
File tree
2 files changed
+6
-3
lines changed- .github/workflows
- json-java21-jsonpath-codegen/src/test/java/json/java21/jsonpath/codegen
2 files changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| |||
0 commit comments