File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 44 branches :
55 - master
66 - " 3.0"
7- - " 2.19"
87 paths-ignore :
98 - " README.md"
109 - " release-notes/*"
1110 pull_request :
1211 branches :
1312 - master
1413 - " 3.0"
15- - " 2.19"
1614 paths-ignore :
1715 - " README.md"
1816 - " release-notes/*"
@@ -22,11 +20,11 @@ permissions:
2220
2321jobs :
2422 build :
25- runs-on : ' ubuntu-20 .04'
23+ runs-on : ' ubuntu-22 .04'
2624 strategy :
2725 fail-fast : false
2826 matrix :
29- java_version : ['8', '11', ' 17', '21']
27+ java_version : ['17', '21']
3028 include :
3129 - java_version : ' 8'
3230 release_build : ' R'
Original file line number Diff line number Diff line change 3333 <url >https://github.com/FasterXML/jackson-modules-java8/issues</url >
3434 </issueManagement >
3535
36+ <properties >
37+ <!-- [databind#4820]: Java 17 baseline -->
38+ <javac .src.version>17</javac .src.version>
39+ <javac .target.version>17</javac .target.version>
40+ </properties >
41+
3642 <!-- NOTE: `dependencyManagement` comes from jackson-bom -->
3743
3844 <dependencies >
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ due to number of types.
1717
1818- #68: Parsing of `ZoneId` should respect `ALLOW_COERCION_OF_SCALARS`
1919 wrt empty String
20+ - Minimum Java baseline: Java 17
2021- Deprecate "paramater names" and "datatypes" modules as functionality
2122 now included directly in `jackson-databind`
2223- Remove legacy `JSR310Module`
You can’t perform that action at this time.
0 commit comments