Domino Jackson Versions Save

Jackson with Annotation processing

1.0.4

6 months ago

What's Changed

  • #79 Add support for custom serializer/deserializer

1.0.3

6 months ago

Upgrade dependencies

1.0.2

6 months ago

Change jackson emulation to be compatible with both gwt and j2cl and move to java 11

1.0.1

7 months ago

What's Changed

  • #65 Unsupported enums from new jackson in JsonFormat.Feature.
  • #66 Not all setters and getters forms are supported by the processor.
  • #68 domino-jackson fails to serialize NaN/Infinity even though deserialization works.
  • #70 Compilation error in case of recursive class structures
  • #73 Avoid guava vulnerability issue.
  • serialize NaN and +/-Infinity as strings in lenient mode by @tobias-hammerschmidt in https://github.com/DominoKit/domino-jackson/pull/72

New Contributors

Full Changelog: https://github.com/DominoKit/domino-jackson/compare/1.0.0...1.0.1

1.0.0

11 months ago

1.0.0-RC4

2 years ago
  • Bump guava version
  • Fix issue #58