This is an automated email from the ASF dual-hosted git repository.
asf-ci-kie pushed a change to branch nightly-main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-examples.git
from 0ab46ec7b [incubator-kie-issues#1783] Excluding
junit-platform-launcher from spring-kafka-test to avoid version misalignment
and consequent method not found exception (#2061)
add 55df2f4c8 [incubator-kie-issues#1806] Extend dmn-resource examples to
also feature custom DMNProfile usage (#2069)
No new revisions were added by this update.
Summary of changes:
.../dmn-resource-jar-quarkus-example/README.md | 1 +
.../src/main/resources/application.properties | 1 +
.../dmn/consumer/example/TrafficViolationTest.java | 18 ++++++++++++
.../dmn-quarkus-resource-jar/pom.xml | 16 +++++++++++
.../example/customprofiles/CustomDMNProfile.java | 32 ++++++++++------------
.../dmn-resource-jar-springboot-example/README.md | 1 +
.../src/main/resources/application.properties | 3 +-
.../consumer/example/TrafficViolationTest.java | 19 +++++++++++++
.../dmn-springboot-resource-jar/pom.xml | 16 +++++++++++
.../example/customprofiles/CustomDMNProfile.java | 32 ++++++++++------------
10 files changed, 104 insertions(+), 35 deletions(-)
copy
serverless-workflow-examples/serverless-workflow-functions-events-quarkus/src/main/java/org/acme/sw/onboarding/model/Assignment.java
=>
kogito-quarkus-examples/dmn-resource-jar-quarkus-example/dmn-quarkus-resource-jar/src/main/java/org/kie/kogito/dmn/consumer/example/customprofiles/CustomDMNProfile.java
(59%)
copy
serverless-workflow-examples/serverless-workflow-functions-events-quarkus/src/main/java/org/acme/sw/onboarding/model/Assignment.java
=>
kogito-springboot-examples/dmn-resource-jar-springboot-example/dmn-springboot-resource-jar/src/main/java/org/kie/kogito/dmn/consumer/example/customprofiles/CustomDMNProfile.java
(59%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]