dependabot[bot] opened a new pull request, #14266: URL: https://github.com/apache/camel/pull/14266
Bumps [org.openapitools:openapi-generator](https://github.com/openapitools/openapi-generator) from 7.5.0 to 7.6.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.6.0 released</h2> <p>v7.6.0 stable release comes with 120+ enhancements, bug fixes. Once again thank you for all the awesome contributions from the community.</p> <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.6.0+">"Pull Request"</a> tab.</p> <h2>General</h2> <ul> <li>Skip setting output folder in online service <a href="https://redirect.github.com/openapitools/openapi-generator/issues/18652">#18652</a></li> <li>fix: Upgrade testng to avoid CVE-2022-4065 <a href="https://redirect.github.com/openapitools/openapi-generator/issues/18635">#18635</a></li> <li>[refactor] Use getType in ModelUtils to better support OpenAPI v3.1.0 spec <a href="https://redirect.github.com/openapitools/openapi-generator/issues/18577">#18577</a></li> <li>Fix null type check when simplifying any type <a href="https://redirect.github.com/openapitools/openapi-generator/issues/18504">#18504</a></li> <li>fix: ExampleGenerator for composed child schemas and array schemas <a href="https://redirect.github.com/openapitools/openapi-generator/issues/18479">#18479</a></li> </ul> <h2>C#</h2> <ul> <li>[csharp] Fixed nullability of composed schemas <a href="https://redirect.github.com/openapitools/openapi-generator/issues/18408">#18408</a></li> <li>[C#] made the HttpSigning method public to get the signed header <a href="https://redirect.github.com/openapitools/openapi-generator/issues/18496">#18496</a></li> </ul> <h2>C++</h2> <ul> <li>[[BUG][C][cpp-restsdk] fix missing Set.h <a href="https://redirect.github.com/openapitools/openapi-generator/issues/18631">#18631</a></li> <li>[C++][Pistache] Compile error when nesting component/schema reference objects <a href="https://redirect.github.com/openapitools/openapi-generator/issues/18586">#18586</a></li> </ul> <h2>Dart</h2> <ul> <li>[dart-dio] Incorrect hashCode and == overide for fields withList <a href="https://redirect.github.com/openapitools/openapi-generator/issues/18198">#18198</a></li> <li>[dart] [dart-dio] Support Dart3 <a href="https://redirect.github.com/openapitools/openapi-generator/issues/18001">#18001</a></li> </ul> <h2>Go</h2> <ul> <li>[GO][Client] Generated GO Client Time Query Param Millisecond Resolution Fix <a href="https://redirect.github.com/openapitools/openapi-generator/issues/18673">#18673</a></li> <li>Add an option to skip unmarshall json in Go client generator <a href="https://redirect.github.com/openapitools/openapi-generator/issues/18448">#18448</a></li> <li>[GO] Add assert constraints checks for complex types in the model template <a href="https://redirect.github.com/openapitools/openapi-generator/issues/18654">#18654</a></li> <li>[Go] uses sanitized model name instead of the name <a href="https://redirect.github.com/openapitools/openapi-generator/issues/18644">#18644</a></li> <li>[go-server] Fix: error handling and linting <a href="https://redirect.github.com/openapitools/openapi-generator/issues/18550">#18550</a></li> </ul> <h2>HTML</h2> <ul> <li>[html2] Fix incorrectly sanitizesd response headers <a href="https://redirect.github.com/openapitools/openapi-generator/issues/18685">#18685</a></li> <li>[html2] Add oneOf support <a href="https://redirect.github.com/openapitools/openapi-generator/issues/18642">#18642</a></li> <li>[html2] Support alias types <a href="https://redirect.github.com/openapitools/openapi-generator/issues/18579">#18579</a></li> <li>[html2] Fix rendering of arrays of objects in html2 docs <a href="https://redirect.github.com/openapitools/openapi-generator/issues/18561">#18561</a></li> </ul> <h2>Java</h2> <ul> <li>upgrade microprofile to junit5 <a href="https://redirect.github.com/openapitools/openapi-generator/issues/18669">#18669</a></li> <li>upgrade okhttp-gson and google-api-client to junit5 <a href="https://redirect.github.com/openapitools/openapi-generator/issues/18668">#18668</a></li> <li>[BUG][JAVA] Prevent generating "pattern" and "size" to ENUM <a href="https://redirect.github.com/openapitools/openapi-generator/issues/18658">#18658</a></li> <li>[BUG][JAVA] oneOf/anyOf multiple constructors with same erasure <a href="https://redirect.github.com/openapitools/openapi-generator/issues/18645">#18645</a></li> <li>Add support for Helidon 4 MP client and server generation <a href="https://redirect.github.com/openapitools/openapi-generator/issues/18627">#18627</a></li> <li>upgrade java native to junit5 <a href="https://redirect.github.com/openapitools/openapi-generator/issues/18617">#18617</a></li> <li>upgrade apache-httpclient to junit5 <a href="https://redirect.github.com/openapitools/openapi-generator/issues/18616">#18616</a></li> <li>upgrade resteasy to junit5 <a href="https://redirect.github.com/openapitools/openapi-generator/issues/18615">#18615</a></li> <li>[jaxrs-spec] fix nullable import, migrate tests to 3.0 spec <a href="https://redirect.github.com/openapitools/openapi-generator/issues/18606">#18606</a></li> <li>[BUG] [Java] Invalid code generation for oneof types <a href="https://redirect.github.com/openapitools/openapi-generator/issues/18544">#18544</a></li> <li>Add new option allArgConstructor for java client, spring generators <a href="https://redirect.github.com/openapitools/openapi-generator/issues/18538">#18538</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/ab7d0cb74f6ef95bdaeafd327bbdb5d54f819175"><code>ab7d0cb</code></a> 7.6.0 release (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/18708">#18708</a>)</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/ef0d10df8d57b3dcd11d66a87f8214e9c3c081c3"><code>ef0d10d</code></a> Use time.RFC3339Nano instead of time.RFC3339, do not want to loose the millis...</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/33617ee86797bccfe36d533d14661f4414c6bace"><code>33617ee</code></a> Improve generation of selected models with dependent models (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/18462">#18462</a>)</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/9b0ca064425619e6cfc1d5fb1b34ae97e601343c"><code>9b0ca06</code></a> [html2] Change to correct variable (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/18685">#18685</a>)</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/3d15864eacc2d1bce16b4147cb1b1ee64152209a"><code>3d15864</code></a> [dart-dio] Incorrect hashCode and == overide for fields withList (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/18198">#18198</a>)</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/8924083d7302f0dc9246e5b9f416b3d36d7dcfb5"><code>8924083</code></a> Ruby: Fixed CodeQL polynomial regexp (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/18699">#18699</a>)</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/e9f961e36e5cc0cc1198f276cac3e644e406f8a0"><code>e9f961e</code></a> [rust-axum] Split up api trait per tag (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/18621">#18621</a>)</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/57dceae4ad22a5ff76fd5b2e1fc7e801f6f4eaaf"><code>57dceae</code></a> Improve typescript-fetch code generation for <code>oneOf</code> cases without discrimina...</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/62238c68867816a2e46c84bd87fc2ad728e47093"><code>62238c6</code></a> [typescript-fetch] Make instanceOf infer type and check for undefineds (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/18694">#18694</a>)</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/2fe397cb3e32a107e4c95a745f9fed912a8d8100"><code>2fe397c</code></a> synn beea validation template (jaxrs) (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/18697">#18697</a>)</li> <li>Additional commits viewable in <a href="https://github.com/openapitools/openapi-generator/compare/v7.5.0...v7.6.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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org