finos / symphony-bdk-java

The Symphony BDK (Bot Developer Kit) for Java helps you to create production-grade Chat Bots and Extension Applications on top of the Symphony REST APIs.
https://symphony-bdk-java.finos.org
Apache License 2.0
23 stars 68 forks source link

Update dependency org.openapitools:openapi-generator-gradle-plugin to v6 #732

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.openapitools:openapi-generator-gradle-plugin (source) 5.4.0 -> 6.2.1 age adoption passing confidence

Release Notes

OpenAPITools/openapi-generator ### [`v6.2.1`](https://togithub.com/OpenAPITools/openapi-generator/releases/tag/v6.2.1): released v6.2.1 is a patch release with 140+ commits including bug fixes and enhancements for 10+ programming languages. `kotlin` client generator now also supports [Vert.x](https://vertx.io/docs/vertx-core/kotlin/) library. As always we appreciate the contributions from the community. For the highlight of changes, please refer to the list below. For a full list of changes, please refer to the ["Pull Request"](https://togithub.com/OpenAPITools/openapi-generator/pulls?q=is%3Amerged+is%3Apr+milestone%3A6.2.1+) tab. #### General - Update dependencies for CVE [#​13834](https://togithub.com/OpenAPITools/openapi-generator/issues/13834) #### C\# - \[csharp-netcore] Allowing user to set client package [#​13785](https://togithub.com/OpenAPITools/openapi-generator/issues/13785) - \[csharp] Fixed data type for maps of maps [#​13701](https://togithub.com/OpenAPITools/openapi-generator/issues/13701) #### Crystal - \[Crystal] Map AnyType to Object [#​13737](https://togithub.com/OpenAPITools/openapi-generator/issues/13737) - \[Crystal] Allow double colons in model name [#​13736](https://togithub.com/OpenAPITools/openapi-generator/issues/13736) #### Elixir - Elixir: Improve generated API options docs [#​13478](https://togithub.com/OpenAPITools/openapi-generator/issues/13478) #### Elm - \[elm] add function to allow more fine grained error handling [#​13773](https://togithub.com/OpenAPITools/openapi-generator/issues/13773) - #### Go - \[GO] fix: stops checking for nil for structs[https://github.com/OpenAPITools/openapi-generator/pull/13843](https://togithub.com/OpenAPITools/openapi-generator/pull/13843)3 - \[go-echo-server] update echo to newer version [#​13732](https://togithub.com/OpenAPITools/openapi-generator/issues/13732) #### JavaScript - \[JavaScript] add oneOf support [#​13561](https://togithub.com/OpenAPITools/openapi-generator/issues/13561) #### Java - \[Java]\[okhttp-gson] Minor improvement[https://github.com/OpenAPITools/openapi-generator/pull/13864](https://togithub.com/OpenAPITools/openapi-generator/pull/13864)64 - Java jersey OAuth2 add support for public client [#​13828](https://togithub.com/OpenAPITools/openapi-generator/issues/13828) - \[JAVA] \[NATIVE] Fix exploded query parameters with array property [#​13656](https://togithub.com/OpenAPITools/openapi-generator/issues/13656) - Spring request mapping mode [#​13838](https://togithub.com/OpenAPITools/openapi-generator/issues/13838) - \[Java]\[jaxrs-spec] Make contextPath template parameter available as a string constant for use in [@​ApplicationPath](https://togithub.com/ApplicationPath) [#​13377](https://togithub.com/OpenAPITools/openapi-generator/issues/13377) #### Kotlin - \[Kotlin]Reducing code smells [#​13703](https://togithub.com/OpenAPITools/openapi-generator/issues/13703) - Added Kotlin Vert.x client [#​13594](https://togithub.com/OpenAPITools/openapi-generator/issues/13594) #### PHP - \[PHP] handle properly multiple accept headers[https://github.com/OpenAPITools/openapi-generator/pull/13844](https://togithub.com/OpenAPITools/openapi-generator/pull/13844)4 - \[PHP] Allow selecting Content-Type [#​13769](https://togithub.com/OpenAPITools/openapi-generator/issues/13769) - \[PHP-Symfony] Encourage Symfony 5 bundle directory structure best practices [#​13014](https://togithub.com/OpenAPITools/openapi-generator/issues/13014) #### Python - \[python] fixes required prop in composed schema, prop not in properties, addProps unset [#​13819](https://togithub.com/OpenAPITools/openapi-generator/issues/13819) - \[python] Fixes endpoint overload type hint + required property not in properties [#​13790](https://togithub.com/OpenAPITools/openapi-generator/issues/13790) - \[python] Fixes bugs [#​13581](https://togithub.com/OpenAPITools/openapi-generator/issues/13581) - \[python] fix for issue [#​13722](https://togithub.com/OpenAPITools/openapi-generator/issues/13722): send body for application/x-www-form-urlencoded data [#​13723](https://togithub.com/OpenAPITools/openapi-generator/issues/13723) #### R - Better error handling in the R client [#​13800](https://togithub.com/OpenAPITools/openapi-generator/issues/13800) #### Rust - \[rust] \[rust-server] More abstract functions including integer fitting [#​13503](https://togithub.com/OpenAPITools/openapi-generator/issues/13503) - \[rust] Fix generation for optional and nullable fields (double option pattern) [#​13177](https://togithub.com/OpenAPITools/openapi-generator/issues/13177) #### Swift - \[swift5] update new minimum OS supported versions [#​13667](https://togithub.com/OpenAPITools/openapi-generator/issues/13667) - \[swift5] fix generation of multiple security definitions [#​13617](https://togithub.com/OpenAPITools/openapi-generator/issues/13617) ### [`v6.2.0`](https://togithub.com/OpenAPITools/openapi-generator/releases/tag/v6.2.0): released v6.2.0 is a minor release with one important breaking change (with fallback). The `python` generator has been refactored (replaced with `python-experimental`) with breaking changes. Please give it a try and let us know if you've any feedback. Given that python-experimental contains breaking changes, users can fallback to `python-prior` after this PR if they prefer not to upgrade at the moment for whatever reasons. After the PR, the future development of python (which follows a JSON schema focused design) will be moved to a new project named ["openapi-json-schema-generator"](https://togithub.com/openapi-json-schema-tools/openapi-json-schema-generator) under https://github.com/openapi-json-schema-tools. If you've any questions, feedback or issues, please open a [ticket](https://togithub.com/openapi-json-schema-tools/openapi-json-schema-generator/issues/new). Anyone wants to contribute a client/server generator with a focus on JSON schema should contribute to "openapi-json-schema-generator". At the same time, [@​wing328](https://togithub.com/wing328) is leading an effort to create a new Python client generator based on the design of other popular clients in this project such as Java, C#, PHP, Ruby and more to make the overall developer experience more consistent. The goal is to have the new Python client generator replacing/sunsetting all existing python client generators in the openapi-generator project at the moment for easier maintenance. ##### Python - Switches python-experimental in as the primary python client [https://github.com/OpenAPITools/openapi-generator/pull/13501](https://togithub.com/OpenAPITools/openapi-generator/pull/13501) - \[python-experimental] removes enum cls factory[https://github.com/OpenAPITools/openapi-generator/pull/13491](https://togithub.com/OpenAPITools/openapi-generator/pull/13491)1 - \[python-experimental] reduces python version to 3.7[https://github.com/OpenAPITools/openapi-generator/pull/13481](https://togithub.com/OpenAPITools/openapi-generator/pull/13481)1 - \[python-experimental] improves documentation[https://github.com/OpenAPITools/openapi-generator/pull/13477](https://togithub.com/OpenAPITools/openapi-generator/pull/13477)7 - \[python-experimental] Fix error message[https://github.com/OpenAPITools/openapi-generator/pull/13471](https://togithub.com/OpenAPITools/openapi-generator/pull/13471)1 - \[python-experimental] simplifies type checking[https://github.com/OpenAPITools/openapi-generator/pull/13437](https://togithub.com/OpenAPITools/openapi-generator/pull/13437)7 - \[python-experimental] adds more base class mixins, preparation for v3.1.0 type arrays[https://github.com/OpenAPITools/openapi-generator/pull/13436](https://togithub.com/OpenAPITools/openapi-generator/pull/13436)6 - \[python-experimental] Enhance octet-stream deserialize[https://github.com/OpenAPITools/openapi-generator/pull/13402](https://togithub.com/OpenAPITools/openapi-generator/pull/13402)2 - Adds IJsonSchemaValidationProperties format getter and setter +uses the format info [https://github.com/OpenAPITools/openapi-generator/pull/13360](https://togithub.com/OpenAPITools/openapi-generator/pull/13360) For a full list of changes, please refer to the ["Pull Request"](https://togithub.com/OpenAPITools/openapi-generator/pulls?q=is%3Amerged+is%3Apr+milestone%3A6.2.0+) tab. ### [`v6.1.0`](https://togithub.com/OpenAPITools/openapi-generator/releases/tag/v6.1.0): released v6.1.0, which contains [breaking changes with fallback](https://togithub.com/OpenAPITools/openapi-generator/pulls?q=is%3Amerged+is%3Apr+milestone%3A6.1.0+label%3A%22Breaking+change+%28with+fallback%29%22), includes 280+ PRs covering 20+ programming languages from the community. For the highlight of changes, please refer to the list below. For a full list of changes, please refer to the ["Pull Request"](https://togithub.com/OpenAPITools/openapi-generator/pulls?q=is%3Amerged+is%3Apr+milestone%3A6.1.0+) tab. #### General - Update jackson-databind to newer version [#​13391](https://togithub.com/OpenAPITools/openapi-generator/issues/13391) - Adds $ref data to schema classes [#​13163](https://togithub.com/OpenAPITools/openapi-generator/issues/13163) - Allow override CodegenConfigurator in GenerateTask in OpenAPI Generator Gradle Plugin [#​13140](https://togithub.com/OpenAPITools/openapi-generator/issues/13140) - Fixes fromProperty so it retrieves the correct instance depending upon if the property is required or not [12858](https://togithub.com/OpenAPITools/openapi-generator/pull/12858) - Adds getIsBooleanSchemaTrue/getIsBooleanSchemaFalse to store is a schema was defined as boolean schema true or false [13341](https://togithub.com/OpenAPITools/openapi-generator/pull/13341) - Adds requiredVarsMap to store required vars even if those variables do not exist in properties or if additionalProperties is false [13117](https://togithub.com/OpenAPITools/openapi-generator/pull/13117) #### Avro - Avro fix arrays with items as a ref to defined enum [#​13162](https://togithub.com/OpenAPITools/openapi-generator/issues/13162) #### C - \[C]\[Client] Treat "null" as a valid value for a field of a JSON map [#​13352](https://togithub.com/OpenAPITools/openapi-generator/issues/13352) #### C\# - \[csharp-netcore] To support Secret API key input as string [#​13276](https://togithub.com/OpenAPITools/openapi-generator/issues/13276) - Added support for inheritance in Swashbuckle in ASP.NET Core [#​12856](https://togithub.com/OpenAPITools/openapi-generator/issues/12856) #### C++ - \[cpp-ue4] Support UE5 version of FTickerObjectBase [#​13304](https://togithub.com/OpenAPITools/openapi-generator/issues/13304) - \[cpp-pistache-server] Fix enum generation for mode useStructModel=true [#​13249](https://togithub.com/OpenAPITools/openapi-generator/issues/13249) #### Dart - Make "applyToParams" a Future + add "this." when decoding JSON [#​13120](https://togithub.com/OpenAPITools/openapi-generator/issues/13120) #### Go - \[Go] Fix missing import for array/map of file [#​13143](https://togithub.com/OpenAPITools/openapi-generator/issues/13143) #### HTML - Fix syntax error in generated html [#​13293](https://togithub.com/OpenAPITools/openapi-generator/issues/13293) #### Java - fix: ensure Resteasy JAX-RS Response object closed [#​13333](https://togithub.com/OpenAPITools/openapi-generator/issues/13333) - \[jaxrs-spec] fix default values for array [#​13076](https://togithub.com/OpenAPITools/openapi-generator/issues/13076) - \[Java] apache-httpclient serialize support custom contentType [#​13058](https://togithub.com/OpenAPITools/openapi-generator/issues/13058) #### JavaScript - Combine javascript and javascript-apollo generators [#​13270](https://togithub.com/OpenAPITools/openapi-generator/issues/13270) #### k6 - Better handling of NPE in k6 client generator [#​13236](https://togithub.com/OpenAPITools/openapi-generator/issues/13236) #### Kotlin - Fix generation of default array values for kotlin client [#​13243](https://togithub.com/OpenAPITools/openapi-generator/issues/13243) #### Perl - Fix Perl cannot string bind undef [#​13114](https://togithub.com/OpenAPITools/openapi-generator/issues/13114) #### PHP - \[PHP] double curly braces bugfix [#​12999](https://togithub.com/OpenAPITools/openapi-generator/issues/12999) - \[PHP] Add support for server variables in operations [#​12982](https://togithub.com/OpenAPITools/openapi-generator/issues/12982) #### PowerShell - \[powershell] cache model name for faster lookup [#​12917](https://togithub.com/OpenAPITools/openapi-generator/issues/12917) #### ProtoBuf - Fix protobuf variable name [#​13296](https://togithub.com/OpenAPITools/openapi-generator/issues/13296) #### Python - \[python-experimental] adds and uses regex patterns for json + filename detection [13357](https://togithub.com/OpenAPITools/openapi-generator/pull/13357) - \[python-experimental] refactoring and type hint additions/improvements. instance\["someProp"] type hints added - \[python-experimental] verifies [11434](https://togithub.com/OpenAPITools/openapi-generator/issues/11434) was fixed with test [13358](https://togithub.com/OpenAPITools/openapi-generator/pull/13358) - \[python-experimental] improves json content-type detection [13356](https://togithub.com/OpenAPITools/openapi-generator/pull/13356) - \[python-experimental] improves additionalProperties processing [13347](https://togithub.com/OpenAPITools/openapi-generator/pull/13347) - \[python-experimental] adds endpoint generation by paths, eliminates duplicate endpoint generation [13007](https://togithub.com/OpenAPITools/openapi-generator/pull/13007) - \[python-experimental] adds auto generated endpoint tests of serialization/deserialization [12875](https://togithub.com/OpenAPITools/openapi-generator/pull/13325) [13323](https://togithub.com/OpenAPITools/openapi-generator/pull/12875) [12988](https://togithub.com/OpenAPITools/openapi-generator/pull/12988) - \[python-experimental] handles use case where tag exists on endpoint but does not exist in the spec tags section [13054](https://togithub.com/OpenAPITools/openapi-generator/pull/13054) - \[python-experimental] improves docs, adds migration guide [13210](https://togithub.com/OpenAPITools/openapi-generator/pull/13210) - fix deepcopy for allOf schemas [13130](https://togithub.com/OpenAPITools/openapi-generator/pull/13130) #### R - \[R] support explode (true/false) in query array parameters [#​13364](https://togithub.com/OpenAPITools/openapi-generator/issues/13364) - \[R] Add httr2 support [#​13005](https://togithub.com/OpenAPITools/openapi-generator/issues/13005) #### Ruby - \[Ruby] add useAutoload option to use autoload instead of require [#​13153](https://togithub.com/OpenAPITools/openapi-generator/issues/13153) #### Rust - \[rust] \[rust-server] Add AbstractRustCodegen (breaking changes with fallback) [#​13231](https://togithub.com/OpenAPITools/openapi-generator/issues/13231) - Cleaned up cargo clippy warnings [#​13011](https://togithub.com/OpenAPITools/openapi-generator/issues/13011) #### Scala - \[scala]\[sttp] fix enum generation for inline-enum of array [#​13250](https://togithub.com/OpenAPITools/openapi-generator/issues/13250) #### Swift - \[swift5] distinguish (un-)authenticated requests [#​13321](https://togithub.com/OpenAPITools/openapi-generator/issues/13321) #### TypeScript - \[typescript-nestjs] Upgrade to NestJS v8 (Breaking change with fallback) [#​12937](https://togithub.com/OpenAPITools/openapi-generator/issues/12937) ### [`v6.0.1`](https://togithub.com/OpenAPITools/openapi-generator/releases/tag/v6.0.1): released v6.0.1 is a patch release with enhancements, bug fixes covering 20 programming languages. As always, we appreciate the contributions from the awesome OpenAPI Generator community. For the highlight of changes, please refer to the list below. For a full list of changes, please refer to the ["Pull Request" tab](https://togithub.com/OpenAPITools/openapi-generator/pulls?q=is%3Apr+is%3Amerged+milestone%3A6.0.1). #### General - Idea plugin for marking source directories, and omitting gradle wrapper [#​12711](https://togithub.com/OpenAPITools/openapi-generator/issues/12711) - Fix bugs in camelcase lambda, add tests for pascalcase [#​12639](https://togithub.com/OpenAPITools/openapi-generator/issues/12639) - Add new option to customize inline model naming convention [#​12562](https://togithub.com/OpenAPITools/openapi-generator/issues/12562) - Adds the ability to process and use model test cases, uses it in a new v3.0.3 unit test spec [#​12619](https://togithub.com/OpenAPITools/openapi-generator/issues/12619) #### C - \[C]\[Client] Set the default value for the null json [#​12620](https://togithub.com/OpenAPITools/openapi-generator/issues/12620) - \[C]\[Client] Support free-form objects [#​12557](https://togithub.com/OpenAPITools/openapi-generator/issues/12557) #### C\# - \[csharp-netcore] fix: url escaping [#​12739](https://togithub.com/OpenAPITools/openapi-generator/issues/12739) - \[csharp-netcore] Add support for ComVisible, CLSCompliant attributes [#​12733](https://togithub.com/OpenAPITools/openapi-generator/issues/12733) - Fix NPE when generating examples for parameter (object) [#​12538](https://togithub.com/OpenAPITools/openapi-generator/issues/12538) #### C++ - \[BUG] \[CPP-UE4] Fix codegen for nested container types [#​12747](https://togithub.com/OpenAPITools/openapi-generator/issues/12747) - \[cpp-qt-client] Add support for AnyType objects [#​12642](https://togithub.com/OpenAPITools/openapi-generator/issues/12642) #### Crystal - \[crystal]\[client] Skip generating operation examples when flag is set [#​12539](https://togithub.com/OpenAPITools/openapi-generator/issues/12539) #### Dart - \[Dart]\[Client] Support parsing DateTime [#​12433](https://togithub.com/OpenAPITools/openapi-generator/issues/12433) #### Documentation - \[html2] added recursion for nested objects [#​12428](https://togithub.com/OpenAPITools/openapi-generator/issues/12428) #### Elixir - Improved Elixir Code Generation [#​12751](https://togithub.com/OpenAPITools/openapi-generator/issues/12751) #### Elm - Fix for invalid elm code for paths containing UUIDs [#​12506](https://togithub.com/OpenAPITools/openapi-generator/issues/12506) #### Go - \[Go] use EqualFold instead instead of comparing strings in lower case [#​12741](https://togithub.com/OpenAPITools/openapi-generator/issues/12741) #### GraphQL - Graphql nodejs express server lists fixup [#​12476](https://togithub.com/OpenAPITools/openapi-generator/issues/12476) #### Haskell - \[haskell-http-client] relax Aeson constraint to allow Aeson 1 [#​12486](https://togithub.com/OpenAPITools/openapi-generator/issues/12486) #### Java - Update jackson databind to 2.12.6.1 [#​12698](https://togithub.com/OpenAPITools/openapi-generator/issues/12698) - \[Java] Update jackson-databind-nullable to 0.2.3 [#​12693](https://togithub.com/OpenAPITools/openapi-generator/issues/12693) - \[Java] Update RESTEasy lib to newer version [#​12688](https://togithub.com/OpenAPITools/openapi-generator/issues/12688) - Fix HTML-escaped token and authorization URLs in Java libraries [#​12677](https://togithub.com/OpenAPITools/openapi-generator/issues/12677) - \[java]\[okhttp-gson] Keep AST small when using builder [#​12610](https://togithub.com/OpenAPITools/openapi-generator/issues/12610) - \[Spring] Fix cookies in parameters are always generated as required [#​12599](https://togithub.com/OpenAPITools/openapi-generator/issues/12599) #### Kotlin - \[Kotlin]\[Client] replace java.nio.\* to avoid crash on Android API 25 and bellow [#​12529](https://togithub.com/OpenAPITools/openapi-generator/issues/12529) - \[Kotlin] fix invalid code when allOf is used [#​12594](https://togithub.com/OpenAPITools/openapi-generator/issues/12594) #### OCaml - \[OCaml] Code generation fixes [#​12395](https://togithub.com/OpenAPITools/openapi-generator/issues/12395) #### PHP - \[PHP] Enhance Symfony generator [#​12532](https://togithub.com/OpenAPITools/openapi-generator/issues/12532) - \[php] fix [@​implements](https://togithub.com/implements) annotations in PHP client [#​11908](https://togithub.com/OpenAPITools/openapi-generator/issues/11908) #### PowerShel - \[PowerShell] support enum integers [#​12752](https://togithub.com/OpenAPITools/openapi-generator/issues/12752) #### Python - Fixes double serialization bug in python-experimental [#​12561](https://togithub.com/OpenAPITools/openapi-generator/issues/12561) - Adds sample client for v3.0.3 unit test spec including autogenerated model tests, test run in CI [#​12619](https://togithub.com/OpenAPITools/openapi-generator/issues/12619) - Fixes GetItem not working for Client generated allOf model and broken since 5.2.0 [#​12239](https://togithub.com/OpenAPITools/openapi-generator/issues/12239) - Use print() function in both Python 2 and Python 3 [#​12467](https://togithub.com/OpenAPITools/openapi-generator/issues/12467) #### Rust - Fixes double 'String' on string & UUID type [#​12409](https://togithub.com/OpenAPITools/openapi-generator/issues/12409) #### R - \[R] Add toString method to oneOf/anyOf objects [#​12727](https://togithub.com/OpenAPITools/openapi-generator/issues/12727) - \[R] Fix nested oneOf/anyOf [#​12723](https://togithub.com/OpenAPITools/openapi-generator/issues/12723) - \[R] fix deserialization for models with special item names [#​12658](https://togithub.com/OpenAPITools/openapi-generator/issues/12658) #### Swift - \[swift5] Make it possible to opt out of JSONEncodable conformance [#​12664](https://togithub.com/OpenAPITools/openapi-generator/issues/12664) #### TypeScript - \[typescript-fetch] Support error handler in middleware [#​12716](https://togithub.com/OpenAPITools/openapi-generator/issues/12716) - fix typescript node default enum [#​12633](https://togithub.com/OpenAPITools/openapi-generator/issues/12633) ### [`v6.0.0`](https://togithub.com/OpenAPITools/openapi-generator/releases/tag/v6.0.0): released We're happy to announce the release of v6.0.0 - a major release with lots of enhancements and bug fixes. [More than 400 PRs](https://togithub.com/OpenAPITools/openapi-generator/pulls?q=is%3Amerged+is%3Apr+milestone%3A6.0.0) contributed by the awesome OpenAPI Generator community have been included in this release. For a list of breaking changes, please refer to the following: - [Breaking changes with fallbacks](https://togithub.com/OpenAPITools/openapi-generator/pulls?q=is%3Amerged+is%3Apr+milestone%3A6.0.0+label%3A%22Breaking+change+%28with+fallback%29%22+) - [Breaking changes without fallbacks](https://togithub.com/OpenAPITools/openapi-generator/pulls?q=is%3Amerged+is%3Apr+milestone%3A6.0.0+label%3A%22Breaking+change+%28without+fallback%29%22+) For a list of generators/frameworks that have been deprecated/decommission, please refer to [this list](https://togithub.com/OpenAPITools/openapi-generator/pulls?q=is%3Apr+is%3Amerged+label%3ADecommission) #### General - \[Inline model resolver] Better support for inline schemas in parameters [#​12369](https://togithub.com/OpenAPITools/openapi-generator/issues/12369) - \[Inline model resolver] better handling of inline responses and bug fixes [#​12353](https://togithub.com/OpenAPITools/openapi-generator/issues/12353) - \[Inline model resolver] Fix inline allOf in request body [#​12348](https://togithub.com/OpenAPITools/openapi-generator/issues/12348) - \[Inline model resolver] various improvements [#​12293](https://togithub.com/OpenAPITools/openapi-generator/issues/12293) - \[Inline model resolver] Better inline model resolver to handle inline schema in array item [#​12104](https://togithub.com/OpenAPITools/openapi-generator/issues/12104) - Use LinkedHashMap for deterministic iteration order [#​12230](https://togithub.com/OpenAPITools/openapi-generator/issues/12230) - Configure apiNameSuffix via maven/gradle plugins [#​12062](https://togithub.com/OpenAPITools/openapi-generator/issues/12062) - fix: respect configured generator URL in swagger config [#​12064](https://togithub.com/OpenAPITools/openapi-generator/issues/12064) - Process additionalProperties: true as arbitrary type instead of object [#​11802](https://togithub.com/OpenAPITools/openapi-generator/issues/11802) #### Ada - \[Ada] Fix typo in final Info message [#​11914](https://togithub.com/OpenAPITools/openapi-generator/issues/11914) #### Android - \[Android] only support JDK8+ [#​11917](https://togithub.com/OpenAPITools/openapi-generator/issues/11917) #### C - \[C]\[Client] Eliminate compiler warnings [#​12260](https://togithub.com/OpenAPITools/openapi-generator/issues/12260) - \[C]\[Client] Free list or map memory when json parsing fails [#​11866](https://togithub.com/OpenAPITools/openapi-generator/issues/11866) #### C\# - \[aspnetcore] Include appsettings.Development.json [#​12217](https://togithub.com/OpenAPITools/openapi-generator/issues/12217) - \[csharp-netcore] Add support for byte\[] response deserialization [#​12188](https://togithub.com/OpenAPITools/openapi-generator/issues/12188) - \[csharp-netcore] Composed primitives support in generichost [#​11924](https://togithub.com/OpenAPITools/openapi-generator/issues/11924) - \[csharp-netcore] Fix incorrect FileParameter deserialization [#​11850](https://togithub.com/OpenAPITools/openapi-generator/issues/11850) #### C++ - \[cpp-qt]\[client] add support for primitives types body [#​12301](https://togithub.com/OpenAPITools/openapi-generator/issues/12301) - \[cpp-rest] better handling of property name with special characters [#​12288](https://togithub.com/OpenAPITools/openapi-generator/issues/12288) - \[C++]\[Pistache] Add support for validating arrays, use full namespace type with custom types [#​12221](https://togithub.com/OpenAPITools/openapi-generator/issues/12221) - \[cpp-restsdk] Change build folder structure to match include folder structure in installed client [#​11487](https://togithub.com/OpenAPITools/openapi-generator/issues/11487) #### Documentation - Add - Status colors in Wiki, Example per parameter [#​12394](https://togithub.com/OpenAPITools/openapi-generator/issues/12394) - Confluence Wiki - Escape special characters [#​11786](https://togithub.com/OpenAPITools/openapi-generator/issues/11786) #### Dart - \[dart] Bump min dio version to prevent unused import [#​12354](https://togithub.com/OpenAPITools/openapi-generator/issues/12354) - \[Dart] jaguar remove in 6.x [#​10534](https://togithub.com/OpenAPITools/openapi-generator/issues/10534) #### Elixir - Allow the baseUrl of elixir APIs to be overridden [#​12268](https://togithub.com/OpenAPITools/openapi-generator/issues/12268) #### Go - \[GO] Fix exception in constructExampleCode with oneOf primitive type [#​12362](https://togithub.com/OpenAPITools/openapi-generator/issues/12362) - \[Go] fix oneOf naming [#​11863](https://togithub.com/OpenAPITools/openapi-generator/issues/11863) #### Haskell - \[haskell-http-client] Update haskell-http-client generator to Aeson 2.x [#​12309](https://togithub.com/OpenAPITools/openapi-generator/issues/12309) - Upgrade haskell-servant to latest LTS [#​12092](https://togithub.com/OpenAPITools/openapi-generator/issues/12092) #### Java - \[java-micronaut] Allow default implementation to return HTTP 501 [#​12365](https://togithub.com/OpenAPITools/openapi-generator/issues/12365) - Playframework oauth small upgrade [#​12332](https://togithub.com/OpenAPITools/openapi-generator/issues/12332) - \[java]\[resttemplate] avoid StringIndexOutOfBoundsException on empty HttpHeaders [#​12327](https://togithub.com/OpenAPITools/openapi-generator/issues/12327) - \[Micronaut] Improvements for Server and Client [#​12297](https://togithub.com/OpenAPITools/openapi-generator/issues/12297) - \[java] Add jersey3 support to the Java client [#​12046](https://togithub.com/OpenAPITools/openapi-generator/issues/12046) - Upgrade to Spring Boot 2.6.6/2.5.12 and Spring Cloud 2021.0.1 [#​12027](https://togithub.com/OpenAPITools/openapi-generator/issues/12027) - \[java]\[jersey2] update junit from 4.x to 5.x (major upgrade) [#​11898](https://togithub.com/OpenAPITools/openapi-generator/issues/11898) - \[java native] Support arrays in QueryParameters deepObject style [#​11699](https://togithub.com/OpenAPITools/openapi-generator/issues/11699) - Remove JDK7 support from Java Spring generators [#​11561](https://togithub.com/OpenAPITools/openapi-generator/issues/11561) #### JavaScript - \[JS] Remove ES5 support [#​12033](https://togithub.com/OpenAPITools/openapi-generator/issues/12033) #### Kotlin - \[BUG]\[Kotlin-client] Handling default values of parameters [#​12255](https://togithub.com/OpenAPITools/openapi-generator/issues/12255) - \[kotlin-server]\[jaxrs-spec] Remove obsolete imports from API template [#​11899](https://togithub.com/OpenAPITools/openapi-generator/issues/11899) - \[kotlin]\[spring] Rename extension to conform to kebab-case [#​1189](https://togithub.com/OpenAPITools/openapi-generator/issues/1189) - Remove JDK 6, 7 supports in kotlin templates [#​11560](https://togithub.com/OpenAPITools/openapi-generator/issues/11560) #### Perl - Fix Perl client header params [#​11713](https://togithub.com/OpenAPITools/openapi-generator/issues/11713) #### PHP - \[php] Bump required PHP version to 7.4 [#​12359](https://togithub.com/OpenAPITools/openapi-generator/issues/12359) - \[php-slim4] Add minimal GitHub Action config [#​11874](https://togithub.com/OpenAPITools/openapi-generator/issues/11874) - \[PHP] Fix deprecations in PHP 8.1 [#​11743](https://togithub.com/OpenAPITools/openapi-generator/issues/11743) - \[php-slim4] Add lazy CORS implementation [#​11941](https://togithub.com/OpenAPITools/openapi-generator/issues/11941) #### Python - \[python-experimental] fixes delete endpoint with no body use case [#​12287](https://togithub.com/OpenAPITools/openapi-generator/issues/12287) - \[python-flask] Fix mypy error type annotation needed [#​12272](https://togithub.com/OpenAPITools/openapi-generator/issues/12272) - Fix issue with fastapi generator converting all fields to snake_case [#​12261](https://togithub.com/OpenAPITools/openapi-generator/issues/12261) #### PowerShell - \[PowerShell] better enum model support [#​12082](https://togithub.com/OpenAPITools/openapi-generator/issues/12082) #### Protobuf - \[Protobuf-Schema] Add enum prefix [#​11548](https://togithub.com/OpenAPITools/openapi-generator/issues/11548) #### R - \[R] Use snake_case in method parameter names [#​12390](https://togithub.com/OpenAPITools/openapi-generator/issues/12390) Breaking change (without fallback) - \[R] update .Rbuildignore with more files/directories [#​12383](https://togithub.com/OpenAPITools/openapi-generator/issues/12383) - \[R] fix warnings in DESCRIPTION [#​12380](https://togithub.com/OpenAPITools/openapi-generator/issues/12380) #### Ruby - \[Ruby] Add support for faraday 2.x [#​12112](https://togithub.com/OpenAPITools/openapi-generator/issues/12112) #### Rust - Better handling of version in Rust client [#​12284](https://togithub.com/OpenAPITools/openapi-generator/issues/12284) - \[Rust]\[Server] Upgrade to tokio v1 [#​11873](https://togithub.com/OpenAPITools/openapi-generator/issues/11873) #### Scala - \[Scala]\[sttp] various bug fixes [#​12254](https://togithub.com/OpenAPITools/openapi-generator/issues/12254) - \[scala-akka-http-server] model default value when field is not required [#​12068](https://togithub.com/OpenAPITools/openapi-generator/issues/12068) #### Swift - \[swift5] Abstract away URLSession [#​12110](https://togithub.com/OpenAPITools/openapi-generator/issues/12110) #### TypeScript - \[typescript-fetch] Support Sets in query parameters (when uniqueItems=true) [#​12318](https://togithub.com/OpenAPITools/openapi-generator/issues/12318) - \[typescript\*] drop support typescript below 4.0 [#​12123](https://togithub.com/OpenAPITools/openapi-generator/issues/12123) #### wsdl - \[Wsdl] Adding cli-option for generating different versions of WSDL-files regarding Media type versioning (content negotiation) [#​12206](https://togithub.com/OpenAPITools/openapi-generator/issues/12206)

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.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 6.x releases. But if you manually upgrade to 6.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.