Releases: openapi-processor/openapi-processor-spring
Releases · openapi-processor/openapi-processor-spring
225.3.1
This release fixes two enum related issues:
- prefix invalid enum values instead of stripping invalid characters at the start when converting it to a java indentifier (#350)
- allow
@Values
annotation at generic parameter, e.g.List<@Values(values = {...}) String>
(#350)
See the core release notes 2025.4.1 for more.
dependency updates
- updated openapi-processor-core to 2025.4.1 (was 2025.4)
2025.3
This release brings two new features:
- create package-names from location (openapi-processor/openapi-processor-base#115)
- generate response status annotation (#339)
See the core release notes 2025.4 for more.
dependency updates
- updated openapi-processor-core to 2025.4 (was 2025.2)
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)