Skip to content

2024.1

Compare
Choose a tag to compare
@hauner hauner released this 18 Feb 22:57
· 3 commits to 2024.1.x since this release

this release brings

  • support for annotation mapping with OpenAPI extensions, i.e. x- properties on schema properties.
  • support for annotation mapping by parameter name.
  • a fix for bean validation with reactive types (#229), i.e. the @Valid is now placed on the reactive type and not on the wrapped typed. (breaking, can be disabled)
  • result wrapper can be configured to create Mono<ResponseEntity<Mono<...>>> (#239)
  • small improvement in camel case identifier generation, i.e. a character after a number is now upper case. (breaking, can be disabled)

See the core release notes 2024.2 for the details.

dependency updates

  • updated openapi-processor-core to 2024.2