Releases: kbss-cvut/jb4jsonld-jackson
Releases · kbss-cvut/jb4jsonld-jackson
0.15.2
- Core 0.15.1.
- Dependency updates.
0.15.1
- 0.15.0 incorrectly depended on core 0.14.3. This fixes it by bumping core version to 0.15.0.
0.15.0
- Core 0.15.0.
- Dependency updates.
- Breaking change: Set Java 17 as minimum Java version.
- Note: There was an accidental release with version number 0.15.3. The release is the same as 0.15.0.
0.14.3
- Core 0.14.3.
- Dependency updates.
0.14.1
- Core 0.14.1.
- Switch to Parsson as Jakarta JSON implementation for tests.
0.13.2
- One more fix of handling of class hierarchies when resolving property access (especially w.r.t.
JsonIgnoreProperties
). Previous version ignored attributes even when they were mentioned in JsonIgnoreProperties
of a subclass.
0.13.1
- Core 0.13.1.
- Fix handling of class hiearchies when resolving property access (especially w.r.t.
JsonIgnoreProperties
).
0.13.0
- Core 0.13.0.
- Support Jackson's
JsonIgnoreProperties
on class-level (Enhancement #11).
- Breaking change: Require Java 11.