Skip to content

2.0.0

Compare
Choose a tag to compare
@neiser neiser released this 05 May 06:20
· 361 commits to master since this release

Aligns schema property analysis to Jackson serialization/deserialization by introducing a new SchemaResolver.Mode enum. See also #21.

This includes a breaking change in the api interfaces

  • SchemaResolver
  • SchemaPropertiesResolver
  • SchemaPropertyFilter
  • TypeResolver
  • SchemaAnnotationMapper
  • ContentAnnotationMapper

Other changes:

  • Support RequestMapping with empty path, assume / in this case.
  • Update dependencies, in particular to Spring Boot 2.4.5 and Swagger UI 3.48.0
  • Use JUnit5 instead of JUnit4