Skip to content

4.7.0 – Support multiples (target type overrides, types with same name, definitions per type)

Compare
Choose a tag to compare
@CarstenWickner CarstenWickner released this 20 Mar 20:01

Added

  • Support for multiple target type overrides at once per field/method
  • Support for "$id" property via SchemaGeneratorGeneralConfigPart.withIdResolver()
  • Support for "$anchor" property via SchemaGeneratorGeneralConfigPart.withAnchorResolver()

Fixed

  • Allow for multiple types with the same name (but different package) instead of picking one at random
  • Allow for multiple definitions for the same type (e.g. in case of a custom definition wrapping the standard definition)

Deprecated

  • Configuration option for single target type override
  • Look-up of single target type override from configuration