Skip to content

Upgrade central-publishing-maven-plugin to 0.11.0 - #17

Merged
merlimat merged 1 commit into
streamnative:masterfrom
merlimat:fix-central-publishing-plugin
Jul 31, 2026
Merged

Upgrade central-publishing-maven-plugin to 0.11.0#17
merlimat merged 1 commit into
streamnative:masterfrom
merlimat:fix-central-publishing-plugin

Conversation

@merlimat

Copy link
Copy Markdown
Collaborator

The v0.8.0 publish workflow failed after the deployment had already succeeded server-side (all 7 modules are live on Maven Central): the Central portal's deployment-status API now includes a warnings field, and the 0.7.0 client fails deserializing it while polling:

UnrecognizedPropertyException: Unrecognized field "warnings" (class DeploymentApiResponse),
not marked as ignorable (6 known properties: "deploymentId", "purls", "cherryBomUrl", "errors", ...)

Bumping to the current 0.11.0 so future tag pushes go green.

The 0.8.0 release deployed successfully but the workflow failed red:
the Central portal API now returns a "warnings" field in the deployment
status response, which the 0.7.0 client rejects as an unrecognized
property while polling. 0.11.0 understands the current API.
Copilot AI review requested due to automatic review settings July 31, 2026 12:11

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the build’s Sonatype Central publishing tooling to avoid CI failures caused by new fields in the Central portal deployment-status API response, ensuring future releases can complete successfully.

Changes:

  • Bump central-publishing-maven-plugin from 0.7.0 to 0.11.0.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@merlimat
merlimat merged commit 6266b32 into streamnative:master Jul 31, 2026
1 check passed
@merlimat
merlimat deleted the fix-central-publishing-plugin branch July 31, 2026 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants