File tree 2 files changed +4
-7
lines changed
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 34
34
</scm >
35
35
36
36
<properties >
37
- <!-- 31-Mar-2022: Change to Java8/JDK1.8 compatibility for Jackson-Core 2.14 (was Java6/JDK1.6),
38
- but use Moditect to get JDK9+ module info support; need newer bundle plugin as well
37
+ <!-- 03-May-2022: Change Java compatibility for Jackson-Core 2.14 from Java6 to Java8,
38
+ still use Moditect to get JDK9+ module info support; need newer bundle plugin as well
39
+ (can just defaults from `jackson-parent`)
39
40
-->
40
- <javac .src.version>1.8</javac .src.version>
41
- <javac .target.version>1.8</javac .target.version>
42
-
43
- <maven .compiler.source>1.8</maven .compiler.source>
44
- <maven .compiler.target>1.8</maven .compiler.target>
45
41
46
42
<osgi .export>com.fasterxml.jackson.core;version=${project.version} ,
47
43
com.fasterxml.jackson.core.*;version=${project.version}
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ JSON library.
23
23
#733 : Add `StreamReadCapability .EXACT_FLOATS ` to indicate whether parser reports exact
24
24
floating - point values or not
25
25
(contributed Doug R )
26
+ #745 : Change minimum Java version to 8
26
27
#751 : Remove workaround for old issue with a particular double
27
28
(contributed by @pjfanning )
28
29
#753 : Add `NumberInput.parseFloat()`
You can’t perform that action at this time.
0 commit comments