File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 38
38
</scm >
39
39
40
40
<properties >
41
- <!-- 01-Dec-2024 , tatu: [annotations#267] Retain Java 8 baseline
42
- for annotations (up from Jackson 2.x Java 1.6 baselin )
41
+ <!-- 11-Jan-2025 , tatu: [annotations#272] JDK 17 for Jackson 3.x
42
+ (up from Jackson 2.x Java 1.6 baseline for annotations )
43
43
-->
44
- <javac .src.version>1.8 </javac .src.version>
45
- <javac .target.version>1.8 </javac .target.version>
44
+ <javac .src.version>17 </javac .src.version>
45
+ <javac .target.version>17 </javac .target.version>
46
46
47
47
<osgi .export>com.fasterxml.jackson.annotation.*;version=${project.version} </osgi .export>
48
48
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ mostly)
11
11
12
12
3.0 (not yet released)
13
13
14
- #267: Raise minimum Java version for ` jackson-annotations` to Java 8 for Jackson 3.x
14
+ #272: Require JDK17 for jackson-annotations 3.0 for proper `module-info.java`
15
15
- Change `JsonInclude.value`, `JsonInclude.content` to `USE_DEFAULTS` (from `ALWAYS`)
You can’t perform that action at this time.
0 commit comments