Skip to content

Build(deps): Bump openapitools.version from 6.6.0 to 7.23.0#981

Merged
aaronzi merged 3 commits into
mainfrom
dependabot/maven/openapitools.version-7.20.0
Jun 27, 2026
Merged

Build(deps): Bump openapitools.version from 6.6.0 to 7.23.0#981
aaronzi merged 3 commits into
mainfrom
dependabot/maven/openapitools.version-7.20.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 23, 2026

Copy link
Copy Markdown
Contributor

Bumps openapitools.version from 6.6.0 to 7.23.0.
Updates org.openapitools:openapi-generator from 6.6.0 to 7.23.0

Release notes

Sourced from org.openapitools:openapi-generator'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

Updates org.openapitools:openapi-generator-maven-plugin from 6.6.0 to 7.23.0

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 23, 2026
@dependabot dependabot Bot force-pushed the dependabot/maven/openapitools.version-7.20.0 branch from 4e9bddb to f028527 Compare February 23, 2026 07:11
@aaronzi

aaronzi commented Jun 27, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot dependabot Bot changed the title Build(deps): Bump openapitools.version from 6.6.0 to 7.20.0 Build(deps): Bump openapitools.version from 6.6.0 to 7.23.0 Jun 27, 2026
@dependabot dependabot Bot force-pushed the dependabot/maven/openapitools.version-7.20.0 branch from f028527 to 8b30d39 Compare June 27, 2026 17:29
@aaronzi

aaronzi commented Jun 27, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

Bumps `openapitools.version` from 6.6.0 to 7.23.0.

Updates `org.openapitools:openapi-generator` from 6.6.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@v6.6.0...v7.23.0)

Updates `org.openapitools:openapi-generator-maven-plugin` from 6.6.0 to 7.23.0

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/maven/openapitools.version-7.20.0 branch from 8b30d39 to 43575fd Compare June 27, 2026 20:04
@aaronzi aaronzi merged commit 077e91f into main Jun 27, 2026
45 of 46 checks passed
@dependabot dependabot Bot deleted the dependabot/maven/openapitools.version-7.20.0 branch June 27, 2026 21:49
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.

1 participant