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)