-
-
Notifications
You must be signed in to change notification settings - Fork 472
Maven Central stuck on 8.16.0? #4821
-
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
afbeelding
https://central.sonatype.com/artifact/io.sentry/sentry-log4j2/versions
afbeelding
Is this a known issue, or did something break since the AWS outage of yesterday?
Beta Was this translation helpful? Give feedback.
All reactions
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/
Replies: 2 comments 2 replies
-
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.
All reactions
-
I figured out that i typed serverlet, not servlet, which doesnt exist hehe...
Beta Was this translation helpful? Give feedback.
All reactions
-
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.
All reactions
-
fair, we'll look into replacing it!
Beta Was this translation helpful? Give feedback.