Replies: 8 comments 16 replies
-
|
jackson-core 2.22.0 publishing on sonatype central failed. It will be investigated. The most important changes are in 2.21.4. I wouldn't worry too much about upgrading to 2.22.0. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
I'm running into the exact same issue :( |
Beta Was this translation helpful? Give feedback.
-
|
Problem with Sonatype -- I pushed "jackson-core" release along with everything else but while other components succeeded, jackson-core is stuck -- not failed, stuck. Trying to figure out how to get it unstuck. |
Beta Was this translation helpful? Give feedback.
-
|
Joel Orlina has been very helpful for issues I'd opened at : https://issues.sonatype.org |
Beta Was this translation helpful? Give feedback.
-
|
worse case you could increment to 2.22.1 with a new push |
Beta Was this translation helpful? Give feedback.
-
|
The pain point is that automated GitHub repo reviews create PRs for us to adopt version 2.22.0, but the CI pipelines fail to build because this library is unavailable. If there is any way to get some version of this latest code into Maven (even if at 2.22.1), that would be great. Thanks in advance. I agree; it is odd that the review tools became aware of version 2.22.0 even though the library does not actually exist in the Maven repo. |
Beta Was this translation helpful? Give feedback.
-
|
Sonatype support marked deployment as FAILED so I was able to re-publish: 2.22.0 of https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.22.0/ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
@cowtowncoder I think you forgot to push the updated jar to Maven as it is not listed as available:

From: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/
Beta Was this translation helpful? Give feedback.
All reactions