chore: [DevOps] bump the production-minor-patch group with 4 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(8 months ago)
(8 months ago)
(8 months ago)
by bot-sdk-js
dependencies java
Bumps the production-minor-patch group with 4 updates: org.openapitools:openapi-generator, io.swagger.core.v3:swagger-models, com.puppycrawl.tools:checkstyle and org.apache.httpcomponents.client5:httpclient5.
Updates org.openapitools:openapi-generator from 7.15.0 to 7.16.0
Release notes
Sourced from org.openapitools:openapi-generator's releases.
v7.16.0 released
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 in this release:
- [python] add async httpx support Client: Python #22021
- feat: Add Java Dubbo code generator for Apache Dubbo microservices #21968
- New generator for Scala3 + sttp4 + jsoniter-scala #21908
Below are the highlights of the changes. For a full list of changes, please refer to the "Pull Request" tab.
General
- Update commons related dependencies to newer versions #21980
- Correctly annotate Gradle task in- & outputs and enable stricter plugin validation #21957
- Support normalizing anyof/oneof enum constraints to a single enum #21917
- feat: add support for minimal-update option in maven plugin #21872
- Update swagger parser to 2.1.32 #21818
- Fix bug in ModelUtils.getParentName resulting in wrong inner Models for oneOf-composed schemas #21799
- [3.1] Fixed lack of check for booleanSchemaValue #21742
Bash
- [bash] Drop old client.sh from petstore sample #21987
- [bash] Fix issue where paste command doesn't work on Mac #21986
C#
- Fix visibility for enum in C# generator #21984
- [C#] Fixes array TypeDeclaration parsing order to fix deep aliases #21600
Dart
- [dart-dio][timemachine] Bugfix: saving offset_date_serializer instead of local_date_serialize #21974
- Add skipCopyWith option for dart-dio #21816
Kotlin
- fix(kotlin-spring): add missing constructor parentheses for hashmap models #22029
- [kotlin] Fix enum defaultValue in query parameters with schema reference #22002
- [kotlin][client] remove old deprecated apis #21988
- [kotlin-spring][server] Feat: Allow implementation of arbitrary interface in DTOs (similar to x-implements from java-spring) #21950
- Fix missing
@Serializableon enums for kotlin/jvm-retrofit2 #21907- [kotlin-client] Fix string comparison in discriminator post-processing #21881
- [kotlin-client] update Kotlin and libraries versions #21866
- Kotlin Multiplatform polymorphism with custom discriminator support #21772
Go
- go: Fix missing imports for optional body params #22014
- feat(golang): support for wrapped and xml name #21899
Java
... (truncated)
Commits
c0b72eeupdate readme with 7.16.0ee76a05v7.16.0 release (#22039)30096d6Revert "fix(rust): Add anyOf support to Rust client generator (#21896)" (#22038)44a3be1fix(kotlin-spring): add missing constructor parentheses for hashmap models (#...e38f6c0[Rust-Axum] Support AnyOf, AllOf (#21948)2afac1a[typescript-axios]:withSeparateModelsAndApihandlesimportFileExtension...bab5ca2[python] add async httpx support (#22021)c1931c1Add tests with optional body for go-server (#22034)d8d9744go: Fix missing imports for optional body params. (#22014)dc0d5c6replace deprecated 'typings' field with standard 'types' in package.json (#21...- Additional commits viewable in compare view
Updates io.swagger.core.v3:swagger-models from 2.2.37 to 2.2.38
Updates com.puppycrawl.tools:checkstyle from 11.0.1 to 11.1.0
Release notes
Sourced from com.puppycrawl.tools:checkstyle's releases.
checkstyle-11.1.0
Checkstyle 11.1.0 - https://checkstyle.org/releasenotes.html#Release_11.1.0
New:
#17451 - false-negative: whitespace between type annotation and array declarator or ellipsis
Bug fixes:
#17540 - Annotation location rule is not enforced in package-info.java file #17507 - Google style: Missing support for multipart versioning format using underscores in method names #17778 - Add support to properly follow Rule
7.1.1 General Formin Google Style Guide Implementation #17825 - --generate-checks-and-files-suppression option generates invalid XML #13048 - JavadocTagContinuationIndentation: missing support to arbitrary indentation in<pre>tags #11867 - LineLength gets triggered on multi-line strings for Google Checks
Commits
aa944a0[maven-release-plugin] prepare release checkstyle-11.1.064a4b38doc: release notes for 11.1.017343cbIssue #17540: Enforce Annotation location rule in package-info.java5d52248Issue #17507: Add support for multipart versioning format using underscoresc6c226cIssue #14631: Update SLASH token documentation to match new AST format62627bdIssue #17778: Added JavadocLeadingAsteriskAlign Check in google_checks.xml fo...a7149eeIssue #17507: Add support for underscores in class name1c22f5bIssue #17834: Fix DTD in suppressions.xml example974bf37Issue #14631: Fixed Token docs97d8d50minor: Bump version to 11.1.0-SNAPSHOT- Additional commits viewable in compare view
Updates org.apache.httpcomponents.client5:httpclient5 from 5.5 to 5.5.1
Changelog
Sourced from org.apache.httpcomponents.client5:httpclient5's changelog.
Release 5.5.1
This is a maintenance release that fixes several defects in the connection management code and a regression in the DIGEST authentication reported since the previous release. It also upgrades HttpCore to version 5.3.6.
Change Log
HTTPCLIENT-2391: Improved GRACEGUL shutdown of ExecutorService used internally by async clients. Contributed by Oleg Kalnichevski
Bug fix: Use a 1 second timeout when closing out connections inside a connection pool lock. Contributed by Oleg Kalnichevski
Clarified the behavior of the protocol-level responseTimeout and the connection management level socketTimeout and their interrelation. Contributed by ChangYong
Bug fix: Connection managers to ensure open connections have a socket timeout set based on ConnectionConfig upon lease. Contributed by Oleg Kalnichevski
HTTPCLIENT-2393: Remove
rspauthattribute fromAuthorizationDIGEST header (#716) RFC 7616 compliance: rspauth is server-side (Authentication-Info 3.5) only. Contributed by Arturo BernalHTTPCLIENT-2386: Classic transport to use the connect timeout as a default if the TLS timeout has not been explicitly set. Contributed by Oleg Kalnichevski
HTTPCLIENT-2384: Socket options related to TcpKeepAlive are ignored. Contributed by Oleg Kalnichevski
HTTPCLIENT-2371: Logging of request re-execution at INFO priority. Contributed by Oleg Kalnichevski
HTTPCLIENT-2379: Fixed a defect in H2SharingConnPool causing an IllegalStateException when releasing the same connection from multiple threads. (#663) Contributed by Arturo Bernal abernal@apache.org
Fixed the behavior of the
validateAfterInactivityconnection setting by the async connection manager. Contributed by Ryan SchmittHTTPCLIENT-2376: Fixed the problem with ContentCompressionExec not taking
acceptEncodingparameter into account.
... (truncated)
Commits
6a3d332HttpClient 5.5.1 release66dea80Updated release notes for HttpClient 5.5.1 release61f21a5Upgraded HttpCore to version 5.3.6694394cHTTPCLIENT-2391: improved GRACEGUL shutdown of ExecutorService used internall...038b74fBug fix: Use 1 second timeout when closing out connections inside a connectio...6675520Clarify behavior of the protocol level responseTimeout and the connection man...cb2ccdaBug fix: connections managers to ensure open connections have socket timeout ...4466ccaHTTPCLIENT-2393 - remove rspauth from Authorization (#716)da1a8e0Imporved TestAsyncClient wiring; added internal methods to get the underlying...ab40ec9Upgraded HttpCore to version 5.3.5- Additional commits viewable in compare view
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
1
2
+4
-4
Package Dependencies
com.puppycrawl.tools:checkstyle
maven
11.0.1 → 11.1.0
Minor
org.openapitools:openapi-generator
maven
7.15.0 → 7.16.0
Minor
io.swagger.core.v3:swagger-models
maven
2.2.37 → 2.2.38
Patch
Technical Details
| ID: | 8843651 |
| UUID: | 2872495510 |
| Node ID: | PR_kwDOJWVxms6rNs2W |
| Host: | GitHub |
| Repository: | SAP/cloud-sdk-java |
| Merge State: | Unknown |