Skip to content

Releases: openapi-processor/openapi-processor-spring

2026.1

08 Jan 08:02

Choose a tag to compare

This release adds interface mapping, alternative mapping keywords, more control over annotation placing and fixes the duplicated oneOf interface.

See the core release notes 2026.1 for more.

2025.5

19 Oct 13:05

Choose a tag to compare

This release adds OpenAPI 3.2 support and generation of unreferenced schemas.

See the core release notes 2025.6 for more.

dependency updates

  • updated openapi-processor-core to 2025.6

2025.4

11 Sep 16:21

Choose a tag to compare

This release fixes a couple of issues, see the core release notes

for more.

dependency updates

  • updated openapi-processor-core to 2025.5.1 (was 2025.4.1)

2025.3.1

05 Jul 07:05

Choose a tag to compare

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

22 Jun 16:14

Choose a tag to compare

This release brings two new features:

See the core release notes 2025.4 for more.

dependency updates

  • updated openapi-processor-core to 2025.4 (was 2025.2)

2025.2

21 Apr 16:01

Choose a tag to compare

This release comes with a few response handling improvements and the possibility to drop endpoint parameters:

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

11 Mar 07:58

Choose a tag to compare

a small bug fix release

See the core release notes 2025.1.1 for more.

dependency updates

  • updated openapi-processor-core to 2025.1.1 (was 2025.1)

2025.1

09 Mar 17:45

Choose a tag to compare

do not generate accessors for pojos (then re-add with lombok), schema mappings (new), javadoc fix & improvement

See the core release notes 2025.1 for more.

dependency updates

  • updated openapi-processor-core to 2025.1 (was 2024.7)

2024.6

10 Nov 10:12

Choose a tag to compare

log mapping lookups, fixed incompatibility with maven & gradle build plugins.

See the core release notes 2024.7 for more.

dependency updates

  • updated openapi-processor-core to 2024.7 (was 2024.6.1)

2024.5

04 Oct 08:43

Choose a tag to compare

simple support for OpenAPI servers/server/url and a few bug fixes.

See the core release notes 2024.6 for more.

dependency updates

  • updated openapi-processor-core to 2024.6.1 (was 2024.5)