Bump org.openapitools:openapi-generator from 7.10.0 to 7.11.0 #441

Merged
dependabot[bot] merged 2 commits from dependabot/maven/3.x/org.openapitools-openapi-generator-7.11.0 into 3.x 2025-02-12 13:24:53 +01:00
dependabot[bot] commented 2025-01-21 07:32:22 +01:00 (Migrated from github.com)

Bumps org.openapitools:openapi-generator from 7.10.0 to 7.11.0.

Release notes

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

v7.11.0 released

v7.11.0 stable release (breaking changes with fallbacks) comes with 150+ enhancements, bug fixes. Once again thank you for all the awesome contributions from the community.

This release comes with 3 breaking changes (with fallback).

This release comes with 1 new generator:

  • Added PostgreSQL schema generator (BETA) (New generator) #20255

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

General

  • [normalizer] Better handling of schema with just description (any type) #20461
  • Set removeEnumValuePrefix to false by default (Breaking change (with fallback)) #20452
  • On enum name sanitize, convert colon to underscore (Breaking change (with fallback)) #20391
  • Various enhancements, bug fixes to default codegen and maven plugin #20388
  • fix (DefaultGenerator): Handle "$ref" parameter reference to identify parameter ID #20240
  • Trim the input of operationId filter in OpenAPINormalizer #20189
  • Resolve inline schemas in webhooks #20165

C

  • [C][Client] Make custom CMAKE_C_FLAGS work #20432
  • C overhead fixes #20402
  • [C][Client] Remove broken intToStr() macro, update samples #20383
  • Fix a few issues with the C generator (part 8) #20378
  • Fix a few issues with the C generator (part 7) #20366
  • Fix a few issues with the C generator (part 6) #20332
  • Fix a few issues with the C generator (part 5) #20313
  • Fix a few issues with the C generator (part 4) #20289
  • Fix a few issues with the C generator (part 3) #20269
  • Fix a few issues with the C generator (part 2) #20227
  • Fix a few issues with the C generator (part 1 version 2) #14434

