Skip to content

Bump org.openapitools:openapi-generator from 7.4.0 to 7.12.0 #1010

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 28, 2025

NOTE: This is no regular dependabot update. Some adjustments had to be made to fix compile/tests!


Bumps org.openapitools:openapi-generator from 7.4.0 to 7.12.0.

Release notes

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

v7.12.0 released

v7.12.0 stable release (breaking changes with fallbacks) comes with 80+ enhancements, bug fixes and a refactored PHP Laravel server generator

This release comes with 3 breaking changes (with fallback):

  • [csharp] Set generichost as default #20748
  • [protobuf-schema] Replace zero value enum suffix from UNKNOWN to UNSPECIFIED #20473
  • [java][spring]Using Optional.ofNullable() at the fluent setters to prevent NPE #20406

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

General

  • Add openapi-normalizer rule to set tags to vendor extension #20713
  • remove false error message "Required var not in properties" #20623
  • [DefaultCodegen] simplified comparison for required flag #20602
  • [Gradle plugin] Add Option to Skip Merging Spec Files #19396

asciidoc

  • [BUG] [ASCIIDOC] Asciidoc generator sets not defined example values as string value "null" #20670

C#

  • [csharp][generichost] fix syslib1045, use GeneratedRegex for .net7+ #20695
  • [csharp] Fixed discriminator #20624
  • [csharp] unity error message and code cleanup #20595
  • [csharp] Replaced property from allOf #20578
  • [csharp][generichost] Removed a using statement #20541
  • [csharp][generichost] Fixes de/serialization #20540
  • [csharp][java] Fix enum discriminator default value #19614

Dart

  • Fix: Resolve Dart 3.5+ and json_serializable 6.9.0+ compatibility issues in generated dart-dio clients #20460

Erlang

  • [Erlang] Fix crash on escaped type in erlang-server handler #20735
  • [erlang] erlang-server generator fixes #20717

Elixir

  • fix outer enum number bug #20592
  • fix outer enum string bug #20587

Go

  • [Go] Implement GetActualInstanceValue method #20663
  • [Go] skip validator import if oneOf discriminator lookup is enabled #20497
  • [BUG][Go-server] attempt to fix the controller-api mustache template for a nullable bodyParam #20478

Java

  • SingleRequestParameter setter parameter construction #20679
  • reuse Configuration.defaultApiClientin no-arg Api ctors and make ref volatile #20635
  • [java][client] Add static modifier to inner class in Java when useSingleRequestParameter=true #20590
  • [JAVA][JAXRS-SPEC] Add config option to disable generation of @​JsonCreator constructor #20570
  • Add option to generate a fully sealed model in the JavaSpring generator #20503

... (truncated)

Commits

Dependabot compatibility score

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.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 28, 2025
@dependabot dependabot bot force-pushed the dependabot/maven/org.openapitools-openapi-generator-7.12.0 branch 2 times, most recently from 09d5e4f to 2239170 Compare March 25, 2025 08:12
@dependabot dependabot bot force-pushed the dependabot/maven/org.openapitools-openapi-generator-7.12.0 branch from 2239170 to ffc45a2 Compare April 13, 2025 21:14
@jjjasper jjjasper closed this Apr 14, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 14, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@jjjasper jjjasper reopened this Apr 14, 2025
@jjjasper jjjasper requested review from charbelmkh and DevAgani April 15, 2025 08:57
@jjjasper jjjasper force-pushed the dependabot/maven/org.openapitools-openapi-generator-7.12.0 branch 2 times, most recently from 9be56ce to ba4a7df Compare April 18, 2025 07:55
dependabot bot and others added 4 commits April 18, 2025 14:44
Bumps [org.openapitools:openapi-generator](https://github.com/openapitools/openapi-generator) from 7.4.0 to 7.12.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.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@jjjasper jjjasper force-pushed the dependabot/maven/org.openapitools-openapi-generator-7.12.0 branch from ba4a7df to c900f04 Compare April 18, 2025 12:44
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 28, 2025

A newer version of org.openapitools:openapi-generator exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

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.

2 participants