Skip to content

chore: bump central-publishing-maven-plugin from 0.7.0 to 0.11.0 - #185

Merged
NicklasWallgren merged 1 commit into
mainfrom
chore/bump-central-publishing-plugin
Sep 11, 2026
Merged

NicklasWallgren merged 1 commit into
mainfrom
chore/bump-central-publishing-plugin

Conversation

@NicklasWallgren

Copy link
Copy Markdown
Member

The publish job fails after a successful upload, while polling deployment status:

UnrecognizedPropertyException: Unrecognized field "warnings"
  (class org.sonatype.central.publisher.client.model.DeploymentApiResponse),
  not marked as ignorable

Central added a warnings field to the status response and 0.7.0 deserializes it strictly. DeploymentApiResponse only gained the field in 0.11.0 — 0.8.0 through 0.10.0 fail the same way.

0.7.0 fails to deserialize the deployment status response since Central
added a "warnings" field. 0.11.0 is the first version that knows it.
@NicklasWallgren
NicklasWallgren enabled auto-merge (squash) September 11, 2026 08:49
@NicklasWallgren
NicklasWallgren merged commit 18bb353 into main Sep 11, 2026
2 checks passed
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.

1 participant