Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump openapi-generator.version from 7.4.0 to 7.7.0 #863

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 2, 2024

Bumps openapi-generator.version from 7.4.0 to 7.7.0.
Updates org.openapitools:openapi-generator from 7.4.0 to 7.7.0

Release notes

Sourced from org.openapitools:openapi-generator's releases.

v7.7.0 released

v7.7.0 stable release comes with 140+ enhancements, bug fixes. Once again thank you for all the awesome contributions from the community.

For a full list of changes, please refer to the "Pull Request" tab.

v7.6.0 released

v7.6.0 stable release comes with 120+ enhancements, bug fixes. Once again thank you for all the awesome contributions from the community.

Below are the highlights of the changes. For a full list of changes, please refer to the "Pull Request" tab.

General

  • Skip setting output folder in online service #18652
  • fix: Upgrade testng to avoid CVE-2022-4065 #18635
  • [refactor] Use getType in ModelUtils to better support OpenAPI v3.1.0 spec #18577
  • Fix null type check when simplifying any type #18504
  • fix: ExampleGenerator for composed child schemas and array schemas #18479

C#

  • [csharp] Fixed nullability of composed schemas #18408
  • [C#] made the HttpSigning method public to get the signed header #18496

C++

  • [[BUG][C][cpp-restsdk] fix missing Set.h #18631
  • [C++][Pistache] Compile error when nesting component/schema reference objects #18586

Dart

  • [dart-dio] Incorrect hashCode and == overide for fields withList #18198
  • [dart] [dart-dio] Support Dart3 #18001

Go

  • [GO][Client] Generated GO Client Time Query Param Millisecond Resolution Fix #18673
  • Add an option to skip unmarshall json in Go client generator #18448
  • [GO] Add assert constraints checks for complex types in the model template #18654
  • [Go] uses sanitized model name instead of the name #18644
  • [go-server] Fix: error handling and linting #18550

HTML

  • [html2] Fix incorrectly sanitizesd response headers #18685
  • [html2] Add oneOf support #18642
  • [html2] Support alias types #18579
  • [html2] Fix rendering of arrays of objects in html2 docs #18561

Java

  • upgrade microprofile to junit5 #18669
  • upgrade okhttp-gson and google-api-client to junit5 #18668
  • [BUG][JAVA] Prevent generating "pattern" and "size" to ENUM #18658
  • [BUG][JAVA] oneOf/anyOf multiple constructors with same erasure #18645
  • Add support for Helidon 4 MP client and server generation #18627
  • upgrade java native to junit5 #18617

... (truncated)

Commits
  • 4eaac3d v7.7.0 release (#19046)
  • c9da04c feat: x-enum-description support added to kotlin-server code generator (#19041)
  • 21d3cfe Fix Issue 18224 - Load x-field-extra-annotation in the operation parameter (#...
  • fb17e56 [PHP-SYMFONY] Debug Symfony version 7, enums ref, array of enums $ref and dat...
  • fa2b575 [Bug] [Java] Remove raw type compilation warnings when generating using jerse...
  • 53f1094 [Python] Allow Overriding Accept Header (#19025)
  • 44e9ff5 [android][volley] Remove unused robolectric test dependency (#19022)
  • 9c26848 [kotlin-client] Generate safe ?. access for optional enums (#18982) (#19023)
  • 0c4bfe3 Add tests for anyof with discriminator (#19021)
  • 6b9d95b Tries to fix #18975 by changing how the deserializer interacts with its paren...
  • Additional commits viewable in compare view

Updates org.openapitools:openapi-generator-maven-plugin from 7.4.0 to 7.7.0

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps `openapi-generator.version` from 7.4.0 to 7.7.0.

Updates `org.openapitools:openapi-generator` from 7.4.0 to 7.7.0
- [Release notes](https://github.com/openapitools/openapi-generator/releases)
- [Changelog](https://github.com/OpenAPITools/openapi-generator/blob/master/docs/3.0.0-release-note.md)
- [Commits](OpenAPITools/openapi-generator@v7.4.0...v7.7.0)

Updates `org.openapitools:openapi-generator-maven-plugin` from 7.4.0 to 7.7.0

---
updated-dependencies:
- dependency-name: org.openapitools:openapi-generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.openapitools:openapi-generator-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 2, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 19, 2024

Superseded by #888.

@dependabot dependabot bot closed this Aug 19, 2024
@dependabot dependabot bot deleted the dependabot/maven/openapi-generator.version-7.7.0 branch August 19, 2024 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants