Commit 993e87f
Issue #139 Fix CI workflow for Java 24+ JTD codegen module
- Updated CI workflow to use Java 24 (required for JTD codegen module)
- Changed distribution from temurin to oracle for Java 24 availability
- Updated expected test count from 611 to 850 (includes new codegen tests)
- Updated expected skipped count to 2 (recursive schemas in codegen)
The json-java21-jtd-codegen module requires Java 24+ for the ClassFile API (JEP 484).
Previous workflow used Java 21 which caused compilation failure: 'release version 24 not supported'.
Co-authored-by: Simon Massey <simbo1905@users.noreply.github.com>1 parent 407129c commit 993e87f
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments