Releases: openapi-processor/openapi-processor-spring
Releases · openapi-processor/openapi-processor-spring
2025.2
This release comes with a few response handling improvements and the possibility to drop endpoint parameters:
- improve handling of multiple responses pf same content type (#328)
- marker interface for response objects (openapi-processor/openapi-processor-base#247)
- drop parameter (#327)
- support
result-style
on all mapping levels (openapi-processor/openapi-processor-base#253) - added missing formatter selection (#331)
See the core release notes 2025.2 for more.
dependency updates
- updated openapi-processor-core to 2025.2 (was 2025.1.1)
2025.1.1
2025.1
2024.6
2024.5
2024.4
2024.3
2024.2
2024.1
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 createMono<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