Maven Central stuck on 8.16.0? #4821
Unanswered
diamondo25
asked this question in
Q&A
Replies: 2 comments
-
Usually those Maven Central indexers are not very reliable and tend to show a delay between when the repo is published and when you can find it in those. The most reliable way is to check https://repo.maven.apache.org/maven2/io/sentry/ and you can see that servlet/8.23.0 is actually there: https://repo.maven.apache.org/maven2/io/sentry/sentry-servlet/8.23.0/ |
Beta Was this translation helpful? Give feedback.
0 replies
-
It might be confusing for users, maybe it's possible to use a different provider for these badges? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that Maven Central is behind 7 versions than what is under the Release section on GitHub.
For some reason, I managed to download sentry-log4j2 8.23.0 recently just fine through Maven, but now I tried to download sentry-serverlet 8.23.0, and it just plain 404's. Maven Central reports its latest version is 8.16.0, just like all the others on the README. Sonatype seems to have some versions, but sentry-serverlet is missing.
https://search.maven.org/search?q=g:io.sentry%20AND%20a:sentry-log4j2


https://central.sonatype.com/artifact/io.sentry/sentry-log4j2/versions
Is this a known issue, or did something break since the AWS outage of yesterday?
Beta Was this translation helpful? Give feedback.
All reactions