You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently, I am trying to upgrade quarkus version in Kogito project from 3.8.6 to 3.15.2 LTS. We use jbpm-with-drools-quarkus-deployment resolves into this runtime artifact. This deployment artifact further adds these deployment artifacts as its dependency. Their runtime artifacts are present jbpm-with-drools-quarkus.
It used to work earlier with quarkus 3.8.6 LTS but while upgrading to 3.15.2 I can see that quarkus cannot resolve these runtime artifacts that are defined as transitive dependency. It works fine when we put these deployment and runtime artifacts as direct dependency.
The above issue doesn't replicate in Maven 3.9.9, we are currently using maven 3.9.6. Can someone help us understand this behavior or maybe confirm if this will require an maven upgrade as quarkus mentions <maven.min.version>3.9.6</maven.min.version> ?
Expected behavior
The deployment artifacts defined as transitive dependency are resolved.
Actual behavior
The deployment artifacts defined as transitive dependency are not resolved.
Describe the bug
Recently, I am trying to upgrade quarkus version in Kogito project from 3.8.6 to 3.15.2 LTS. We use jbpm-with-drools-quarkus-deployment resolves into this runtime artifact. This deployment artifact further adds these deployment artifacts as its dependency. Their runtime artifacts are present jbpm-with-drools-quarkus.
It used to work earlier with quarkus 3.8.6 LTS but while upgrading to 3.15.2 I can see that quarkus cannot resolve these runtime artifacts that are defined as transitive dependency. It works fine when we put these deployment and runtime artifacts as direct dependency.
The above issue doesn't replicate in Maven 3.9.9, we are currently using maven 3.9.6. Can someone help us understand this behavior or maybe confirm if this will require an maven upgrade as quarkus mentions <maven.min.version>3.9.6</maven.min.version> ?
Expected behavior
The deployment artifacts defined as transitive dependency are resolved.
Actual behavior
The deployment artifacts defined as transitive dependency are not resolved.
How to Reproduce?
Reproducer: https://github.com/apache/incubator-kie-kogito-runtimes/blob/d31c3d3142b5e8c5e3db6100c03c28c30e1fcb50/quarkus/extensions/kogito-quarkus-extension/kogito-quarkus-integration-test-maven-devmode/pom.xml
Output of
uname -a
orver
Darwin Rishirajs-MacBook-Pro.local 23.6.0 Darwin Kernel Version 23.6.0: Mon Jul 29 21:14:30 PDT 2024; root:xnu-10063.141.2~1/RELEASE_ARM64_T6000 arm64
Output of
java -version
openjdk version "17.0.13" 2024-10-15 LTS
Quarkus version or git rev
3.15.2
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.9.6
Additional information
The above maven project is mostly inspired by Quarkus own DevMojoIT as defined here
The text was updated successfully, but these errors were encountered: