Bump org.openapitools:openapi-generator from 7.12.0 to 7.14.0 #455

Merged
dependabot[bot] merged 1 commit from dependabot/maven/org.openapitools-openapi-generator-7.14.0 into main 2025-07-08 09:57:26 +02:00
dependabot[bot] commented 2025-06-26 08:32:51 +02:00 (Migrated from github.com)

Bumps org.openapitools:openapi-generator from 7.12.0 to 7.14.0.

Release notes

Sourced from org.openapitools:openapi-generator's releases.

v7.14.0 released

v7.14.0 stable release (breaking changes with fallbacks) comes with 110+ enhancements, bug fixes. Once again thanks for all the contributions from the community.

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

  • [GO] Go Server: Adds ordered routes to go-server router #21280

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

General

  • [gradle-plugin] Fix openapiGeneratorIgnoreList option #21363
  • Better handling of metadata in allOf #21342
  • Update swagger parser to 2.1.28 #21325
  • Fix broken build on Windows OS if the schema contains references to other schema files #21300
  • CodegenOperation & CodegenProperty: turn fields into getters #21225
  • fix: fix dev container failing to build #21218
  • Remove duplicate oneOf schemas during pre-processing #21174

C#

  • [csharp][generichost] Removed duplicate service registration #21395
  • [csharp][generichost] Updated docs #21357
  • [csharp][generichost] Fixed token availablity #21326
  • [csharp] Add missing ConfigureAwait(false) for csharp generator #21244
  • [csharp] Ignore date length validation #21217

