You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/14 07:10:28 UTC

[PR] Bump org.openapitools:openapi-generator from 7.3.0 to 7.4.0 [camel]

dependabot[bot] opened a new pull request, #13469:
URL: https://github.com/apache/camel/pull/13469

   Bumps [org.openapitools:openapi-generator](https://github.com/openapitools/openapi-generator) from 7.3.0 to 7.4.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.4.0 released</h2>
   <p>v7.4.0 stable release comes with 90+ 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.4.0+is%3Aclosed+label%3A%22Breaking+change+%28with+fallback%29%22">1 breaking change (with fallback)</a> listed below.</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.4.0+">&quot;Pull Request&quot;</a> tab.</p>
   <h2>General</h2>
   <ul>
   <li>inputSpec should not be mandatory when inputSpecRootDirectory is set <a href="https://redirect.github.com/openapitools/openapi-generator/issues/18000">#18000</a></li>
   <li>Fix ClassCastException in OpenAPINormalizer on composed schemas <a href="https://redirect.github.com/openapitools/openapi-generator/issues/17912">#17912</a></li>
   <li>Add FILTER to openapi normalizer <a href="https://redirect.github.com/openapitools/openapi-generator/issues/17859">#17859</a></li>
   <li>Fix attributes in allOf and $ref <a href="https://redirect.github.com/openapitools/openapi-generator/issues/17836">#17836</a></li>
   </ul>
   <h2>C</h2>
   <ul>
   <li>[C][Client] Fix default enum value being -1 <a href="https://redirect.github.com/openapitools/openapi-generator/issues/18040">#18040</a></li>
   </ul>
   <h2>C#</h2>
   <ul>
   <li>[C#] fix anyof, oneof mixed primitive object parse error <a href="https://redirect.github.com/openapitools/openapi-generator/issues/17986">#17986</a></li>
   </ul>
   <h2>C++</h2>
   <ul>
   <li>[cpp-qt-client]Allow nullable parameters <a href="https://redirect.github.com/openapitools/openapi-generator/issues/17805">#17805</a></li>
   <li>Prevent enum item names being reserved keywords <a href="https://redirect.github.com/openapitools/openapi-generator/issues/17804">#17804</a></li>
   </ul>
   <h2>Dart</h2>
   <ul>
   <li>[Dart] Make dependency on intl package less strict <a href="https://redirect.github.com/openapitools/openapi-generator/issues/17862">#17862</a></li>
   </ul>
   <h2>Go</h2>
   <ul>
   <li>[Go] fix isNil check <a href="https://redirect.github.com/openapitools/openapi-generator/issues/17870">#17870</a></li>
   <li>Generate API files as interfaces for go-gin server <a href="https://redirect.github.com/openapitools/openapi-generator/issues/17784">#17784</a></li>
   </ul>
   <h2>Java</h2>
   <ul>
   <li>[java] Use modelNameMappings if provided <a href="https://redirect.github.com/openapitools/openapi-generator/issues/18025">#18025</a></li>
   <li>[JAVA] Fix 3.1 generation for composed schema's with object type <a href="https://redirect.github.com/openapitools/openapi-generator/issues/18002">#18002</a></li>
   <li>[Java][apache-httpclient] Use EntityUtils#toString instead of Scanner for deserialization <a href="https://redirect.github.com/openapitools/openapi-generator/issues/17998">#17998</a></li>
   </ul>
   <h2>Jetbrains HTTP Client</h2>
   <ul>
   <li>Major Jetbrains HTTP Client upgrade. Move to BETA <a href="https://redirect.github.com/openapitools/openapi-generator/issues/15779">#15779</a></li>
   </ul>
   <h2>Kotlin</h2>
   <ul>
   <li>[kotlin] Enum should match spec <a href="https://redirect.github.com/openapitools/openapi-generator/issues/18062">#18062</a> - Breaking change (with fallback)</li>
   <li>[kotlin-spring] Fix cookie parameter code generation in API <a href="https://redirect.github.com/openapitools/openapi-generator/issues/17959">#17959</a></li>
   <li>[kotlin-spring] fix BigDecimal default value failed to compile <a href="https://redirect.github.com/openapitools/openapi-generator/issues/17956">#17956</a></li>
   </ul>
   <h2>PHP</h2>
   <ul>
   <li>fix(php): update type hint in toString method <a href="https://redirect.github.com/openapitools/openapi-generator/issues/17838">#17838</a></li>
   <li>fix(php): call selectHeaders correctly in psr-18 implementation <a href="https://redirect.github.com/openapitools/openapi-generator/issues/17832">#17832</a></li>
   </ul>
   <h2>Python</h2>
   <ul>
   <li>[python] Fix Circular imports on inherited discriminators <a href="https://redirect.github.com/openapitools/openapi-generator/issues/17886">#17886</a></li>
   <li>Update python-fastapi dependencies to newer versions <a href="https://redirect.github.com/openapitools/openapi-generator/issues/17871">#17871</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/2abcb4f7f0aa67c126304e43602ae72a83f2dca7"><code>2abcb4f</code></a> 7.4.0 release (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/18067">#18067</a>)</li>
   <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/20bd649bf9a79ebadec6a992e454e064cd5b6129"><code>20bd649</code></a> Add enum name mapping feature to typescript generators  (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/18064">#18064</a>)</li>
   <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/0bc979ebdc5a757504ab9d43dd27968538f45712"><code>0bc979e</code></a> [typescript-nestjs] Compatability with tsc 'strict' flag (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/17672">#17672</a>)</li>
   <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/950028419a84cf63b66c5656506daf639a283c0a"><code>9500284</code></a> update samples</li>
   <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/93aec4d89dd32a9a884dea135a77dd8af1e6e106"><code>93aec4d</code></a> Fix <a href="https://redirect.github.com/openapitools/openapi-generator/issues/17831">#17831</a> <a href="https://github.com/lombok"><code>@​lombok</code></a>.NonNull on all required fields when any lombok annotation ...</li>
   <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/033993c63dd420c5803781c93c77b7214ae1512a"><code>033993c</code></a> [Kotlin Spring] fix template request part and description (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/17821">#17821</a>)</li>
   <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/494fc7d1826ad1b32451890654894a7546219a43"><code>494fc7d</code></a> [kotlin] Enum should match spec (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/18062">#18062</a>)</li>
   <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/81e33ede6ed20b7ed084703d1805bcba82a0775e"><code>81e33ed</code></a> update gitignore</li>
   <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/f1fcceb375252a2be545908c1f41f29ae6ae8c43"><code>f1fcceb</code></a> Major Jetbrains HTTP Client upgrade. Move to BETA (<a href="https://redirect.github.com/openapitools/openapi-generator/issues/15779">#15779</a>)</li>
   <li><a href="https://github.com/OpenAPITools/openapi-generator/commit/93d5fc646b6174ddbf1f15bf0cdfde963a0c149a"><code>93d5fc6</code></a> update kotlin server tests</li>
   <li>Additional commits viewable in <a href="https://github.com/openapitools/openapi-generator/compare/v7.3.0...v7.4.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.3.0&new-version=7.4.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>


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump org.openapitools:openapi-generator from 7.3.0 to 7.4.0 [camel]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #13469:
URL: https://github.com/apache/camel/pull/13469#issuecomment-1996706123

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :robot: CI automation will test this PR automatically.
   
   :camel: Apache Camel Committers, please review the following items:
   
   * First-time contributors **require MANUAL approval** for the GitHub Actions to run
   
   * You can use the command `/component-test (camel-)component-name1 (camel-)component-name2..` to request a test from the test bot.
   
   * You can label PRs using `build-all`, `build-dependents`, `skip-tests` and `test-dependents` to fine-tune the checks executed by this PR.
   
   * Build and test logs are available in the Summary page. **Only** [Apache Camel committers](https://camel.apache.org/community/team/#committers) have access to the summary. 
   
   * :warning: Be careful when sharing logs. Review their contents before sharing them publicly.


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump org.openapitools:openapi-generator from 7.3.0 to 7.4.0 [camel]

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus merged PR #13469:
URL: https://github.com/apache/camel/pull/13469


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org