dependabot[bot] opened a new pull request, #23879: URL: https://github.com/apache/camel/pull/23879
Bumps [org.openapitools:openapi-generator](https://github.com/openapitools/openapi-generator) from 7.22.0 to 7.23.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/openapitools/openapi-generator/releases">org.openapitools:openapi-generator's releases</a>.</em></p> <blockquote> <h2>v7.23.0 released</h2> <p>v7.23.0 stable release (breaking changes with fallbacks) comes with 170+ enhancements and bug fixes.</p> <p>This release comes with <a href="https://github.com/OpenAPITools/openapi-generator/pulls?q=is%3Apr+milestone%3A7.23.0+is%3Aclosed+label%3A%22Breaking+change+%28with+fallback%29%22">2 breaking changes (with fallback)</a>:</p> <ul> <li>[jaxrs-spec][quarkus] Emit <a href="https://github.com/RolesAllowed"><code>@RolesAllowed</code></a>({"**"}) for HTTP Basic, Bearer, api-key and OAuth2 or OpenID with empty scopes and rename "useQuarkusSecurityAnnotations" to "useJakartaSecurityAnnotations" (Breaking change (with fallback)) <a href="https://redirect.github.com/openapitools/openapi-generator/issues/23680">#23680</a></li> <li>fix(Kotlin): use the global apiNamePrefix and apiNameSuffix settings instead of apiSuffix (generator's option) (Breaking change (with fallback)) <a href="https://redirect.github.com/openapitools/openapi-generator/issues/23926">#23926</a></li> </ul> <p>Below are the highlights of the changes. For a full list of changes, please refer to the <a href="https://github.com/OpenAPITools/openapi-generator/pulls?q=is%3Amerged+is%3Apr+milestone%3A7.23.0+">"Pull Request"</a> tab.</p> <h2>General</h2> <ul> <li>Normalizer: new rule LOOSE_NULL_DEFINITIONS to allow more null definitions in 3.0 spec. <a href="https://redirect.github.com/openapitools/openapi-generator/issues/23932">#23932</a></li> <li>fix(InlineModelResolver): prevent numbered duplicate models from multi-file OAS 3.1 specs <a href="https://redirect.github.com/openapitools/openapi-generator/issues/23856">#23856</a></li> <li>fix(core): normalize OAS 3.1 content media schemas <a href="https://redirect.github.com/openapitools/openapi-generator/issues/23851">#23851</a></li> <li>[GRADLE-WRAPPER] feat: add configurable worker isolation and max heap size for code generation <a href="https://redirect.github.com/openapitools/openapi-generator/issues/23648">#23648</a> by</li> <li>[GRADLE-WRAPPER] bug fix - pass maven java_home to gradle correctly <a href="https://redirect.github.com/openapitools/openapi-generator/issues/23646">#23646</a></li> <li>Add security schemes filter normalizer option <a href="https://redirect.github.com/openapitools/openapi-generator/issues/23174">#23174</a></li> </ul> <h2>C#</h2> <ul> <li>[csharp][generichost] Deserialize present-but-null nullable enums <a href="https://redirect.github.com/openapitools/openapi-generator/issues/23912">#23912</a></li> <li>[csharp] Fix HTTP signature auth failure on .NET 8 when query params contain special characters <a href="https://redirect.github.com/openapitools/openapi-generator/issues/23714">#23714</a></li> <li>[csharp][restsharp] add throwOnAnyError option to surface client errors <a href="https://redirect.github.com/openapitools/openapi-generator/issues/23663">#23663</a></li> <li>Fix/csharp reserved headers and file parameter not serialising correctly <a href="https://redirect.github.com/openapitools/openapi-generator/issues/23593">#23593</a></li> <li>[csharp] Extend HostConfiguration with additional AddApiHttpClients signatures <a href="https://redirect.github.com/openapitools/openapi-generator/issues/22500">#22500</a></li> </ul> <h2>Dart</h2> <ul> <li>feat(dart): make requests abortable <a href="https://redirect.github.com/openapitools/openapi-generator/issues/23930">#23930</a></li> <li>[Dart] Preserve uppercase names with trailing digits <a href="https://redirect.github.com/openapitools/openapi-generator/issues/23894">#23894</a></li> <li>[BUG][DART] fix nullable nested array item handling <a href="https://redirect.github.com/openapitools/openapi-generator/issues/23365">#23365</a></li> </ul> <h2>Go</h2> <ul> <li>fix(go): avoid duplicate unknown enum defaults <a href="https://redirect.github.com/openapitools/openapi-generator/issues/23909">#23909</a></li> <li>[go] support io.Reader and []byte response types in client decode <a href="https://redirect.github.com/openapitools/openapi-generator/issues/23789">#23789</a></li> </ul> <h2>Java</h2> <ul> <li>[Java][restclient] Build XmlMapper via builder when useJackson3=true <a href="https://redirect.github.com/openapitools/openapi-generator/issues/23872">#23872</a></li> <li>[Java] [vertx] Allow PoolOptions configuration when vertx 5 <a href="https://redirect.github.com/openapitools/openapi-generator/issues/23829">#23829</a></li> <li>feat(java/jersey3): add jackson 3 support <a href="https://redirect.github.com/openapitools/openapi-generator/issues/23819">#23819</a></li> <li>feat(java/jersey3): Update jakarta annotation and validation libs <a href="https://redirect.github.com/openapitools/openapi-generator/issues/23810">#23810</a></li> <li>[JAVA-SPRING] spring http interface library should support 'useBeanValidation' <a href="https://redirect.github.com/openapitools/openapi-generator/issues/23803">#23803</a></li> <li>[jaxrs-spec][quarkus] Emit <a href="https://github.com/PermitAll"><code>@PermitAll</code></a> for unauthenticated operations (op/global empty security, anonymous OR alternative, no security defined) <a href="https://redirect.github.com/openapitools/openapi-generator/issues/23782">#23782</a></li> <li>[JavaJaxRS] [CXF] Add Support for Jackson3 <a href="https://redirect.github.com/openapitools/openapi-generator/issues/23767">#23767</a></li> <li>[jaxrs-spec][quarkus] Emit <a href="https://github.com/RolesAllowed"><code>@RolesAllowed</code></a>({scope}) for OAuth2 and OpenID Connect operations with explicit scopes <a href="https://redirect.github.com/openapitools/openapi-generator/issues/23752">#23752</a></li> <li>[jaxrs-spec][quarkus] - Add CLI flag (useQuarkusSecurityAnnotations) to enable emitting security annotation (<a href="https://github.com/Authenticated"><code>@Authenticated</code></a>, <a href="https://github.com/RolesAllowed"><code>@RolesAllowed</code></a>, <a href="https://github.com/PermitAll"><code>@PermitAll</code></a>) <a href="https://redirect.github.com/openapitools/openapi-generator/issues/23699">#23699</a></li> <li>[JAVA-SPRING;KOTLIN-SPRING] feature - add support for 'substituteGenericPagedModel' also for 'spring-cloud' libraries <a href="https://redirect.github.com/openapitools/openapi-generator/issues/23690">#23690</a></li> <li>[jaxrs-spec][quarkus] Emit <a href="https://github.com/RolesAllowed"><code>@RolesAllowed</code></a>({"**"}) for HTTP Basic, Bearer, api-key and OAuth2 or OpenID with empty scopes and rename "useQuarkusSecurityAnnotations" to "useJakartaSecurityAnnotations" (Breaking change (with fallback)) <a href="https://redirect.github.com/openapitools/openapi-generator/issues/23680">#23680</a></li> <li>[jaxrs-spec][quarkus]: Emit <a href="https://github.com/ResponseStatus"><code>@ResponseStatus</code></a> annotation for 2XX success codes <a href="https://redirect.github.com/openapitools/openapi-generator/issues/23673">#23673</a></li> <li>[Java] [vertx] Make supportVertxFuture compatible with vertx 5 <a href="https://redirect.github.com/openapitools/openapi-generator/issues/23660">#23660</a></li> <li>Fix Jspecify nullable issue with spring boot 4 <a href="https://redirect.github.com/openapitools/openapi-generator/issues/23649">#23649</a></li> <li>[java][spring] fix: disableDiscriminatorJsonIgnoreProperties not working <a href="https://redirect.github.com/openapitools/openapi-generator/issues/23640">#23640</a></li> <li>[java] Support 'time-local' format <a href="https://redirect.github.com/openapitools/openapi-generator/issues/23555">#23555</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/b9d967acc9a3850cefb961da323ca12ae8125121"><code>b9d967a</code></a> v7.23.0 release (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/23970">#23970</a>)</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/153d80fc1871a3d32e1792d99777fd47e3644fa8"><code>153d80f</code></a> update C# samples</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/5e44ee280b9b4eede94418945bf1ef6c63bde326"><code>5e44ee2</code></a> [csharp] Extend HostConfiguration with additional AddApiHttpClients signature...</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/3aa0504d08847faaf807f0acbeb8233e1fa81d7d"><code>3aa0504</code></a> update kotlin-spring samples</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/71e1fefffd687d1c010311117063cd598717f125"><code>71e1fef</code></a> fix(kotlin-spring): preserve 'default' response code in postProcessOperations...</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/417840ccbf3613a6fdda38aa81d66b855b9e3192"><code>417840c</code></a> [csharp][generichost] Deserialize present-but-null nullable enums (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/23912">#23912</a>)</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/da8c31cddf8d2cb1e4236f7f289e54433beb4895"><code>da8c31c</code></a> fix(dart): Optional<T> fromJson wrapping (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/23811">#23811</a>)</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/3272a732263c7d1d11fb0506922dcd8a38f7a691"><code>3272a73</code></a> update scala samples</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/170778aa04dd372b05facfd2c504afe8d21cd1d2"><code>170778a</code></a> fix(InlineModelResolver): prevent numbered duplicate models from multi-file O...</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/17a4d968ae6e8197aeecd24d8a77d13db6a05e34"><code>17a4d96</code></a> fix: add missing swagger2 tags import in rest-assured api.mustache (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/23285">#23285</a>) (...</li> <li>Additional commits viewable in <a href="https://github.com/openapitools/openapi-generator/compare/v7.22.0...v7.23.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
