-
Bug
-
Resolution: Done
-
Blocker
-
2.7.6.SP2.CR2, 2.7.6.SP3.CR1
-
False
-
None
-
False
-
+
-
---
-
-
geronimo-jms_2.0_spec artifacts (pom and jar) used by quarkus-qpid-jms extension are not included in maven repo zip
code.quarkus based application works because the artifact is already present in https://maven.repository.redhat.com/ga and the generated application defines RH repos as additional one. Thus marking this as Critical and not a Blocker.
I think we can fix this for Fireball and we do not need CR3 for this. Do you agree rhn-sa-tqvarnst rhn-engineering-jpallich?
When RH repo definition is remove, the build with quarkus-qpid-jms extension fails:
Downloaded from central: https://repo.maven.apache.org/maven2/io/quarkus/quarkus-bom/2.7.0.Final/quarkus-bom-2.7.0.Final.pom (331 kB at 2.9 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-jms_2.0_spec/1.0.0.alpha-2-redhat-2/geronimo-jms_2.0_spec-1.0.0.alpha-2-redhat-2.pom [WARNING] The POM for org.apache.geronimo.specs:geronimo-jms_2.0_spec:jar:1.0.0.alpha-2-redhat-2 is missing, no dependency information available Downloading from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-jms_2.0_spec/1.0.0.alpha-2-redhat-2/geronimo-jms_2.0_spec-1.0.0.alpha-2-redhat-2.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.775 s [INFO] Finished at: 2022-11-07T21:09:06+01:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project app-generated-skeleton: Could not resolve dependencies for project my-groupId:app-generated-skeleton:jar:1.0.0-SNAPSHOT: Could not find artifact org.apache.geronimo.specs:geronimo-jms_2.0_spec:jar:1.0.0.alpha-2-redhat-2 in central (https://repo.maven.apache.org/maven2) -> [Help 1]
When the the RH repo definition is kept in place, one can see following messages in the logs, geronimo-jms_2.0_spec artifacts are not present in maven repo zip
Downloaded from redhat: https://maven.repository.redhat.com/ga/org/apache/geronimo/specs/geronimo-jms_2.0_spec/1.0.0.alpha-2-redhat-2/geronimo-jms_2.0_spec-1.0.0.alpha-2-redhat-2.pom (6.5 kB at 17 kB/s) Downloaded from redhat: https://maven.repository.redhat.com/ga/org/apache/geronimo/specs/geronimo-jms_2.0_spec/1.0.0.alpha-2-redhat-2/geronimo-jms_2.0_spec-1.0.0.alpha-2-redhat-2.jar (48 kB at 407 kB/s)
- relates to
-
QUARKUS-2505 BOM dependency not found in Red Hat maven repo
- Closed