Skip to content

3.0.0

Compare
Choose a tag to compare
@neiser neiser released this 28 May 07:03
· 317 commits to master since this release
  • Add support for Jackson Polymorphism
  • Update to Spring Boot 2.5.0 and other dependency upgrades (Swagger UI, Class Graph)
  • Add example for binary file upload including content negotiation (as integration test)

Breaking changes:

  • Jackson 2.12 (shipped with Spring Boot 2.5.0) required
  • SchemaCustomizer is now able to find Schema references via RecursiveResolver
  • SchemaAnnotationMapperFactory is removed
  • SchemaAnnotationMapper now only has buildFromAnnotation
  • InitialSchemaBuilder now gets the full previously found InitalType from InitialTypeBuilder