Skip to content

Commit 7ae11e1

Browse files
committed
Update release notes wrt #745
1 parent d253029 commit 7ae11e1

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

pom.xml

+3-7
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,10 @@
3434
</scm>
3535

3636
<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`)
3940
-->
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>
4541

4642
<osgi.export>com.fasterxml.jackson.core;version=${project.version},
4743
com.fasterxml.jackson.core.*;version=${project.version}

release-notes/VERSION-2.x

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ JSON library.
2323
#733: Add `StreamReadCapability.EXACT_FLOATS` to indicate whether parser reports exact
2424
floating-point values or not
2525
(contributed Doug R)
26+
#745: Change minimum Java version to 8
2627
#751: Remove workaround for old issue with a particular double
2728
(contributed by @pjfanning)
2829
#753: Add `NumberInput.parseFloat()`

0 commit comments

Comments
 (0)