This is an automated email from the ASF dual-hosted git repository.
porcelli pushed a change to branch kie_issues_958
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-runtimes.git
from 40f080fc60 [kie-issues#913] Upgrade to and align with 3.2.10.Final
Quarkus LTS release. (#3409)
add 23945c81e9 incubator-kie-issues#932: Rename Quarkus Extension in
`kogito-apps` (#3410)
add 9c1defc2d4 incubator-kie-issues#934: Rename the `jBPM` & `drools`
Quarkus Extensions in `kogito-runtimes` (#3414)
add f68b92d884 [KOGITO-9276] Adding support for businessKey to resume a
process (#3412)
add ad3df1bb83 Bump zulip/github-actions-zulip from 1.0.1 to 1.0.2 (#3411)
add 8ecd421f7c Bump ch.qos.logback:logback-classic (#3335)
add d4db7b68c7 Bump ch.qos.logback:logback-core (#3334)
add 81221f6a3e Bump ch.qos.logback:logback-classic in /.ci/jenkins/tests
(#3318)
add 51b599340c Bump ch.qos.logback:logback-core in /.ci/jenkins/tests
(#3317)
add b34064197c Bump actions/setup-java from 3 to 4 (#3302)
new 497ce87e23 Upgrade to and align with Quarkus 3.8.0 LTS release.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.ci/jenkins/tests/pom.xml | 2 +-
.github/workflows/issues.yml | 2 +-
.github/workflows/pr-jenkins.yml | 2 +-
addons/deprecated/README.md | 12 +-
.../org/kie/kogito/process/ProcessInstances.java | 4 +
.../kogito/event/impl/ProcessEventDispatcher.java | 82 +++---
kogito-bom/pom.xml | 280 ++++++++++-----------
kogito-build/kogito-dependencies-bom/pom.xml | 16 +-
quarkus/addons/README.md | 8 +-
quarkus/addons/common/deployment/pom.xml | 4 +-
.../addons/common/deployment/KogitoCapability.java | 6 +-
quarkus/addons/events/rules/deployment/pom.xml | 12 +-
quarkus/addons/events/rules/pom.xml | 6 +-
quarkus/addons/events/rules/runtime/pom.xml | 8 +-
.../explainability/integration-tests/pom.xml | 8 +-
quarkus/addons/mail/deployment/pom.xml | 12 +-
quarkus/addons/mail/pom.xml | 5 +-
quarkus/addons/mail/runtime/pom.xml | 10 +-
quarkus/addons/task-management/deployment/pom.xml | 12 +-
quarkus/addons/task-management/pom.xml | 5 +-
quarkus/addons/task-management/runtime/pom.xml | 8 +-
.../addons/task-notification/deployment/pom.xml | 12 +-
quarkus/addons/task-notification/pom.xml | 5 +-
quarkus/addons/task-notification/runtime/pom.xml | 9 +-
.../tracing-decision/integration-tests/pom.xml | 8 +-
.../kogito-quarkus-decisions-deployment/pom.xml | 12 +-
.../pom.xml | 14 +-
.../pom.xml | 14 +-
.../quarkus/dmn/KogitoDMNCodeCodestartIT.java | 4 +-
.../kogito-quarkus-decisions/pom.xml | 10 +-
.../base/README.tpl.qute.md | 4 +-
.../META-INF/resources/index.entry.qute.html | 0
.../base/src/main/resources/pricing.dmn | 0
.../codestart.yml | 10 +-
.../java/src/test/java/org/acme/PricingTest.java | 0
.../main/resources/META-INF/quarkus-extension.yaml | 4 +-
.../kogito-quarkus-decisions-extension/pom.xml | 6 +-
.../kogito-quarkus-extension-spi/src/README.md | 2 +-
.../kogito-quarkus-deployment/pom.xml | 25 +-
.../pom.xml | 16 +-
.../test/resources/projects/classic-inst/pom.xml | 4 +-
.../src/test/resources/projects/simple-dmn/pom.xml | 4 +-
.../kogito-quarkus-integration-test/pom.xml | 16 +-
.../kogito-quarkus/pom.xml | 22 +-
.../extensions/kogito-quarkus-extension/pom.xml | 5 +-
.../kogito-quarkus-processes-deployment/pom.xml | 12 +-
.../pom.xml | 16 +-
.../pom.xml | 16 +-
.../kogito-quarkus-processes/pom.xml | 10 +-
.../kogito-quarkus-processes-extension/pom.xml | 5 +-
.../kogito-quarkus-rules-deployment/pom.xml | 12 +-
.../pom.xml | 16 +-
.../kogito-quarkus-rules-integration-test/pom.xml | 16 +-
.../kogito-quarkus-rules/pom.xml | 8 +-
.../kogito-quarkus-rules-extension/pom.xml | 5 +-
.../kogito/quarkus/workflows/AssuredTestUtils.java | 33 ++-
.../kie/kogito/quarkus/workflows/EventFlowIT.java | 19 +-
.../integration-tests-kogito-plugin/pom.xml | 8 +-
.../it/integration-tests-kogito-plugin-it/pom.xml | 4 +-
.../integration-tests-quarkus-decisions/pom.xml | 8 +-
.../build.gradle | 2 +-
.../integration-tests-quarkus-gradle/pom.xml | 8 +-
.../integration-tests-quarkus-legacy-rules/pom.xml | 8 +-
.../integration-tests-quarkus-norest/pom.xml | 8 +-
.../pom.xml | 8 +-
.../pom.xml | 5 -
.../pom.xml | 8 +-
.../integration-tests-quarkus-processes/pom.xml | 16 +-
.../pom.xml | 8 +-
.../pom.xml | 8 +-
.../integration-tests-quarkus-rules/pom.xml | 8 +-
springboot/addons/README.md | 8 +-
springboot/addons/events/rules/pom.xml | 5 +-
springboot/addons/jobs/pom.xml | 4 +-
springboot/addons/mail/pom.xml | 3 +-
.../addons/messaging/integration-tests/pom.xml | 4 +-
.../pom.xml | 4 +-
springboot/addons/process-svg/pom.xml | 4 +-
springboot/addons/task-management/pom.xml | 5 +-
springboot/addons/task-notification/pom.xml | 5 +-
springboot/archetype/README.md | 6 +-
springboot/archetype/pom.xml | 20 +-
.../META-INF/archetype-post-generate.groovy | 34 ++-
.../AddDependencyToPomWithXmlTest.groovy | 2 +-
.../test/resources/projects/it-basic/verify.groovy | 4 +-
.../projects/it-custom-decisions/verify.groovy | 6 +-
.../projects/it-custom-process/verify.groovy | 6 +-
springboot/bom/README.md | 2 +-
springboot/integration-tests/pom.xml | 16 +-
.../pom.xml | 4 +-
.../integration-tests-springboot-kafka-it/pom.xml | 4 +-
.../integration-tests-springboot-norest-it/pom.xml | 4 +-
.../pom.xml | 8 +-
.../pom.xml | 4 +-
.../pom.xml | 4 +-
.../pom.xml | 4 +-
.../pom.xml | 4 +-
.../pom.xml | 4 +-
.../pom.xml | 4 +-
.../pom.xml | 8 +-
springboot/starters/README.md | 34 +--
.../kogito-decisions-spring-boot-starter/pom.xml | 8 +-
.../kogito-processes-spring-boot-starter/pom.xml | 5 +-
.../kogito-rules-spring-boot-starter/pom.xml | 7 +-
.../starters/kogito-spring-boot-starter/pom.xml | 19 +-
105 files changed, 660 insertions(+), 588 deletions(-)
rename
quarkus/extensions/kogito-quarkus-decisions-extension/kogito-quarkus-decisions/src/main/codestarts/quarkus/{kogito-dmn-codestart
=> drools-dmn-codestart}/base/README.tpl.qute.md (61%)
rename
quarkus/extensions/kogito-quarkus-decisions-extension/kogito-quarkus-decisions/src/main/codestarts/quarkus/{kogito-dmn-codestart
=>
drools-dmn-codestart}/base/src/main/resources/META-INF/resources/index.entry.qute.html
(100%)
rename
quarkus/extensions/kogito-quarkus-decisions-extension/kogito-quarkus-decisions/src/main/codestarts/quarkus/{kogito-dmn-codestart
=> drools-dmn-codestart}/base/src/main/resources/pricing.dmn (100%)
rename
quarkus/extensions/kogito-quarkus-decisions-extension/kogito-quarkus-decisions/src/main/codestarts/quarkus/{kogito-dmn-codestart
=> drools-dmn-codestart}/codestart.yml (83%)
rename
quarkus/extensions/kogito-quarkus-decisions-extension/kogito-quarkus-decisions/src/main/codestarts/quarkus/{kogito-dmn-codestart
=> drools-dmn-codestart}/java/src/test/java/org/acme/PricingTest.java (100%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]