-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quarkus BOM references many missing artifacts #33835
Comments
/cc @evanchooly (kotlin), @geoand (kotlin) |
cc @aloubyansky |
@jskillin-idt thanks for the report. Could you clarify the groupId:artifactId of the BOM you're talking about? Thanks. |
The GAV is io.quarkus:quarkus-bom:3.0.3.Final |
Hmmm, I will have a look. I could have understood the presence of them in the |
That's not news @gsmet. @cescoffier has already opened PRs in Vert.X to clean most of them up. |
I think the rest of the platform BOMs will be clean due to filtering applied during the alignment. Some projects managed in quarkus-bom are still leaking non-existing constraints due to their special handling. |
|
These ones come from an external BOM we import.
The versions in the relocations were wrong. I fixed them.
Either already fixed or @cescoffier is on them.
This one we need but Gradle doesn't publish the artifacts to Maven Central.
This one doesn't exist anymore, I dropped it.
These ones come from an external BOM. I created #33898 with the fixes I could apply. @aloubyansky do you have a tool to understand where the ones coming from external BOMs are coming from? |
@aloubyansky btw, if you have a tool, maybe you can tell @cescoffier where io.smallrye.reactive:smallrye-mutiny-vertx-health-checks is coming from. |
Not sure about the actual chain but just in case I see it in https://github.com/smallrye/smallrye-mutiny-vertx-bindings/blob/main/vertx-mutiny-clients-bom/pom.xml |
I've fixed it this morning. I'm cutting a release right now. (it: |
I think we can close this one. We fixed what was on our side. For things coming from external BOMs, please report them to the appropriate projects. |
Describe the bug
The Quarkus BOM references many artifacts which don't appear to exist, at least in Maven Central:
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
3.0.3.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: