When working on QUARKUS-4422 we found that there are some missing and extra artifacts (we didn't check for classifier of the same artifacts).
Checked with RHBQ 3.8.5 for prepare this test to 3.15. Didn't check this with older version
These artifacts missing in com.redhat.quarkus.platform:quarkus-bom
Artifact |
---|
io.quarkus:quarkus-rest-client-jaxb |
io.quarkus:quarkus-rest-client-jaxb-deployment |
io.quarkus:quarkus-rest-client-jsonb |
io.quarkus:quarkus-rest-client-jsonb-deployment |
io.quarkus:quarkus-rest-client-mutiny |
io.quarkus:quarkus-rest-client-mutiny-deployment |
io.quarkus:quarkus-rest-client-deployment |
io.quarkus:quarkus-rest-client-jackson-deployment |
io.quarkus:quarkus-jaeger |
io.quarkus:quarkus-jaeger-deployment |
io.quarkus:quarkus-test-hibernate-reactive-panache |
io.quarkus.junit5:junit5-virtual-threads |
io.quarkus:quarkus-funqy-amazon-lambda-deployment |
com.github.docker-java:docker-java |
These artifacts are extra in com.redhat.quarkus.platform:quarkus-bom
Artifact |
---|
com.aayushatharva.brotli4j:native-linux-ppc64le |
com.aayushatharva.brotli4j:native-windows-x86_64 |
com.aayushatharva.brotli4j:native-linux-s390x |
com.aayushatharva.brotli4j:native-linux-aarch64 |
io.netty:netty-transport-native-unix-common-s390x |
io.netty:netty-transport-native-unix-common-ppcle |
io.netty:netty-transport-native-epoll-s390x |
io.netty:netty-transport-native-epoll-ppcle |
org.gradle:gradle-tooling-api |
io.fabric8:kubernetes-httpclient-tests |
I believe that com.aayushatharva.brotli4* and io.netty:netty-transport* are correct addition but would like it confirmed.
For other I think they should be added/removed (maybe some of them have reason)
- is related to
-
QUARKUS-4694 RHBQ 3.8.5.SP1 defines and delivers quarkus-oidc-db-token-state-manager but not the -deployment counterpart
- Closed