Skip to content

v0.15.0

Compare
Choose a tag to compare
@toedter toedter released this 17 Feb 16:58

Features:

  • Support of Jackson Subtypes when resolving JSON:API relationships during serialization

Bugfixes:

  • Support deserialization of entities with no JSON:API attributes
  • Fix ClassCastException on deserializing generic relationships
  • Eliminate included entities of same id AND type

Dependency Bumps:

  • Bump Spring HATEOAS from 1.2.2 to 1.2.4
  • Example: Bump Spring Boot from 2.4.1 to 2.4.2