chore(deps): update org.openapitools from 7.16.0 to 7.17.0 (minor) #480

Merged
stephan.schnabel merged 1 commit from renovate/minor-7.17-org.openapitools into main 2025-11-01 14:40:29 +01:00
Member

This PR contains the following updates:

Package Type Update Change
org.openapitools:openapi-generator-maven-plugin build minor 7.16.0 -> 7.17.0
org.openapitools:openapi-generator provided minor 7.16.0 -> 7.17.0

Release Notes

openapitools/openapi-generator (org.openapitools:openapi-generator-maven-plugin)

v7.17.0: released

Compare Source

v7.17.0 stable release comes with 60+ enhancements, bug fixes. Once again thanks for all the contributions from the community.

This release comes with 1 breaking change (with fallback):

  • Set REFACTOR_ALLOF_WITH_PROPERTIES_ONLY to true by default (Breaking change (with fallback)) #​22180

Below are the highlights of the changes. For a full list of changes, please refer to the "Pull Request" tab.

General
  • openapi-normalizer: Add REMOVE_PROPERTIES_FROM_TYPE_OTHER_THAN_OBJECT normalize option #​22236
  • Set REFACTOR_ALLOF_WITH_PROPERTIES_ONLY to true by default (Breaking change (with fallback)) #​22180
  • OpenApiNormalizer FILTER improvements. Multi filters + filter on path #​22128
  • Fix additional properties handling in 3.1 spec #​22056
C
  • Update c curl generator to support float #​21103
C#
  • [CSHARP] Add cache to efficiently lookup CodegenModel in csharp codegen to make csharp generator faster #​22094
  • [CSHARP] Fix how the array type is set when using NULLABLE_REFERENCE_TYPES #​22071
  • [csharp][httpclient] do not use deprecated HttpRequestMessage.Properties #​20737
Dart
  • [dart] Fix compile error in inline enum properties with "default" values #​22165
Elixir
  • [fix][elixir] missing type mapping for AnyType #​22081
Java
  • [jaxrs] Support jackson option (true by default) #​22169
  • [Java][jaxrs-spec] withXml support #​22140
  • Jersey2/3: Fixes a bug in OAuth token renewal, where the previous HTTP 401 code is reused even after the retry succeeds #​22134
  • [Spring] Remove unnecessary modifiers from API interface templates #​22132
  • Custom error messages for size, length, min & max validations in Spring & Spring-Kotlin #​22090
  • Spring 7 WebClient Compatibility #​22030
  • [Spring] add support for api versioning #​22028
Julia
  • [Julia] Fix docstring parameter formatting with backticks #​22190
Kotlin
  • Custom error messages for size, length, min & max validations in Spring & Spring-Kotlin #​22090
PHP
  • Expose mtls certificate config params in python and php configuration templates #​22229
  • fix(php,php-nextgen): remove useless string cast from ObjectSerializer.mustache #​22121
Python
  • Expose mtls certificate config params in python and php configuration templates #​22229
  • [python-fastapi] Fix: Skip sorting of path operations #​22166
Rust
  • [rust-axum] don't include quotes in output string from Display trait for string types #​22161
  • [Rust-Axum] Fix wrong validation for non-model Body #​22155
  • feat(rust-axum): make the Object value public #​22144
  • Removed a duplicate binding for an address for rust-server #​22116
