Skip to content

Build: Bump org.openapitools:openapi-generator-gradle-plugin from 7.22.0 to 7.23.0#16903

Merged
huaxingao merged 1 commit into
mainfrom
dependabot/gradle/org.openapitools-openapi-generator-gradle-plugin-7.23.0
Jun 21, 2026
Merged

Build: Bump org.openapitools:openapi-generator-gradle-plugin from 7.22.0 to 7.23.0#16903
huaxingao merged 1 commit into
mainfrom
dependabot/gradle/org.openapitools-openapi-generator-gradle-plugin-7.23.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 21, 2026

Copy link
Copy Markdown
Contributor

Bumps org.openapitools:openapi-generator-gradle-plugin from 7.22.0 to 7.23.0.

Release notes

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

v7.23.0 released

v7.23.0 stable release (breaking changes with fallbacks) comes with 170+ enhancements and bug fixes.

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

  • [jaxrs-spec][quarkus] Emit @​RolesAllowed({"**"}) for HTTP Basic, Bearer, api-key and OAuth2 or OpenID with empty scopes and rename "useQuarkusSecurityAnnotations" to "useJakartaSecurityAnnotations" (Breaking change (with fallback)) #23680
  • fix(Kotlin): use the global apiNamePrefix and apiNameSuffix settings instead of apiSuffix (generator's option) (Breaking change (with fallback)) #23926

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

General

  • Normalizer: new rule LOOSE_NULL_DEFINITIONS to allow more null definitions in 3.0 spec. #23932
  • fix(InlineModelResolver): prevent numbered duplicate models from multi-file OAS 3.1 specs #23856
  • fix(core): normalize OAS 3.1 content media schemas #23851
  • [GRADLE-WRAPPER] feat: add configurable worker isolation and max heap size for code generation #23648 by
  • [GRADLE-WRAPPER] bug fix - pass maven java_home to gradle correctly #23646
  • Add security schemes filter normalizer option #23174

C#

  • [csharp][generichost] Deserialize present-but-null nullable enums #23912
  • [csharp] Fix HTTP signature auth failure on .NET 8 when query params contain special characters #23714
  • [csharp][restsharp] add throwOnAnyError option to surface client errors #23663
  • Fix/csharp reserved headers and file parameter not serialising correctly #23593
  • [csharp] Extend HostConfiguration with additional AddApiHttpClients signatures #22500

Dart

  • feat(dart): make requests abortable #23930
  • [Dart] Preserve uppercase names with trailing digits #23894
  • [BUG][DART] fix nullable nested array item handling #23365

Go

  • fix(go): avoid duplicate unknown enum defaults #23909
  • [go] support io.Reader and []byte response types in client decode #23789

Java

  • [Java][restclient] Build XmlMapper via builder when useJackson3=true #23872
  • [Java] [vertx] Allow PoolOptions configuration when vertx 5 #23829
  • feat(java/jersey3): add jackson 3 support #23819
  • feat(java/jersey3): Update jakarta annotation and validation libs #23810
  • [JAVA-SPRING] spring http interface library should support 'useBeanValidation' #23803
  • [jaxrs-spec][quarkus] Emit @​PermitAll for unauthenticated operations (op/global empty security, anonymous OR alternative, no security defined) #23782
  • [JavaJaxRS] [CXF] Add Support for Jackson3 #23767
  • [jaxrs-spec][quarkus] Emit @​RolesAllowed({scope}) for OAuth2 and OpenID Connect operations with explicit scopes #23752
  • [jaxrs-spec][quarkus] - Add CLI flag (useQuarkusSecurityAnnotations) to enable emitting security annotation (@​Authenticated, @​RolesAllowed, @​PermitAll) #23699
  • [JAVA-SPRING;KOTLIN-SPRING] feature - add support for 'substituteGenericPagedModel' also for 'spring-cloud' libraries #23690
  • [jaxrs-spec][quarkus] Emit @​RolesAllowed({"**"}) for HTTP Basic, Bearer, api-key and OAuth2 or OpenID with empty scopes and rename "useQuarkusSecurityAnnotations" to "useJakartaSecurityAnnotations" (Breaking change (with fallback)) #23680
  • [jaxrs-spec][quarkus]: Emit @​ResponseStatus annotation for 2XX success codes #23673
  • [Java] [vertx] Make supportVertxFuture compatible with vertx 5 #23660
  • Fix Jspecify nullable issue with spring boot 4 #23649
  • [java][spring] fix: disableDiscriminatorJsonIgnoreProperties not working #23640
  • [java] Support 'time-local' format #23555

... (truncated)

Commits
  • b9d967a v7.23.0 release (#23970)
  • 153d80f update C# samples
  • 5e44ee2 [csharp] Extend HostConfiguration with additional AddApiHttpClients signature...
  • 3aa0504 update kotlin-spring samples
  • 71e1fef fix(kotlin-spring): preserve 'default' response code in postProcessOperations...
  • 417840c [csharp][generichost] Deserialize present-but-null nullable enums (#23912)
  • da8c31c fix(dart): Optional<T> fromJson wrapping (#23811)
  • 3272a73 update scala samples
  • 170778a fix(InlineModelResolver): prevent numbered duplicate models from multi-file O...
  • 17a4d96 fix: add missing swagger2 tags import in rest-assured api.mustache (#23285) (...
  • Additional commits viewable in compare view

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 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-gradle-plugin](https://github.com/OpenAPITools/openapi-generator) from 7.22.0 to 7.23.0.
- [Release notes](https://github.com/OpenAPITools/openapi-generator/releases)
- [Changelog](https://github.com/OpenAPITools/openapi-generator/blob/master/docs/release-summary.md)
- [Commits](OpenAPITools/openapi-generator@v7.22.0...v7.23.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 21, 2026
@github-actions github-actions Bot added the build label Jun 21, 2026
@huaxingao huaxingao merged commit e4d4980 into main Jun 21, 2026
6 checks passed
@huaxingao huaxingao deleted the dependabot/gradle/org.openapitools-openapi-generator-gradle-plugin-7.23.0 branch June 21, 2026 07:05
jakelong95 pushed a commit to jakelong95/iceberg that referenced this pull request Jun 29, 2026
…16903)

Bumps [org.openapitools:openapi-generator-gradle-plugin](https://github.com/OpenAPITools/openapi-generator) from 7.22.0 to 7.23.0.
- [Release notes](https://github.com/OpenAPITools/openapi-generator/releases)
- [Changelog](https://github.com/OpenAPITools/openapi-generator/blob/master/docs/release-summary.md)
- [Commits](OpenAPITools/openapi-generator@v7.22.0...v7.23.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
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

build 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.

1 participant