Releases: java-json-tools/jackson-coreutils
Releases · java-json-tools/jackson-coreutils
2.0
- incompatibility from 1.x:
JsonNumEquals
no longer extends Guava's Equivalence
, but provides a feature subset and is the implementation for JsonNumEquivalence
in pending package jackson-coreutils-equivalence
- update jackson-databind to 2.11.0
equivalence-1.0
- introduction of new
jackson-coreutils-equivalence
to depend on Guava and provide JsonNumEquivalence
implementation of Equivalence<JsonNode>
1.12
- jackson-databind to 2.10.2 (CVE in 2.9.9)
- jsr305 to 3.0.2
- guava to 28.2-android
- testng to 7.1.0
1.11
- Updated Gradle to 5.6.3.
- Source and build compatibility switched to Java 7
- Bumped msg-simple to 1.2
- Bumped Guava to 28.1-android, and cleaned up a bunch of deprecated uses.
- Added serialVersionUID to JsonPointerException (commit 4ca60d2)
- Replaced OSGi plugin with biz.aQute.bnd. (commit 8bee295)