Skip to content

4.26.0 – Small Jackson/Swagger Module and Maven Plugin Enhancements

Compare
Choose a tag to compare
@CarstenWickner CarstenWickner released this 22 Aug 18:30
· 122 commits to main since this release

jsonschema-module-jackson

Changed

  • support @JsonTypeInfo.defaultImpl in combination with As.PROPERTY, to no longer require the type property for the specified default subtype

jsonschema-module-swagger-2

Added

  • support @Schema.anyOf and @Schema.oneOf on fields/methods

jsonschema-maven-plugin

Added

  • support <failIfNoClassesMatch>false</failIfNoClassesMatch> parameter, in order to continue build even if no class matches the defined pattern(s)