renovate-bot opened a new pull request, #2703:
URL: https://github.com/apache/polaris/pull/2703

   This PR contains the following updates:
   
   | Package | Change | Age | Confidence |
   |---|---|---|---|
   | 
[openapi-generator-cli](https://redirect.github.com/OpenAPITools/openapi-generator#3---usage)
 | `==7.15.0` -> `==7.16.0` | 
[![age](https://developer.mend.io/api/mc/badges/age/pypi/openapi-generator-cli/7.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/openapi-generator-cli/7.15.0/7.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 |
   
   ---
   
   > [!WARNING]
   > Some dependencies could not be looked up. Check the Dependency Dashboard 
for more information.
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>OpenAPITools/openapi-generator (openapi-generator-cli)</summary>
   
   ### 
[`v7.16.0`](https://redirect.github.com/OpenAPITools/openapi-generator/releases/tag/v7.16.0):
 released
   
   [Compare 
Source](https://redirect.github.com/OpenAPITools/openapi-generator/compare/v7.15.0...v7.16.0)
   
   v7.16.0 stable release comes with 100+ enhancements, bug fixes. Once again 
thanks for all the contributions from the community.
   
   The  community also contributed [3 new 
generators](https://redirect.github.com/OpenAPITools/openapi-generator/pulls?q=is%3Amerged+is%3Apr+milestone%3A7.16.0+label%3A%22Enhancement%3A+New+generator%22)
 in this release:
   
   - \[python] add async httpx support Client: Python 
[#&#8203;22021](https://redirect.github.com/OpenAPITools/openapi-generator/issues/22021)
   - feat: Add Java Dubbo code generator for Apache Dubbo microservices 
[#&#8203;21968](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21968)
   - New generator for Scala3 + sttp4 + jsoniter-scala 
[#&#8203;21908](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21908)
   
   Below are the highlights of the changes. For a full list of changes, please 
refer to the ["Pull 
Request"](https://redirect.github.com/OpenAPITools/openapi-generator/pulls?q=is%3Amerged+is%3Apr+milestone%3A7.16.0+)
 tab.
   
   #### General
   
   - Update commons related dependencies to newer versions 
[#&#8203;21980](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21980)
   - Correctly annotate Gradle task in- & outputs and enable stricter plugin 
validation 
[#&#8203;21957](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21957)
   - Support normalizing anyof/oneof enum constraints to a single enum 
[#&#8203;21917](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21917)
   - feat: add support for minimal-update option in maven plugin 
[#&#8203;21872](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21872)
   - Update swagger parser to 2.1.32 
[#&#8203;21818](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21818)
   - Fix bug in ModelUtils.getParentName resulting in wrong inner Models for 
oneOf-composed schemas 
[#&#8203;21799](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21799)
   - \[3.1] Fixed lack of check for booleanSchemaValue 
[#&#8203;21742](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21742)
   
   #### Bash
   
   - \[bash] Drop old client.sh from petstore sample 
[#&#8203;21987](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21987)
   - \[bash] Fix issue where paste command doesn't work on Mac 
[#&#8203;21986](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21986)
   
   #### C\#
   
   - Fix visibility for enum in C# generator 
[#&#8203;21984](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21984)
   - \[C#] Fixes array TypeDeclaration parsing order to fix deep aliases 
[#&#8203;21600](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21600)
   
   #### Dart
   
   - \[dart-dio]\[timemachine] Bugfix: saving offset\_date\_serializer instead 
of local\_date\_serialize 
[#&#8203;21974](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21974)
   - Add skipCopyWith option for dart-dio 
[#&#8203;21816](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21816)
   
   #### Kotlin
   
   - fix(kotlin-spring): add missing constructor parentheses for hashmap models 
[#&#8203;22029](https://redirect.github.com/OpenAPITools/openapi-generator/issues/22029)
   - \[kotlin] Fix enum defaultValue in query parameters with schema reference 
[#&#8203;22002](https://redirect.github.com/OpenAPITools/openapi-generator/issues/22002)
   - \[kotlin]\[client] remove old deprecated apis 
[#&#8203;21988](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21988)
   - \[kotlin-spring]\[server] Feat: Allow implementation of arbitrary 
interface in DTOs (similar to x-implements from java-spring) 
[#&#8203;21950](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21950)
   - Fix missing 
[@&#8203;Serializable](https://redirect.github.com/Serializable) on enums for 
kotlin/jvm-retrofit2 
[#&#8203;21907](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21907)
   - \[kotlin-client] Fix string comparison in discriminator post-processing 
[#&#8203;21881](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21881)
   - \[kotlin-client] update Kotlin and libraries versions 
[#&#8203;21866](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21866)
   - Kotlin Multiplatform polymorphism with custom discriminator support 
[#&#8203;21772](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21772)
   
   #### Go
   
   - go: Fix missing imports for optional body params 
[#&#8203;22014](https://redirect.github.com/OpenAPITools/openapi-generator/issues/22014)
   - feat(golang): support for wrapped and xml name 
[#&#8203;21899](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21899)
   
   #### Java
   
   - \[JAVA] Add vendorExtensions.x-class-extra-annotation to oneOf interfaces 
[#&#8203;22020](https://redirect.github.com/OpenAPITools/openapi-generator/issues/22020)
   - \[cxf] add support for Swagger2 
[#&#8203;22010](https://redirect.github.com/OpenAPITools/openapi-generator/issues/22010)
   - \[java] Fix annotationLibrary option being ignored 
[#&#8203;21992](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21992)
   - \[Java] \[Spring-client] Exclude discriminator from nullable annotation 
[#&#8203;21981](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21981)
   - feat: Add Java Dubbo code generator for Apache Dubbo microservices 
[#&#8203;21968](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21968)
   - \[jaxrs-spec]\[quarkus] Feat: Add an option to use 
"org.jboss.resteasy.reactive.RestResponse" 
[#&#8203;21877](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21877)
   - \[Java] \[Spring] Use deduction configOptions for oneOfInterfaces 
[#&#8203;20919](https://redirect.github.com/OpenAPITools/openapi-generator/issues/20919)
   
   #### OCaml
   
   - \[Fix]\[OCaml] Incorrect encoding/decoding for required free-form objects; 
Odoc for record fields 
[#&#8203;21819](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21819)
   - \[OCaml] Generate .ocamlformat file; format all generated OCaml files 
[#&#8203;21809](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21809)
   - \[OCaml] Introduce support for oneOf/anyOf, fix default value for 
non-required maps 
[#&#8203;21798](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21798)
   
   #### PHP
   
   - Fix php-slim4 API key authentication throwing exception 
[#&#8203;21962](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21962)
   - Setup void type for PHP Symfony CompilerpassInterface 
[#&#8203;21808](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21808)
   - \[php] Fixed typing of offsetGet/offsetSet/offsetUnset 
[#&#8203;21583](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21583)
   
   #### ProtoBuf
   
   - \[protobuf] fix generation of enums with UNSPECIFIED values 
[#&#8203;21774](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21774)
   
   #### Python
   
   - \[python] add async httpx (new library option) support 
[#&#8203;22021](https://redirect.github.com/OpenAPITools/openapi-generator/issues/22021)
   - \[python] api client type checks 
[#&#8203;21935](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21935)
   - fix(python): update pyproject.toml license format with poetry1 fallback 
[#&#8203;21931](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21931)
   - \[python] fix default value when enum is a reference 
[#&#8203;21923](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21923)
   - python: feature flag for lazy imports 
[#&#8203;21885](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21885)
   
   #### Ruby
   
   - fix(ruby-client): Fix incorrect boolean parsing in OneOf/AnyOf 
[#&#8203;21943](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21943)
   
   #### Rust
   
   - \[Rust-Axum] Support AnyOf, AllOf 
[#&#8203;21948](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21948)
   - \[Rust] Add support for native-tls and rustls-tls Cargo features for the 
reqwest library 
[#&#8203;21925](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21925)
   - \[BUG]\[rust-axum] Fix duplicate route operations when supplying multiple 
tags on a path with a camelCase param 
[#&#8203;21873](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21873)
   - \[rust] set useAsyncFileStream only for files in the body 
[#&#8203;21839](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21839)
   
   #### Scala
   
   - Mark scala-lagom-server as deprecated 
[#&#8203;21977](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21977)
   - New generator for Scala3 + sttp4 + jsoniter-scala 
[#&#8203;21908](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21908)
   
   #### Swift
   
   - \[Swift6]\[client]Make Swift 6 generator stable 
[#&#8203;21846](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21846)
   
   #### TypeScript
   
   - \[typescript-axios]: withSeparateModelsAndApi handles importFileExtension 
[#&#8203;22032](https://redirect.github.com/OpenAPITools/openapi-generator/issues/22032)
   - \[Typescript] add missing typeRoots config on tsconfig 
[#&#8203;21824](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21824)
   - typescript-fetch: Fix model date crash 
[#&#8203;21821](https://redirect.github.com/OpenAPITools/openapi-generator/issues/21821)
   
   </details>
   
   ---
   
   ### Configuration
   
   📅 **Schedule**: Branch creation - At any time (no schedule defined), 
Automerge - At any time (no schedule defined).
   
   🚦 **Automerge**: Disabled by config. Please merge this manually once you are 
satisfied.
   
   â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry 
checkbox.
   
   🔕 **Ignore**: Close this PR and you won't be reminded about this update 
again.
   
   ---
   
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this 
box
   
   ---
   
   This PR was generated by [Mend Renovate](https://mend.io/renovate/). View 
the [repository job log](https://developer.mend.io/github/apache/polaris).
   
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS1wb2xhcmlzIl19-->
   


-- 
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]

Reply via email to