Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

Bumps org.openapitools:openapi-generator from 7.11.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

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 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)

Bumps [org.openapitools:openapi-generator](https://github.com/openapitools/openapi-generator) from 7.11.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.11.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] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner March 3, 2025 00:10
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 3, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Mar 3, 2025

🎊 PR Preview bb43278 has been successfully built and deployed. See the documentation preview: https://quarkus-openapi-generator-preview-pr-1016.surge.sh

@hbelmiro hbelmiro merged commit 47528aa into main Mar 3, 2025
13 checks passed
@hbelmiro hbelmiro deleted the dependabot/maven/org.openapitools-openapi-generator-7.12.0 branch March 3, 2025 11:47
github-actions bot pushed a commit that referenced this pull request Mar 3, 2025
Bumps [org.openapitools:openapi-generator](https://github.com/openapitools/openapi-generator) from 7.11.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.11.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
hbelmiro pushed a commit that referenced this pull request Mar 3, 2025
…#1019)

Bumps [org.openapitools:openapi-generator](https://github.com/openapitools/openapi-generator) from 7.11.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.11.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-main-lts 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