-
Notifications
You must be signed in to change notification settings - Fork 946
Commit e4047d9
authored
chore(deps): update dependency org.openapitools:openapi-generator-gradle-plugin to v7.3.0 (#1246)
[](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.2.0` -> `7.3.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.3.0`](https://togithub.com/OpenAPITools/openapi-generator/releases/tag/v7.3.0):
released
v7.3.0 release comes with 4 new generators and many bug fixes,
enhancements. Below are the highlights of the release. For full release,
please refer to the [pull request
tab](https://togithub.com/OpenAPITools/openapi-generator/pulls?q=is%3Apr+is%3Amerged+milestone%3A7.3.0+)
New Generators:
- feat: add java-wiremock generator
[#​17614](https://togithub.com/OpenAPITools/openapi-generator/issues/17614)
- kotlin-server: Add support for Javalin
[#​17596](https://togithub.com/OpenAPITools/openapi-generator/issues/17596)
- \[Rust] \[Server] New generator bases on Axum
[#​17549](https://togithub.com/OpenAPITools/openapi-generator/issues/17549)
- Implement scala http4s server generator
[#​17430](https://togithub.com/OpenAPITools/openapi-generator/issues/17430)
##### General
- Add operationId name mapping option
[#​17750](https://togithub.com/OpenAPITools/openapi-generator/issues/17750)
- Fix require var logging, don't matchGenerated if allOf skipped
[#​17746](https://togithub.com/OpenAPITools/openapi-generator/issues/17746)
- Add rule to remove x-internal in openapi normalizer
[#​17734](https://togithub.com/OpenAPITools/openapi-generator/issues/17734)
- Support x-internal in models and operations
[#​17639](https://togithub.com/OpenAPITools/openapi-generator/issues/17639)
- Fix null schema check for array of string in 3.1 spec
[#​17728](https://togithub.com/OpenAPITools/openapi-generator/issues/17728)
- Fix allOf with a single item in inline model resolver
[#​17683](https://togithub.com/OpenAPITools/openapi-generator/issues/17683)
- Fix map and free form object detection issue in 3.1 spec
[#​17624](https://togithub.com/OpenAPITools/openapi-generator/issues/17624)
- fix: ExampleGenerator correctly generates allOf composed schemas
[#​17499](https://togithub.com/OpenAPITools/openapi-generator/issues/17499)
##### Bash
- \[Bash] Allow non-JSON request body payloads
[#​17641](https://togithub.com/OpenAPITools/openapi-generator/issues/17641)
##### C
- \[C]\[Client] Update the API doc
[#​17540](https://togithub.com/OpenAPITools/openapi-generator/issues/17540)
- \[C]\[Client] Fix enum function names not matching headers in the
model…
[#​17512](https://togithub.com/OpenAPITools/openapi-generator/issues/17512)
##### C++
- \[cpp-qt-client] Fix CMakeLists.txt.mustache and CMakeLists.txt for
Qt5 (fix
[#​17712](https://togithub.com/OpenAPITools/openapi-generator/issues/17712))
[#​17721](https://togithub.com/OpenAPITools/openapi-generator/issues/17721)
- \[cpp-qt-client] Extend the reserved keywords for Qt projects with the
following words
[#​17722](https://togithub.com/OpenAPITools/openapi-generator/issues/17722)
- \[cpp-ue4] Fix generated code not compiling when using unique array
items
[#​17684](https://togithub.com/OpenAPITools/openapi-generator/issues/17684)
- \[cpp-qt-client] Update minimum cmake version to 3.5
[#​17480](https://togithub.com/OpenAPITools/openapi-generator/issues/17480)
- feat: using Qt with 3rd Party Signals and Slots. Replace signals,slots
and emit with Q_SIGNALS,Q_SLOTS and Q_EMIT
[#​17067](https://togithub.com/OpenAPITools/openapi-generator/issues/17067)
##### C\#
- corrected handling of "isPrimitiveType" for FormParameters
[#​17700](https://togithub.com/OpenAPITools/openapi-generator/issues/17700)
- \[CSharp] feat!: add useDateOnly flag
[#​17471](https://togithub.com/OpenAPITools/openapi-generator/issues/17471)
##### Dart
- \[dart-dio] includeIfNull: truefalse bugfix
[#​17631](https://togithub.com/OpenAPITools/openapi-generator/issues/17631)
##### Go
- \[go-gin-server] add a new function to the router to pass the gin
context
[#​17785](https://togithub.com/OpenAPITools/openapi-generator/issues/17785)
- \[Go] fix unused bytes import for anyOf and oneOf models
[#​17775](https://togithub.com/OpenAPITools/openapi-generator/issues/17775)
- fix: ensure models that have variables that contain a complexType of
time.Time import the time module
[#​17452](https://togithub.com/OpenAPITools/openapi-generator/issues/17452)
##### Java
- \[Java] Fix default values of array-type parameters in a referenced
file
[#​17779](https://togithub.com/OpenAPITools/openapi-generator/issues/17779)
- \[BUG] \[Java] Remove deprecation and serial warnings in
ApiException.java and JSON.java
[#​17716](https://togithub.com/OpenAPITools/openapi-generator/issues/17716)
- add lombok model support on spring
[#​17622](https://togithub.com/OpenAPITools/openapi-generator/issues/17622)
- feat: add java-wiremock generator
[#​17614](https://togithub.com/OpenAPITools/openapi-generator/issues/17614)
- \[BUG]\[java]\[resttemplate] Fix NPE when query param with value null
is exploded
[#​17568](https://togithub.com/OpenAPITools/openapi-generator/issues/17568)
- \[jaxrs]\[cxf-cdi] make sure the imports are present for enum, if
using jackson
[#​15123](https://togithub.com/OpenAPITools/openapi-generator/issues/15123)
##### JavaScript
- \[BUG]\[Javascript] - validateJSON not working on value 0
[#​17769](https://togithub.com/OpenAPITools/openapi-generator/issues/17769)
- Include support to Mojolicious relaxed placeholders parsing path
parameters
[#​17633](https://togithub.com/OpenAPITools/openapi-generator/issues/17633)
##### Kotlin
- Pass ObjectMapper to JacksonConverterFactory
[#​17673](https://togithub.com/OpenAPITools/openapi-generator/issues/17673)
- kotlin-server: Add support for Javalin
[#​17596](https://togithub.com/OpenAPITools/openapi-generator/issues/17596)
- Fix Kotlin templates to be compatible with Kotlin K2 compiler
[#​17466](https://togithub.com/OpenAPITools/openapi-generator/issues/17466)
##### Perl
- feat(perl): Update agent to use version constant
[#​17665](https://togithub.com/OpenAPITools/openapi-generator/issues/17665)
- Add auto-generated cpanfile in Perl client
[#​17662](https://togithub.com/OpenAPITools/openapi-generator/issues/17662)
- \[Perl] Update \_test.mustache templates to use done_testing
[#​17649](https://togithub.com/OpenAPITools/openapi-generator/issues/17649)
##### PHP
- \[PHP] update dependencies for php-dt generated code
[#​17796](https://togithub.com/OpenAPITools/openapi-generator/issues/17796)
##### PowerShell
- \[PowerShell] Support multiple types in Accept header
[#​17765](https://togithub.com/OpenAPITools/openapi-generator/issues/17765)
##### Python
- \[Python] deserialize enum json response
[#​17791](https://togithub.com/OpenAPITools/openapi-generator/issues/17791)
- \[python-fastapi] Ensure path param is ... instead of None
[#​17532](https://togithub.com/OpenAPITools/openapi-generator/issues/17532)
##### R
- support binary response for R api client
[#​17626](https://togithub.com/OpenAPITools/openapi-generator/issues/17626)
##### Rust
- \[Rust] \[Axum] Fix clippy warning
[#​17637](https://togithub.com/OpenAPITools/openapi-generator/issues/17637)
\-\[Rust] \[Server] New generator bases on Axum
[#​17549](https://togithub.com/OpenAPITools/openapi-generator/issues/17549)
##### Scala
- \[scala-sttp]: fix for missing EnumNameSerializer for inner enum
definitions
[#​17697](https://togithub.com/OpenAPITools/openapi-generator/issues/17697)
- Implement scala http4s server generator
[#​17430](https://togithub.com/OpenAPITools/openapi-generator/issues/17430)
##### TypeScript
- Accept Promises for the apiKey configuration in the typescript-fetch
generator
[#​17758](https://togithub.com/OpenAPITools/openapi-generator/issues/17758)
- fix typescript-nestjs services when using api_key authentication
[#​17708](https://togithub.com/OpenAPITools/openapi-generator/issues/17708)
- \[typescript-axios] Add any to index type when
additionalPropertiesIsAnyType is true
[#​17625](https://togithub.com/OpenAPITools/openapi-generator/issues/17625)
</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 1c81520 commit e4047d9Copy full SHA for e4047d9
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
- buildSrc
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changed+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