dependabot[bot] opened a new pull request, #18984: URL: https://github.com/apache/camel/pull/18984
Bumps `openapi-generator-version` from 7.14.0 to 7.15.0. Updates `org.openapitools:openapi-generator-maven-plugin` from 7.14.0 to 7.15.0 Updates `org.openapitools:openapi-generator` from 7.14.0 to 7.15.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.15.0 released</h2> <p>v7.15.0 stable release (breaking changes with fallbacks) comes with 140+ enhancements, bug fixes. Once again thanks for all the contributions from the community.</p> <p>This release comes with <a href="https://github.com/OpenAPITools/openapi-generator/pulls?q=is%3Apr+milestone%3A7.14.0+is%3Aclosed+label%3A%22Breaking+change+%28with+fallback%29%22">1 breaking change (with fallback)</a>:</p> <ul> <li>[rust-server] Update to hyper1 in rust-server generator <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21422">#21422</a></li> </ul> <p>The community also contributed <a href="https://github.com/OpenAPITools/openapi-generator/pulls?q=is%3Amerged+is%3Apr+milestone%3A7.15.0+label%3A%22Enhancement%3A+New+generator%22">3 new generators</a> in this release:</p> <ul> <li>[C++] [Client] Added cpp-oatpp-client <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21711">#21711</a></li> <li>Add cpp-oatpp-server generator (alpha) <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21547">#21547</a></li> <li>NestJS server codegen <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21494">#21494</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.15.0+">"Pull Request"</a> tab.</p> <h2>General</h2> <ul> <li>Bugfix for remote specs with params <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21634">#21634</a></li> <li>[gradle-plugin] add treatWarningsAsErrors option to openApiValidate in gradle plugin <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21626">#21626</a></li> <li>Fix response model generation with ParseOptions.resolveResponses=true <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21568">#21568</a></li> <li>[req] Allow models and apis list properties to span multi-lines <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21536">#21536</a></li> <li>Bump jmustache 1.15 -> 1.16 <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21352">#21352</a></li> <li>Add 'isFormStyle', 'isSpaceDelimited', and 'isPipeDelimited' flags to CodegenParameter <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21240">#21240</a></li> <li>Added symlink to generator CLI in Docker image <a href="https://redirect.github.com/openapitools/openapi-generator/issues/15559">#15559</a></li> </ul> <h2>C</h2> <ul> <li>add curl handler pre-invoke-callback to c-libcurl <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21654">#21654</a></li> <li>feature: Add control flag for static compile <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21635">#21635</a></li> <li>Add verbose, keepalive, keepidle, keepintvl to c-libcurl <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21613">#21613</a></li> </ul> <h2>C#</h2> <ul> <li>[REQ] [CSHARP] [UNITYWEBREQUEST] Support Stream for unityWebRequest library <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21704">#21704</a></li> <li>[BUG][CSHARP][GENERICHOST] Write enum values in expected JSON format <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21698">#21698</a></li> <li>[csharp] Fix composed enum handling <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21690">#21690</a></li> <li>[csharp][generichost] Fix response testing when dataType missing <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21687">#21687</a></li> <li>[csharp] Ensure unique property names <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21649">#21649</a></li> <li>[csharp] Handle nested maps recursively <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21636">#21636</a></li> <li>[C++] [Client] Added cpp-oatpp-client generator <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21711">#21711</a></li> </ul> <h2>C++</h2> <ul> <li>[C++] [Client] Added cpp-oatpp-client generator <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21711">#21711</a></li> <li>[C++] [Client] Fixes to cpp-oatpp-server generator <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21595">#21595</a></li> <li>Add cpp-oatpp-server generator (alpha) <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21547">#21547</a></li> </ul> <h2>Dart</h2> <ul> <li>Feat: <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21665">#21665</a> [dart][dart-dio] CopyWith for json_serializable <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21667">#21667</a></li> <li>[dart-dio] Fix json_serializable response for type:string format:binary <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21379">#21379</a></li> <li>[dart-dio] Fix compile error in enum properties with "default" values (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/20495">#20495</a>) <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21355">#21355</a></li> </ul> <h2>Go</h2> <ul> <li>Update AWS Go SDK from v1 to v2 in Go client templates <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21653">#21653</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/cc3d6968fa695e18270b58bc514d48c38a6c6626"><code>cc3d696</code></a> after docker release to trigger on tags</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/2c816f89cbd6c4670aaf6e3387c88daadae6cbad"><code>2c816f8</code></a> v7.15.0 release (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/21792">#21792</a>)</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/f6eeb01895cad0a13d15d2101774e7ffe3d886b3"><code>f6eeb01</code></a> [csharp] Fixed any of inline enum (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/21764">#21764</a>)</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/8ee69bfe74b43580725e59d5b13b2a1e231e33bc"><code>8ee69bf</code></a> Fix MergedSpecBuilder not passing auth (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/21782">#21782</a>)</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/8d06496cce5ddc49ae940f9f683abf4d75b73c8d"><code>8d06496</code></a> update swagger parser to newer version (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/21789">#21789</a>)</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/2569321b82a6b7af5ebb9bb4f56f38519c394b3b"><code>2569321</code></a> feat: add async file stream support for reqwest client (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/21771">#21771</a>)</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/dbe041903425d02b4162ccf2a0a4745a1503f1ba"><code>dbe0419</code></a> [Java][HttpClient] Fix memory leak with virtual threads (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/21729">#21729</a>) (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/21752">#21752</a>)</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/bae8082b9aab9b75ec9632092d96f06c52bb789f"><code>bae8082</code></a> Bump actions/checkout from 3 to 5 (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/21785">#21785</a>)</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/7fba143c5e334504e94c6e66454b0f5400a06b53"><code>7fba143</code></a> Bump actions/setup-java from 3 to 5 (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/21786">#21786</a>)</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/001bc833dbcc37997bcb28e6bb545635cf22cc66"><code>001bc83</code></a> Bump actions/cache from 3 to 4 (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/21787">#21787</a>)</li> <li>Additional commits viewable in <a href="https://github.com/openapitools/openapi-generator/compare/v7.14.0...v7.15.0">compare view</a></li> </ul> </details> <br /> 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
