Skip to content

2025.3.1

Choose a tag to compare

@hauner hauner released this 05 Jul 07:05
· 1 commit to 2025.3.x since this release

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)