Skip to content

Releases: kbss-cvut/jb4jsonld-jackson

0.15.2

17 Dec 12:20
e7e09bb
Compare
Choose a tag to compare
  • Core 0.15.1.
  • Dependency updates.

0.15.1

16 Dec 13:02
3ec3482
Compare
Choose a tag to compare
  • 0.15.0 incorrectly depended on core 0.14.3. This fixes it by bumping core version to 0.15.0.

0.15.0

26 Aug 16:43
f521f01
Compare
Choose a tag to compare
  • 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

16 Apr 11:19
73e41e7
Compare
Choose a tag to compare
  • Core 0.14.3.
  • Dependency updates.

0.14.2

13 Mar 13:15
Compare
Choose a tag to compare

0.14.1

19 Nov 16:22
32f3f43
Compare
Choose a tag to compare
  • Core 0.14.1.
  • Switch to Parsson as Jakarta JSON implementation for tests.

0.14.0

03 Nov 13:45
fba3174
Compare
Choose a tag to compare

0.13.2

04 Aug 12:45
c8f9100
Compare
Choose a tag to compare
  • 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

31 Jul 16:18
9925089
Compare
Choose a tag to compare
  • Core 0.13.1.
  • Fix handling of class hiearchies when resolving property access (especially w.r.t. JsonIgnoreProperties).

0.13.0

31 Jul 14:20
6538c17
Compare
Choose a tag to compare
  • Core 0.13.0.
  • Support Jackson's JsonIgnoreProperties on class-level (Enhancement #11).
  • Breaking change: Require Java 11.