TypeScript
  • [Typescript-fetch] Add isBoolean blocks to modelOneOf.mustache #​22220
  • [typescript-axios] Add support for AWSv4 Signature #​22174
  • fix: typescript docs not being put in a docs directory #​22124
  • feat(typescript-fetch): add docs support #​22110
  • [typescript-fetch] Fix infinite recursion with self-referencing discriminator mappings #​21956

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.openapitools:openapi-generator-maven-plugin](https://github.com/openapitools/openapi-generator) | build | minor | `7.16.0` -> `7.17.0` | | [org.openapitools:openapi-generator](https://github.com/openapitools/openapi-generator) | provided | minor | `7.16.0` -> `7.17.0` | --- ### Release Notes <details> <summary>openapitools/openapi-generator (org.openapitools:openapi-generator-maven-plugin)</summary> ### [`v7.17.0`](https://github.com/OpenAPITools/openapi-generator/releases/tag/v7.17.0): released [Compare Source](https://github.com/openapitools/openapi-generator/compare/v7.16.0...v7.17.0) v7.17.0 stable release comes with 60+ enhancements, bug fixes. Once again thanks for all the contributions from the community. This release comes with [1 breaking change (with fallback)](https://github.com/OpenAPITools/openapi-generator/pulls?q=is%3Apr+milestone%3A7.17.0+is%3Aclosed+label%3A%22Breaking+change+%28with+fallback%29%22): - Set REFACTOR\_ALLOF\_WITH\_PROPERTIES\_ONLY to true by default (Breaking change (with fallback)) [#&#8203;22180](https://github.com/openapitools/openapi-generator/issues/22180) Below are the highlights of the changes. For a full list of changes, please refer to the ["Pull Request"](https://github.com/OpenAPITools/openapi-generator/pulls?q=is%3Amerged+is%3Apr+milestone%3A7.17.0+) tab. ##### General - openapi-normalizer: Add REMOVE\_PROPERTIES\_FROM\_TYPE\_OTHER\_THAN\_OBJECT normalize option [#&#8203;22236](https://github.com/openapitools/openapi-generator/issues/22236) - Set REFACTOR\_ALLOF\_WITH\_PROPERTIES\_ONLY to true by default (Breaking change (with fallback)) [#&#8203;22180](https://github.com/openapitools/openapi-generator/issues/22180) - OpenApiNormalizer FILTER improvements. Multi filters + filter on path [#&#8203;22128](https://github.com/openapitools/openapi-generator/issues/22128) - Fix additional properties handling in 3.1 spec [#&#8203;22056](https://github.com/openapitools/openapi-generator/issues/22056) ##### C - Update c curl generator to support float [#&#8203;21103](https://github.com/openapitools/openapi-generator/issues/21103) ##### C\# - \[CSHARP] Add cache to efficiently lookup CodegenModel in csharp codegen to make csharp generator faster [#&#8203;22094](https://github.com/openapitools/openapi-generator/issues/22094) - \[CSHARP] Fix how the array type is set when using NULLABLE\_REFERENCE\_TYPES [#&#8203;22071](https://github.com/openapitools/openapi-generator/issues/22071) - \[csharp]\[httpclient] do not use deprecated HttpRequestMessage.Properties [#&#8203;20737](https://github.com/openapitools/openapi-generator/issues/20737) ##### Dart - \[dart] Fix compile error in inline enum properties with "default" values [#&#8203;22165](https://github.com/openapitools/openapi-generator/issues/22165) ##### Elixir - \[fix]\[elixir] missing type mapping for AnyType [#&#8203;22081](https://github.com/openapitools/openapi-generator/issues/22081) ##### Java - \[jaxrs] Support jackson option (true by default) [#&#8203;22169](https://github.com/openapitools/openapi-generator/issues/22169) - \[Java]\[jaxrs-spec] withXml support [#&#8203;22140](https://github.com/openapitools/openapi-generator/issues/22140) - Jersey2/3: Fixes a bug in OAuth token renewal, where the previous HTTP 401 code is reused even after the retry succeeds [#&#8203;22134](https://github.com/openapitools/openapi-generator/issues/22134) - \[Spring] Remove unnecessary modifiers from API interface templates [#&#8203;22132](https://github.com/openapitools/openapi-generator/issues/22132) - Custom error messages for size, length, min & max validations in Spring & Spring-Kotlin [#&#8203;22090](https://github.com/openapitools/openapi-generator/issues/22090) - Spring 7 WebClient Compatibility [#&#8203;22030](https://github.com/openapitools/openapi-generator/issues/22030) - \[Spring] add support for api versioning [#&#8203;22028](https://github.com/openapitools/openapi-generator/issues/22028) ##### Julia - \[Julia] Fix docstring parameter formatting with backticks [#&#8203;22190](https://github.com/openapitools/openapi-generator/issues/22190) ##### Kotlin - Custom error messages for size, length, min & max validations in Spring & Spring-Kotlin [#&#8203;22090](https://github.com/openapitools/openapi-generator/issues/22090) ##### PHP - Expose mtls certificate config params in python and php configuration templates [#&#8203;22229](https://github.com/openapitools/openapi-generator/issues/22229) - fix(php,php-nextgen): remove useless string cast from ObjectSerializer.mustache [#&#8203;22121](https://github.com/openapitools/openapi-generator/issues/22121) ##### Python - Expose mtls certificate config params in python and php configuration templates [#&#8203;22229](https://github.com/openapitools/openapi-generator/issues/22229) - \[python-fastapi] Fix: Skip sorting of path operations [#&#8203;22166](https://github.com/openapitools/openapi-generator/issues/22166) ##### Rust - \[rust-axum] don't include quotes in output string from Display trait for string types [#&#8203;22161](https://github.com/openapitools/openapi-generator/issues/22161) - \[Rust-Axum] Fix wrong validation for non-model Body [#&#8203;22155](https://github.com/openapitools/openapi-generator/issues/22155) - feat(rust-axum): make the Object value public [#&#8203;22144](https://github.com/openapitools/openapi-generator/issues/22144) - Removed a duplicate binding for an address for rust-server [#&#8203;22116](https://github.com/openapitools/openapi-generator/issues/22116) ##### TypeScript - \[Typescript-fetch] Add isBoolean blocks to modelOneOf.mustache [#&#8203;22220](https://github.com/openapitools/openapi-generator/issues/22220) - \[typescript-axios] Add support for AWSv4 Signature [#&#8203;22174](https://github.com/openapitools/openapi-generator/issues/22174) - fix: typescript docs not being put in a docs directory [#&#8203;22124](https://github.com/openapitools/openapi-generator/issues/22124) - feat(typescript-fetch): add docs support [#&#8203;22110](https://github.com/openapitools/openapi-generator/issues/22110) - \[typescript-fetch] Fix infinite recursion with self-referencing discriminator mappings [#&#8203;21956](https://github.com/openapitools/openapi-generator/issues/21956) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNjUuMyIsInVwZGF0ZWRJblZlciI6IjQxLjE2NS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSIsInJlbm92YXRlLW1hbmFnZXIvbWF2ZW4iLCJyZW5vdmF0ZS10eXBlL21pbm9yIl19-->
chore(deps): update org.openapitools from 7.16.0 to 7.17.0
All checks were successful
ci/woodpecker/pr/verify Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
d65fedc40f
ci approved these changes 2025-10-29 20:10:03 +01:00
stephan.schnabel deleted branch renovate/minor-7.17-org.openapitools 2025-11-01 14:40:31 +01:00
Sign in to join this conversation.
No reviewers
ci
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
kokuwaio/micronaut-openapi-codegen!480
No description provided.