-
Notifications
You must be signed in to change notification settings - Fork 942
Commit 318524e
authored
chore(deps): update dependency org.openapitools:openapi-generator-gradle-plugin to v7.2.0 (#1193)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[org.openapitools:openapi-generator-gradle-plugin](https://openapi-generator.tech)
([source](https://togithub.com/OpenAPITools/openapi-generator)) |
`7.1.0` -> `7.2.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>OpenAPITools/openapi-generator
(org.openapitools:openapi-generator-gradle-plugin)</summary>
###
[`v7.2.0`](https://togithub.com/OpenAPITools/openapi-generator/releases/tag/v7.2.0):
released
v7.2.0 is the last stable release in 2023. Once again thank you for all
the awesome contributions from the community.
This release comes with [2 breaking changes (with
fallback)](https://togithub.com/OpenAPITools/openapi-generator/pulls?q=is%3Apr+milestone%3A7.2.0+is%3Aclosed+label%3A%22Breaking+change+%28with+fallback%29%22)
listed below.
Below are the highlights of the changes. 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%3A7.2.0+)
tab.
##### General
- To fix infinite loop for allOf with single element in normalizer
[#​17426](https://togithub.com/OpenAPITools/openapi-generator/issues/17426)
- Fix build errors in JDK 21
[#​17177](https://togithub.com/OpenAPITools/openapi-generator/issues/17177)
- OpenAPI 3.1.0 Add webhooks support
[#​17174](https://togithub.com/OpenAPITools/openapi-generator/issues/17174)
- Add openapiGeneratorIgnoreList option to pre-populate
.openapi-generator-ignore
[#​17164](https://togithub.com/OpenAPITools/openapi-generator/issues/17164)
- Add openapi-normalizer rule to set tags to operationId
[#​17161](https://togithub.com/OpenAPITools/openapi-generator/issues/17161)
- Fix missing objects when defining inline anyOf, or oneOf
[#​17141](https://togithub.com/OpenAPITools/openapi-generator/issues/17141)
- Update Dockerfile (cli, online) to use
eclipse-temurin:17.0.3\_7-jre-focal
[#​17139](https://togithub.com/OpenAPITools/openapi-generator/issues/17139)
##### C
- \[C]\[Client] Use int\* as int or bool type function parameter
[#​17179](https://togithub.com/OpenAPITools/openapi-generator/issues/17179)
Breaking change (with fallback)
##### C++
- \[cpp-qt-client] pass QString by const reference instead of by value
[#​16793](https://togithub.com/OpenAPITools/openapi-generator/issues/16793)
##### C\#
- \[csharp]\[generichost] Handle obsolete params and methods
[#​17344](https://togithub.com/OpenAPITools/openapi-generator/issues/17344)
- \[csharp] Do not inherit additional properties
[#​17140](https://togithub.com/OpenAPITools/openapi-generator/issues/17140)
- \[csharp] Disabled GetHashCode generation
[#​17039](https://togithub.com/OpenAPITools/openapi-generator/issues/17039)
Breaking change (with fallback)
##### Dart
- \[BUG] \[dart-dio] Support for Analyzer configuration options changes
in Dart 3
[#​17099](https://togithub.com/OpenAPITools/openapi-generator/issues/17099)
##### Java
- \[webclient] explode query parameters support
[#​17441](https://togithub.com/OpenAPITools/openapi-generator/issues/17441)
- Implementing retry logic to restTemplate
[#​17375](https://togithub.com/OpenAPITools/openapi-generator/issues/17375)
- \[JavaSpring] Enable scopes for all security scheme types
[#​17083](https://togithub.com/OpenAPITools/openapi-generator/issues/17083)
##### JMeter
- \[jmeter] Fix exception when operationId has $
[#​17125](https://togithub.com/OpenAPITools/openapi-generator/issues/17125)
##### Kotlin
- \[kotlin-client] New generator: kotlin-jvm-spring-restclient (new
library)
[#​17366](https://togithub.com/OpenAPITools/openapi-generator/issues/17366)
- \[kotlin-client]\[multiplatform] add iosSimulatorArm64 target
[#​17058](https://togithub.com/OpenAPITools/openapi-generator/issues/17058)
##### Go
- \[go-server] Add ability to handle nullable query parameter
[#​17321](https://togithub.com/OpenAPITools/openapi-generator/issues/17321)
- \[Go] fix validation of property names when a model has required
fields and doesn't allow additional properties
[#​17267](https://togithub.com/OpenAPITools/openapi-generator/issues/17267)
##### PHP
- Fix PHP constructor docblock
[#​17324](https://togithub.com/OpenAPITools/openapi-generator/issues/17324)
- Fix parameter names in Configuration
[#​17305](https://togithub.com/OpenAPITools/openapi-generator/issues/17305)
- Add enum name mapping support to PHP generators
[#​17195](https://togithub.com/OpenAPITools/openapi-generator/issues/17195)
- \[PHP-NG] check if json_decode was able to decode response
[#​17120](https://togithub.com/OpenAPITools/openapi-generator/issues/17120)
- \[PHP-NG] convert data to string before giving it to preg_match
[#​17119](https://togithub.com/OpenAPITools/openapi-generator/issues/17119)
##### Postman
- \[POSTMAN] Skip escaping request name
[#​17394](https://togithub.com/OpenAPITools/openapi-generator/issues/17394)
##### PowerShell
- Use $Response.Content for deserializing response
[#​17342](https://togithub.com/OpenAPITools/openapi-generator/issues/17342)
##### Python
- \[python] Fix exception in request body with enum ref
[#​17438](https://togithub.com/OpenAPITools/openapi-generator/issues/17438)
- \[python] fix: Annotate free-form object as dict in Python
[#​17082](https://togithub.com/OpenAPITools/openapi-generator/issues/17082)
- \[python]\[Feat] Deserialize error responses
[#​17038](https://togithub.com/OpenAPITools/openapi-generator/issues/17038)
- Add socks5 proxy support for OpenAPI generated python client
[#​16918](https://togithub.com/OpenAPITools/openapi-generator/issues/16918)
##### Ruby
- Ruby Client for Faraday: fix file downloading
[#​17333](https://togithub.com/OpenAPITools/openapi-generator/issues/17333)
- \[Ruby] Add model name mapping support to ruby client generator
[#​17408](https://togithub.com/OpenAPITools/openapi-generator/issues/17408)
##### Rust
- Add enum name mapping feature to the Rust generators
[#​17290](https://togithub.com/OpenAPITools/openapi-generator/issues/17290)
- include {min|max}Items validation in rust-server models
[#​17201](https://togithub.com/OpenAPITools/openapi-generator/issues/17201)
##### Scala
- Add scala-pekko client generator (new generator)
[#​17417](https://togithub.com/OpenAPITools/openapi-generator/issues/17417)
- \[scala-akka-client] Scala Akka client does not support arbitrary
query string parameters
[#​17386](https://togithub.com/OpenAPITools/openapi-generator/issues/17386)
##### Swift
- Fix swift5 binary upload
[#​17422](https://togithub.com/OpenAPITools/openapi-generator/issues/17422)
- \[Swift5] add enum name mapping option
[#​17297](https://togithub.com/OpenAPITools/openapi-generator/issues/17297)
##### TypeScript
- fix(typescript-axios): use baseURL of (custom) axios instance
[#​17296](https://togithub.com/OpenAPITools/openapi-generator/issues/17296)
- Generalized mime type support
[#​17285](https://togithub.com/OpenAPITools/openapi-generator/issues/17285)
- \[typescript-axios] Upgrade to axios@^1
[#​14518](https://togithub.com/OpenAPITools/openapi-generator/issues/14518)
##### Zapier
- \[Zapier] Updated some dependencies
[#​17420](https://togithub.com/OpenAPITools/openapi-generator/issues/17420)
- \[ZAPIER] added required fields to zapier models generation
[#​17115](https://togithub.com/OpenAPITools/openapi-generator/issues/17115)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/line/line-bot-sdk-java).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 64d1439 commit 318524eCopy full SHA for 318524e
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Filter options
- buildSrc
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments