apache / incubator-kie-kogito-runtimes

Kogito Runtimes - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
http://kogito.kie.org
Apache License 2.0
491 stars 192 forks source link

[disabling_tracing-decision_module] Removing tracing-decision module from maven reactor #3533

Closed baldimir closed 1 month ago

baldimir commented 1 month ago

This is a follow-up on https://github.com/apache/incubator-kie-kogito-runtimes/pull/3531. In the current state, the build fails on:

[ERROR] Deployment artifact org.kie:kie-addons-quarkus-tracing-decision-deployment::jar was found to be missing dependencies on the Quarkus extension artifacts marked with '-' below:
[ERROR] -     org.kie:kie-addons-quarkus-tracing-decision::jar
[ERROR] -     io.quarkus:quarkus-resteasy-jackson-deployment::jar
[ERROR] -         io.quarkus:quarkus-resteasy-deployment::jar
[ERROR] -             io.quarkus:quarkus-vertx-http-deployment::jar
[ERROR] -             io.quarkus:quarkus-resteasy-server-common-deployment::jar
[ERROR] -                 io.quarkus:quarkus-resteasy-common-deployment::jar
[ERROR] -         io.quarkus:quarkus-jackson-deployment::jar
[ERROR] -     io.quarkus:quarkus-smallrye-reactive-messaging-kafka-deployment::jar
[ERROR] -         io.quarkus:quarkus-kafka-client-deployment::jar
[ERROR] -             io.quarkus:quarkus-caffeine-deployment::jar
[ERROR] -         io.quarkus:quarkus-smallrye-reactive-messaging-deployment::jar
[ERROR] -             io.quarkus:quarkus-mutiny-reactive-streams-operators-deployment::jar
[ERROR] -     io.quarkus:quarkus-datasource-deployment::jar
[ERROR] -         io.quarkus:quarkus-core-deployment::jar
[ERROR] -         io.quarkus:quarkus-arc-deployment::jar
[ERROR] -     io.quarkus:quarkus-jdbc-postgresql-deployment::jar
[ERROR] -     io.quarkus:quarkus-vertx-deployment::jar
[ERROR] -         io.quarkus:quarkus-netty-deployment::jar
[ERROR] -         io.quarkus:quarkus-mutiny-deployment::jar
[ERROR] -             io.quarkus:quarkus-smallrye-context-propagation-deployment::jar
[ERROR] -         io.quarkus:quarkus-virtual-threads-deployment::jar
[ERROR] -     org.kie:kie-addons-quarkus-explainability-deployment::jar

kogito-apps PR: https://github.com/apache/incubator-kie-kogito-apps/pull/2065 kogito-examples PR: https://github.com/apache/incubator-kie-kogito-examples/pull/1930

baldimir commented 1 month ago

Jenkins has outage today, so the PR checks on Jenkins may not finish properly.