Release 6.5.2: fix Maven Central publish + Gradle JDK 21 + OpenAPI 3.1 refinements - #383
Merged
Merged
Conversation
Release fix: - Bump central-publishing-maven-plugin 0.6.0 -> 0.11.0. Version 0.6.0 fails deserializing the Sonatype Central API response with UnrecognizedPropertyException on the new `warnings` field (the client lacks @JsonIgnoreProperties(ignoreUnknown=true)); newer versions tolerate it. The bundle uploaded fine — only the post-upload status parse failed. Minor improvement (deferred OpenAPI 3.1 item): - prefixItems tuples now generate List<T> when every position shares one type, instead of always List<Object> (mixed/untypable still degrade to Object). Bumps version 6.5.0 -> 6.5.1 (Maven Central versions are immutable, so the failed 6.5.0 publish requires a fresh version). Full multiapi-engine suite: 110/110 (mvn clean test). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 13 |
| Duplication | 0 |
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
jemacineiras
self-requested a review
July 24, 2026 06:45
jemacineiras
approved these changes
Jul 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release-enabling fixes after the 6.5.0 publish failure, plus small OpenAPI 3.1 refinements. Cuts version 6.5.2 (Maven Central versions are immutable, so the failed 6.5.0 deployment cannot be re-published under the same number).
Build / release fixes
central-publishing-maven-plugin0.6.0→0.11.0. 0.6.0 fails deserializing the Central API response (UnrecognizedPropertyExceptionon the newwarningsfield); the bundle uploaded fine, only the post-upload status poll failed.gradle-portal-pushworkflow now sets up JDK 21 (was 17). It runsmvn installon the engine, which compiles withrelease 21→ previously failed with "release version 21 not supported".OpenAPI 3.1 refinements (deferred items)
prefixItemstuples generateList<T>when all positions share one type (elseList<Object>).description/example/examplesnow propagate to enum fields too (they previously bypassed the metadata step), matching every other property.Version
6.5.0→6.5.2across engine, Maven plugin and Gradle plugin.Verification
Full
multiapi-enginesuite: 110/110 (mvn clean test).🤖 Generated with Claude Code