C#

  • [csharp] Removed .net6 and .net7 (Decommission) #20449
  • [C#] avoid duplicated header in csharp client (restsharp) #20421
  • [ASPNETCORE] Add support for central package version management #20403
  • [csharp] bump version to .net8 #20384
  • Fixes body of FormParameters in multipart/form-data requests without files sent by generated C# (RestSharp) #20351
  • [csharp] add .net9 support #20270

C++

  • [cpprestsdk] Implement Enum inside Objects #19919

Elixir

  • Improved Elixir Atom Generation #20229
  • [elixir] Update dialyzer spec #20024
  • [Elixir] Use string headers #19759

Elm

... (truncated)

Commits
  • a7240ee v7.11.0 release (#20508)
  • fa3e38a [JAVA] Address [rawtypes] and [this-escape] warnings in generated API clients...
  • 98ccf95 [ASPNETCORE] Add support for central package version management (#20401)
  • 9e66c4f Add more net9 samples (#20491)
  • ce56a83 Update openapi spec 3.1 support message (#20492)
  • 4c73faf [go-server] Add tests for primitive types in request/response (#20474)
  • dcf472a ISSUE: #17373 [BUG] [Go-server] invalid composite literal type string (#20467)
  • 5785743 Update bug_report.md with up-to-date URL for online validator (#20470)
  • 760d5e8 [normalizer] Better handling of schema with just description (any type) (#20461)
  • 4259e92 [C][Client] Make custom CMAKE_C_FLAGS work (#20432)
  • 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.10.0 to 7.11.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.11.0 released</h2> <p>v7.11.0 stable release (breaking changes with fallbacks) comes with 150+ enhancements, bug fixes. Once again thank you for all the awesome contributions from the community.</p> <p>This release comes with <a href="https://github.com/OpenAPITools/openapi-generator/pulls?q=is%3Apr+milestone%3A7.11.0+is%3Aclosed+label%3A%22Breaking+change+%28with+fallback%29%22">3 breaking changes (with fallback)</a>.</p> <p>This release comes with 1 new generator:</p> <ul> <li>Added PostgreSQL schema generator (BETA) (New generator) <a href="https://redirect.github.com/openapitools/openapi-generator/issues/20255">#20255</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.11.0+">&quot;Pull Request&quot;</a> tab.</p> <h2>General</h2> <ul> <li>[normalizer] Better handling of schema with just description (any type) <a href="https://redirect.github.com/openapitools/openapi-generator/issues/20461">#20461</a></li> <li>Set removeEnumValuePrefix to false by default (Breaking change (with fallback)) <a href="https://redirect.github.com/openapitools/openapi-generator/issues/20452">#20452</a></li> <li>On enum name sanitize, convert colon to underscore (Breaking change (with fallback)) <a href="https://redirect.github.com/openapitools/openapi-generator/issues/20391">#20391</a></li> <li>Various enhancements, bug fixes to default codegen and maven plugin <a href="https://redirect.github.com/openapitools/openapi-generator/issues/20388">#20388</a></li> <li>fix (DefaultGenerator): Handle &quot;$ref&quot; parameter reference to identify parameter ID <a href="https://redirect.github.com/openapitools/openapi-generator/issues/20240">#20240</a></li> <li>Trim the input of operationId filter in OpenAPINormalizer <a href="https://redirect.github.com/openapitools/openapi-generator/issues/20189">#20189</a></li> <li>Resolve inline schemas in webhooks <a href="https://redirect.github.com/openapitools/openapi-generator/issues/20165">#20165</a></li> </ul> <h2>C</h2> <ul> <li>[C][Client] Make custom CMAKE_C_FLAGS work <a href="https://redirect.github.com/openapitools/openapi-generator/issues/20432">#20432</a></li> <li>C overhead fixes <a href="https://redirect.github.com/openapitools/openapi-generator/issues/20402">#20402</a></li> <li>[C][Client] Remove broken intToStr() macro, update samples <a href="https://redirect.github.com/openapitools/openapi-generator/issues/20383">#20383</a></li> <li>Fix a few issues with the C generator (part 8) <a href="https://redirect.github.com/openapitools/openapi-generator/issues/20378">#20378</a></li> <li>Fix a few issues with the C generator (part 7) <a href="https://redirect.github.com/openapitools/openapi-generator/issues/20366">#20366</a></li> <li>Fix a few issues with the C generator (part 6) <a href="https://redirect.github.com/openapitools/openapi-generator/issues/20332">#20332</a></li> <li>Fix a few issues with the C generator (part 5) <a href="https://redirect.github.com/openapitools/openapi-generator/issues/20313">#20313</a></li> <li>Fix a few issues with the C generator (part 4) <a href="https://redirect.github.com/openapitools/openapi-generator/issues/20289">#20289</a></li> <li>Fix a few issues with the C generator (part 3) <a href="https://redirect.github.com/openapitools/openapi-generator/issues/20269">#20269</a></li> <li>Fix a few issues with the C generator (part 2) <a href="https://redirect.github.com/openapitools/openapi-generator/issues/20227">#20227</a></li> <li>Fix a few issues with the C generator (part 1 version 2) <a href="https://redirect.github.com/openapitools/openapi-generator/issues/14434">#14434</a></li> </ul> <h2>C#</h2> <ul> <li>[csharp] Removed .net6 and .net7 (Decommission) <a href="https://redirect.github.com/openapitools/openapi-generator/issues/20449">#20449</a></li> <li>[C#] avoid duplicated header in csharp client (restsharp) <a href="https://redirect.github.com/openapitools/openapi-generator/issues/20421">#20421</a></li> <li>[ASPNETCORE] Add support for central package version management <a href="https://redirect.github.com/openapitools/openapi-generator/issues/20403">#20403</a></li> <li>[csharp] bump version to .net8 <a href="https://redirect.github.com/openapitools/openapi-generator/issues/20384">#20384</a></li> <li>Fixes body of FormParameters in multipart/form-data requests without files sent by generated C# (RestSharp) <a href="https://redirect.github.com/openapitools/openapi-generator/issues/20351">#20351</a></li> <li>[csharp] add .net9 support <a href="https://redirect.github.com/openapitools/openapi-generator/issues/20270">#20270</a></li> </ul> <h2>C++</h2> <ul> <li>[cpprestsdk] Implement Enum inside Objects <a href="https://redirect.github.com/openapitools/openapi-generator/issues/19919">#19919</a></li> </ul> <h2>Elixir</h2> <ul> <li>Improved Elixir Atom Generation <a href="https://redirect.github.com/openapitools/openapi-generator/issues/20229">#20229</a></li> <li>[elixir] Update dialyzer spec <a href="https://redirect.github.com/openapitools/openapi-generator/issues/20024">#20024</a></li> <li>[Elixir] Use string headers <a href="https://redirect.github.com/openapitools/openapi-generator/issues/19759">#19759</a></li> </ul> <h2>Elm</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/a7240eeefeedeefe7fc80ef22747dfc67e126324"><code>a7240ee</code></a> v7.11.0 release (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/20508">#20508</a>)</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/fa3e38a4b71615fefacc32538d4b0bc5b5135abf"><code>fa3e38a</code></a> [JAVA] Address [rawtypes] and [this-escape] warnings in generated API clients...</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/98ccf95e4314c1a672ee6211997d811a642da943"><code>98ccf95</code></a> [ASPNETCORE] Add support for central package version management (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/20401">#20401</a>)</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/9e66c4f51694664932695fd2287bb6667b162222"><code>9e66c4f</code></a> Add more net9 samples (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/20491">#20491</a>)</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/ce56a83ae4638644984b4bf05c4c3fc0209de167"><code>ce56a83</code></a> Update openapi spec 3.1 support message (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/20492">#20492</a>)</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/4c73faf737887a8be8ee4c11a91125feacf23983"><code>4c73faf</code></a> [go-server] Add tests for primitive types in request/response (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/20474">#20474</a>)</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/dcf472a0348f4cf3d082576f7e8d76f1c92c630d"><code>dcf472a</code></a> ISSUE: <a href="https://redirect.github.com/openapitools/openapi-generator/issues/17373">#17373</a> [BUG] [Go-server] invalid composite literal type string (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/20467">#20467</a>)</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/578574369537ba1897588af71b93e29bd2e9dc11"><code>5785743</code></a> Update bug_report.md with up-to-date URL for online validator (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/20470">#20470</a>)</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/760d5e81686dfb13f3187335fe6a17a54fc18fbf"><code>760d5e8</code></a> [normalizer] Better handling of schema with just description (any type) (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/20461">#20461</a>)</li> <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/4259e92776fd085f007177b58ae16cdb5f11640d"><code>4259e92</code></a> [C][Client] Make custom CMAKE_C_FLAGS work (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/20432">#20432</a>)</li> <li>Additional commits viewable in <a href="https://github.com/openapitools/openapi-generator/compare/v7.10.0...v7.11.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.10.0&new-version=7.11.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-01-21 07:32:22 +01:00
fabian-schlegel (Migrated from github.com) reviewed 2025-01-21 07:32:22 +01:00
wistefan (Migrated from github.com) reviewed 2025-01-21 07:32:22 +01:00
kokuwaio-bot (Migrated from github.com) approved these changes 2025-01-21 07:32:32 +01:00
sschnabe (Migrated from github.com) approved these changes 2025-02-12 13:24:52 +01: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!441
No description provided.