Skip to content

Releases: openapi-processor/openapi-processor-spring

2025.2

21 Apr 16:01
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)

2024.4

16 Jun 16:34
Compare
Choose a tag to compare

a few small improvements & a bugfix

See the core release notes 2024.5 for more.

dependency updates

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

2024.3

10 May 08:19
Compare
Choose a tag to compare

a few bugfixes

See the core release notes 2024.4 for more.

dependency updates

  • updated openapi-processor-core to 2024.4 (was 2024.3)

2024.2

04 Apr 07:16
Compare
Choose a tag to compare

a small bugfix/feature release

See the core release notes 2024.3 for more.

dependency updates

  • updated openapi-processor-core to 2024.3 (was 2024.2)

2024.1

18 Feb 22:57
Compare
Choose a tag to compare

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 create Mono<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

2023.6.1

18 Dec 07:45
Compare
Choose a tag to compare

a small bug fix release

See the core release notes 2023.6.1 for more.

dependency updates

  • updated openapi-processor-core to 2023.6.1 (was 2023.5)