Skip to content

Commit

Permalink
Update release notes wrt #745
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed May 3, 2022
1 parent d253029 commit 7ae11e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
10 changes: 3 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,10 @@
</scm>

<properties>
<!-- 31-Mar-2022: Change to Java8/JDK1.8 compatibility for Jackson-Core 2.14 (was Java6/JDK1.6),
but use Moditect to get JDK9+ module info support; need newer bundle plugin as well
<!-- 03-May-2022: Change Java compatibility for Jackson-Core 2.14 from Java6 to Java8,
still use Moditect to get JDK9+ module info support; need newer bundle plugin as well
(can just defaults from `jackson-parent`)
-->
<javac.src.version>1.8</javac.src.version>
<javac.target.version>1.8</javac.target.version>

<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>

<osgi.export>com.fasterxml.jackson.core;version=${project.version},
com.fasterxml.jackson.core.*;version=${project.version}
Expand Down
1 change: 1 addition & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ JSON library.
#733: Add `StreamReadCapability.EXACT_FLOATS` to indicate whether parser reports exact
floating-point values or not
(contributed Doug R)
#745: Change minimum Java version to 8
#751: Remove workaround for old issue with a particular double
(contributed by @pjfanning)
#753: Add `NumberInput.parseFloat()`
Expand Down

0 comments on commit 7ae11e1

Please sign in to comment.