jackson-javax-json icon indicating copy to clipboard operation
jackson-javax-json copied to clipboard

Update to javax.json 1.1

Open pgelinas opened this issue 7 years ago • 0 comments

The Javax-json API was updated to 1.1, with feature addition of JsonDiff, JsonPatch and JsonPointer. Also, this new version now requires java 8.

Project should be updated with the new API as well, implementing missing interface methods and features.

  • For JsonPointer, it requires an update to the Jackson library, might as well go for the latest for now and upgrade to Jackson 3.0 which targets Java 8
  • For JsonDiff and JsonPatch, it will require another third-party project java-json-tools/json-patch which already implements those. Will probably make this new dependency optional, so projects that are not using JsonDiff/Patch won't require this new library.

pgelinas avatar Jan 31 '18 15:01 pgelinas