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

   Bumps 
[org.openapitools:openapi-generator-gradle-plugin](https://github.com/OpenAPITools/openapi-generator)
 from 7.16.0 to 7.17.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/OpenAPITools/openapi-generator/releases";>org.openapitools:openapi-generator-gradle-plugin's
 releases</a>.</em></p>
   <blockquote>
   <h2>v7.17.0 released</h2>
   <p>v7.17.0 stable release comes with 60+ 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.17.0+is%3Aclosed+label%3A%22Breaking+change+%28with+fallback%29%22";>1
 breaking change (with fallback)</a>:</p>
   <ul>
   <li>Set REFACTOR_ALLOF_WITH_PROPERTIES_ONLY to true by default (Breaking 
change (with fallback)) <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/22180";>#22180</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.17.0+";>&quot;Pull
 Request&quot;</a> tab.</p>
   <h2>General</h2>
   <ul>
   <li>openapi-normalizer: Add REMOVE_PROPERTIES_FROM_TYPE_OTHER_THAN_OBJECT 
normalize option <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/22236";>#22236</a></li>
   <li>Set REFACTOR_ALLOF_WITH_PROPERTIES_ONLY to true by default (Breaking 
change (with fallback)) <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/22180";>#22180</a></li>
   <li>OpenApiNormalizer FILTER improvements. Multi filters + filter on path <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/22128";>#22128</a></li>
   <li>Fix additional properties handling in 3.1 spec <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/22056";>#22056</a></li>
   </ul>
   <h2>C</h2>
   <ul>
   <li>Update c curl generator to support float <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/21103";>#21103</a></li>
   </ul>
   <h2>C#</h2>
   <ul>
   <li>[CSHARP] Add cache to efficiently lookup CodegenModel in csharp codegen 
to make csharp generator faster <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/22094";>#22094</a></li>
   <li>[CSHARP] Fix how the array type is set when using 
NULLABLE_REFERENCE_TYPES <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/22071";>#22071</a></li>
   <li>[csharp][httpclient] do not use deprecated HttpRequestMessage.Properties 
<a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/20737";>#20737</a></li>
   </ul>
   <h2>Dart</h2>
   <ul>
   <li>[dart] Fix compile error in inline enum properties with 
&quot;default&quot; values <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/22165";>#22165</a></li>
   </ul>
   <h2>Elixir</h2>
   <ul>
   <li>[fix][elixir] missing type mapping for AnyType <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/22081";>#22081</a></li>
   </ul>
   <h2>Java</h2>
   <ul>
   <li>[jaxrs] Support jackson option (true by default) <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/22169";>#22169</a></li>
   <li>[Java][jaxrs-spec] withXml support <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/22140";>#22140</a></li>
   <li>Jersey2/3: Fixes a bug in OAuth token renewal, where the previous HTTP 
401 code is reused even after the retry succeeds <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/22134";>#22134</a></li>
   <li>[Spring] Remove unnecessary modifiers from API interface templates <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/22132";>#22132</a></li>
   <li>Custom error messages for size, length, min &amp; max validations in 
Spring &amp; Spring-Kotlin <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/22090";>#22090</a></li>
   <li>Spring 7 WebClient Compatibility <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/22030";>#22030</a></li>
   <li>[Spring] add support for api versioning <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/22028";>#22028</a></li>
   </ul>
   <h2>Julia</h2>
   <ul>
   <li>[Julia] Fix docstring parameter formatting with backticks <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/22190";>#22190</a></li>
   </ul>
   <h2>Kotlin</h2>
   <ul>
   <li>Custom error messages for size, length, min &amp; max validations in 
Spring &amp; Spring-Kotlin <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/22090";>#22090</a></li>
   </ul>
   <h2>PHP</h2>
   <ul>
   <li>Expose mtls certificate config params in python and php configuration 
templates <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/22229";>#22229</a></li>
   <li>fix(php,php-nextgen): remove useless string cast from 
ObjectSerializer.mustache <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/22121";>#22121</a></li>
   </ul>
   <h2>Python</h2>
   <ul>
   <li>Expose mtls certificate config params in python and php configuration 
templates <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/22229";>#22229</a></li>
   <li>[python-fastapi] Fix: Skip sorting of path operations <a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/22166";>#22166</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/0120486e6207b41cdd18b89eaf25f061ac87195a";><code>0120486</code></a>
 v7.17.0 release (<a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/22248";>#22248</a>)</li>
   <li><a 
href="https://github.com/OpenAPITools/openapi-generator/commit/44075c9edfeb14cee2c539b11a3b5d761c1272ca";><code>44075c9</code></a>
 Fix explode query params for typescript-fetch (<a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/22246";>#22246</a>)</li>
   <li><a 
href="https://github.com/OpenAPITools/openapi-generator/commit/3d4f29eac7584e269b15038b3c2dc3a2630e6c71";><code>3d4f29e</code></a>
 [PYTHON-FASTAPI] update starlette to newer version 0.49.1 (<a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/22243";>#22243</a>)</li>
   <li><a 
href="https://github.com/OpenAPITools/openapi-generator/commit/351b601368f741b518d25735a00de67000722c73";><code>351b601</code></a>
 openapi-normalizer: Add REMOVE_PROPERTIES_FROM_TYPE_OTHER_THAN_OBJECT 
normali...</li>
   <li><a 
href="https://github.com/OpenAPITools/openapi-generator/commit/2c248e6c93fc9c621ea51c2509184c47b1e47281";><code>2c248e6</code></a>
 [ruby] Introduce ApiModelBase (<a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/22052";>#22052</a>)</li>
   <li><a 
href="https://github.com/OpenAPITools/openapi-generator/commit/68b0dfe6d16bec38a61dcfbe2f1fe46c412ab0a2";><code>68b0dfe</code></a>
 Expose mtls certificate config params in python and php configuration 
templat...</li>
   <li><a 
href="https://github.com/OpenAPITools/openapi-generator/commit/31e462dc3ea1d1b240f11f151e74b2fbc6e9a931";><code>31e462d</code></a>
 Make Gradle properties non-nullable (<a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/22050";>#22050</a>)</li>
   <li><a 
href="https://github.com/OpenAPITools/openapi-generator/commit/74488fa3c365114af17a8ca9db87cf1bebb17df7";><code>74488fa</code></a>
 Update modelOneOf.mustache (<a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/22220";>#22220</a>)</li>
   <li><a 
href="https://github.com/OpenAPITools/openapi-generator/commit/8c54f18f7c48cf4547ba0f2d9e714bf1a56acc2f";><code>8c54f18</code></a>
 remove BACKTICK_PLAN.md</li>
   <li><a 
href="https://github.com/OpenAPITools/openapi-generator/commit/57d12811ef667cc32bef9926ebf59aaa5ebb776a";><code>57d1281</code></a>
 [Julia] Fix docstring parameter formatting with backticks (<a 
href="https://redirect.github.com/OpenAPITools/openapi-generator/issues/22190";>#22190</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/OpenAPITools/openapi-generator/compare/v7.16.0...v7.17.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-gradle-plugin&package-manager=gradle&previous-version=7.16.0&new-version=7.17.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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to