C++

  • [cpp-restsdk] store Object as a shared pointer #21349
  • [cpp-restsdk] link cpprest without crypto libraries #21348
  • [cpp-rest-sdk] support serializing model base as parameters #21235
  • [cpp-rest-sdk] fix enum values being used instead of names #21223
  • fix(cpp-qt-client): add asJsonObject method to OAIEnum class (#19307) #21211

Elixir

  • [chore][elixir] update dependencies #21210
  • [fix][elixir] simplify connection module #21158

Go

  • [GO] Go Server: Adds ordered routes to go-server router (Breaking change (with fallback)) #21280

Java

  • [Java] Fix content for enum in MultiPart #21428
  • [Java][RestTemplate] Gradle Build include non-compatible Spring Dependency with jakarta disabled #21426
  • [Java][vertx] fix path param encoding #21403
  • [jaxrs-spec][quarkus] fix cookie in param #21400
  • feat (JAVA NATIVE): add support for useSingleRequestParameter to java native client #21331
  • [JAVA] Correct generation of schema default values of type object #21278
  • Add option to set container's default to empty container #21269
  • Java: Optimize HashSet Initialization #21205
  • [JavaSpring][21200] improve Kotlin interopability with optional values #21202
  • adjust (sync) jersey2/jersey3 templates #21171

... (truncated)

Commits
  • 5eb083e v7.14.0 release (#21443)
  • 0903ecf update urllib3 to newer versions in python-fastpi (#21439)
  • 88bc79e [Typescript Fetch] Handle date parameters in the URL path (#19313)
  • cef971c [Java][RestTemplate] Gradle Build include non-compatible Spring Dependency wi...
  • 8d8e3dd fix(typescript-fetch): use type modifier on imports for `discriminator.mapp...
  • 623463a [Java] Fix content for enum in MultiPart (#21428)
  • 43e878b [python] Validate pyproject.toml and fix the pyproject.toml version constrain...
  • 50c6754 Fix broken mypy checks (#21423)
  • d2b8a1e [typescript] add abort signal to requestcontext (#21323)
  • dbc5d09 update python-fastapi requests to newer version (#21421)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)
Bumps [org.openapitools:openapi-generator](https://github.com/openapitools/openapi-generator) from 7.12.0 to 7.14.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.14.0 released</h2> <p>v7.14.0 stable release (breaking changes with fallbacks) comes with 110+ 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>[GO] Go Server: Adds ordered routes to go-server router <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21280">#21280</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.14.0+">&quot;Pull Request&quot;</a> tab.</p> <h2>General</h2> <ul> <li>[gradle-plugin] Fix openapiGeneratorIgnoreList option <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21363">#21363</a></li> <li>Better handling of metadata in allOf <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21342">#21342</a></li> <li>Update swagger parser to 2.1.28 <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21325">#21325</a></li> <li>Fix broken build on Windows OS if the schema contains references to other schema files <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21300">#21300</a></li> <li>CodegenOperation &amp; CodegenProperty: turn fields into getters <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21225">#21225</a></li> <li>fix: fix dev container failing to build <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21218">#21218</a></li> <li>Remove duplicate oneOf schemas during pre-processing <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21174">#21174</a></li> </ul> <h2>C#</h2> <ul> <li>[csharp][generichost] Removed duplicate service registration <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21395">#21395</a></li> <li>[csharp][generichost] Updated docs <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21357">#21357</a></li> <li>[csharp][generichost] Fixed token availablity <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21326">#21326</a></li> <li>[csharp] Add missing ConfigureAwait(false) for csharp generator <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21244">#21244</a></li> <li>[csharp] Ignore date length validation <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21217">#21217</a></li> </ul> <h2>C++</h2> <ul> <li>[cpp-restsdk] store Object as a shared pointer <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21349">#21349</a></li> <li>[cpp-restsdk] link cpprest without crypto libraries <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21348">#21348</a></li> <li>[cpp-rest-sdk] support serializing model base as parameters <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21235">#21235</a></li> <li>[cpp-rest-sdk] fix enum values being used instead of names <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21223">#21223</a></li> <li>fix(cpp-qt-client): add asJsonObject method to OAIEnum class (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/19307">#19307</a>) <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21211">#21211</a></li> </ul> <h2>Elixir</h2> <ul> <li>[chore][elixir] update dependencies <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21210">#21210</a></li> <li>[fix][elixir] simplify connection module <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21158">#21158</a></li> </ul> <h2>Go</h2> <ul> <li>[GO] Go Server: Adds ordered routes to go-server router (Breaking change (with fallback)) <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21280">#21280</a></li> </ul> <h2>Java</h2> <ul> <li>[Java] Fix content for enum in MultiPart <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21428">#21428</a></li> <li>[Java][RestTemplate] Gradle Build include non-compatible Spring Dependency with jakarta disabled <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21426">#21426</a></li> <li>[Java][vertx] fix path param encoding <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21403">#21403</a></li> <li>[jaxrs-spec][quarkus] fix cookie in param <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21400">#21400</a></li> <li>feat (JAVA NATIVE): add support for useSingleRequestParameter to java native client <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21331">#21331</a></li> <li>[JAVA] Correct generation of schema default values of type object <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21278">#21278</a></li> <li>Add option to set container's default to empty container <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21269">#21269</a></li> <li>Java: Optimize HashSet Initialization <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21205">#21205</a></li> <li>[JavaSpring][21200] improve Kotlin interopability with optional values <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21202">#21202</a></li> <li>adjust (sync) jersey2/jersey3 templates <a href="https://redirect.github.com/openapitools/openapi-generator/issues/21171">#21171</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/5eb083e5ce1dd99659fadc03d7c6e809d3077af6"><code>5eb083e</code></a> v7.14.0 release (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/21443">#21443</a>)</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/0903ecf85e71c1e2eb8390c97e461eb1e5653f05"><code>0903ecf</code></a> update urllib3 to newer versions in python-fastpi (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/21439">#21439</a>)</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/88bc79e90645a3c74c0c60f94903eb531c55e933"><code>88bc79e</code></a> [Typescript Fetch] Handle date parameters in the URL path (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/19313">#19313</a>)</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/cef971cf9ae47414e22d83d41632f540a1bf624c"><code>cef971c</code></a> [Java][RestTemplate] Gradle Build include non-compatible Spring Dependency wi...</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/8d8e3ddf16f2e79c24faf50fb3436b8f545d852f"><code>8d8e3dd</code></a> fix(typescript-fetch): use <code>type</code> modifier on imports for `discriminator.mapp...</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/623463a6edae039aa00bd6b80e5fb296707efa4c"><code>623463a</code></a> [Java] Fix content for enum in MultiPart (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/21428">#21428</a>)</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/43e878b4216ede0794e4cd105949c209c8096ac7"><code>43e878b</code></a> [python] Validate pyproject.toml and fix the pyproject.toml version constrain...</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/50c6754fcc61786db3dc6c93da1332cfebad3bc3"><code>50c6754</code></a> Fix broken mypy checks (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/21423">#21423</a>)</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/d2b8a1eeac0f052958799771b6df2c0a350b9872"><code>d2b8a1e</code></a> [typescript] add abort signal to requestcontext (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/21323">#21323</a>)</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/dbc5d09da62f096ad482ddafdd353c3d2d7c52b1"><code>dbc5d09</code></a> update python-fastapi requests to newer version (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/21421">#21421</a>)</li> <li>Additional commits viewable in <a href="https://github.com/openapitools/openapi-generator/compare/v7.12.0...v7.14.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.openapitools:openapi-generator&package-manager=maven&previous-version=7.12.0&new-version=7.14.0)](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>
rpahli (Migrated from github.com) reviewed 2025-06-26 08:32:51 +02:00
fabian-schlegel (Migrated from github.com) reviewed 2025-06-26 08:32:51 +02:00
wistefan (Migrated from github.com) reviewed 2025-06-26 08:32:51 +02:00
kokuwaio-bot (Migrated from github.com) approved these changes 2025-06-26 08:32:59 +02:00
sschnabe (Migrated from github.com) approved these changes 2025-07-05 13:39:10 +02:00
sschnabe commented 2025-07-05 15:13:57 +02:00 (Migrated from github.com)

@dependabot rebase

@dependabot rebase
dependabot[bot] commented 2025-07-05 15:14:00 +02:00 (Migrated from github.com)

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request `@dependabot recreate`.
sschnabe commented 2025-07-05 15:16:12 +02:00 (Migrated from github.com)

@dependabot recreate

@dependabot recreate
kokuwaio-bot (Migrated from github.com) approved these changes 2025-07-05 15:17:11 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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!455
No description provided.