diff --git a/.ci/environments/quarkus-3/patches/0001_before_sh.patch b/.ci/environments/quarkus-3/patches/0001_before_sh.patch
index fb198bf8e4..7ca34e741f 100644
--- a/.ci/environments/quarkus-3/patches/0001_before_sh.patch
+++ b/.ci/environments/quarkus-3/patches/0001_before_sh.patch
@@ -3812,7 +3812,7 @@ index 13129a50a..a0b3ebde7 100644
+ 3.0.0-SNAPSHOT
3.8.1
11
- 3.0.0-M7
+ 3.1.2
diff --git a/serverless-workflow-examples/serverless-workflow-callback-events-over-http-quarkus/callback-event-service/pom.xml b/serverless-workflow-examples/serverless-workflow-callback-events-over-http-quarkus/callback-event-service/pom.xml
index 4e4602148..6f4e3d857 100644
--- a/serverless-workflow-examples/serverless-workflow-callback-events-over-http-quarkus/callback-event-service/pom.xml
@@ -3833,7 +3833,7 @@ index 4e4602148..6f4e3d857 100644
+ 3.0.0-SNAPSHOT
3.8.1
11
- 3.0.0-M7
+ 3.1.2
diff --git a/serverless-workflow-examples/serverless-workflow-callback-events-over-http-quarkus/callback-event-service/src/main/java/org/kie/kogito/examples/CallbackResource.java b/serverless-workflow-examples/serverless-workflow-callback-events-over-http-quarkus/callback-event-service/src/main/java/org/kie/kogito/examples/CallbackResource.java
index 91ad34b97..a28d9f40e 100644
--- a/serverless-workflow-examples/serverless-workflow-callback-events-over-http-quarkus/callback-event-service/src/main/java/org/kie/kogito/examples/CallbackResource.java
@@ -3893,7 +3893,7 @@ index 76a5fd018..a20b704ed 100644
+ 3.0.0-SNAPSHOT
3.8.1
11
- 3.0.0-M7
+ 3.1.2
diff --git a/serverless-workflow-examples/serverless-workflow-callback-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-callback-quarkus/pom.xml
index 2f1c84d57..4dbcc325b 100644
--- a/serverless-workflow-examples/serverless-workflow-callback-quarkus/pom.xml
@@ -3914,7 +3914,7 @@ index 2f1c84d57..4dbcc325b 100644
+ 3.0.0-SNAPSHOT
3.8.1
11
- 3.0.0-M7
+ 3.1.2
diff --git a/serverless-workflow-examples/serverless-workflow-callback-quarkus/src/main/java/org/kie/kogito/examples/PrintService.java b/serverless-workflow-examples/serverless-workflow-callback-quarkus/src/main/java/org/kie/kogito/examples/PrintService.java
index a1ee770e7..77b636420 100644
--- a/serverless-workflow-examples/serverless-workflow-callback-quarkus/src/main/java/org/kie/kogito/examples/PrintService.java
@@ -3950,7 +3950,7 @@ index 519234897..05e2b0dd8 100644
+ 3.0.0-SNAPSHOT
11
3.8.1
- 3.0.0-M7
+ 3.1.2
3.5.4
@@ -3978,7 +3978,7 @@ index 480206687..015d82784 100644
- 2.0.0-SNAPSHOT
+ 3.0.0-SNAPSHOT
3.8.1
- 3.0.0-M7
+ 3.1.2
11
diff --git a/serverless-workflow-examples/serverless-workflow-consuming-events-over-http-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-consuming-events-over-http-quarkus/pom.xml
index 4cc5b957b..15d303eec 100644
@@ -4000,7 +4000,7 @@ index 4cc5b957b..15d303eec 100644
+ 3.0.0-SNAPSHOT
3.8.1
11
- 3.0.0-M7
+ 3.1.2
diff --git a/serverless-workflow-examples/serverless-workflow-correlation-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-correlation-quarkus/pom.xml
index 4cb87747c..f67a88ec0 100644
--- a/serverless-workflow-examples/serverless-workflow-correlation-quarkus/pom.xml
@@ -4021,7 +4021,7 @@ index 4cb87747c..f67a88ec0 100644
+ 3.0.0-SNAPSHOT
3.8.1
11
- 3.0.0-M7
+ 3.1.2
diff --git a/serverless-workflow-examples/serverless-workflow-correlation-quarkus/src/main/java/org/kie/kogito/examples/EventsService.java b/serverless-workflow-examples/serverless-workflow-correlation-quarkus/src/main/java/org/kie/kogito/examples/EventsService.java
index ff08208ed..82e1404b2 100644
--- a/serverless-workflow-examples/serverless-workflow-correlation-quarkus/src/main/java/org/kie/kogito/examples/EventsService.java
@@ -4080,7 +4080,7 @@ index bb232125f..ceedd0272 100644
+ 3.0.0-SNAPSHOT
3.8.1
11
- 3.0.0-M7
+ 3.1.2
diff --git a/serverless-workflow-examples/serverless-workflow-custom-function-knative/workflow/pom.xml b/serverless-workflow-examples/serverless-workflow-custom-function-knative/workflow/pom.xml
index a92ad9e89..94b538fb1 100644
--- a/serverless-workflow-examples/serverless-workflow-custom-function-knative/workflow/pom.xml
@@ -4101,7 +4101,7 @@ index a92ad9e89..94b538fb1 100644
+ 3.0.0-SNAPSHOT
3.8.1
11
- 3.0.0-M7
+ 3.1.2
diff --git a/serverless-workflow-examples/serverless-workflow-custom-type/pom.xml b/serverless-workflow-examples/serverless-workflow-custom-type/pom.xml
index 519f3d236..43270cc84 100644
--- a/serverless-workflow-examples/serverless-workflow-custom-type/pom.xml
@@ -4120,7 +4120,7 @@ index 519f3d236..43270cc84 100644
kogito-bom
- 2.0.0-SNAPSHOT
+ 3.0.0-SNAPSHOT
- 3.0.0-M7
+ 3.1.2
11
1.7.30
diff --git a/serverless-workflow-examples/serverless-workflow-custom-type/serverless-workflow-custom-rpc/src/main/java/org/kie/kogito/examples/sw/custom/RPCCustomWorkItemHandler.java b/serverless-workflow-examples/serverless-workflow-custom-type/serverless-workflow-custom-rpc/src/main/java/org/kie/kogito/examples/sw/custom/RPCCustomWorkItemHandler.java
@@ -4174,7 +4174,7 @@ index b7b0a4ada..2e0b986da 100644
+ 3.0.0-SNAPSHOT
3.8.1
11
- 3.0.0-M7
+ 3.1.2
diff --git a/serverless-workflow-examples/serverless-workflow-data-index-quarkus/src/main/java/org/kie/kogito/examples/PrintService.java b/serverless-workflow-examples/serverless-workflow-data-index-quarkus/src/main/java/org/kie/kogito/examples/PrintService.java
index 80259f870..14cb03297 100644
--- a/serverless-workflow-examples/serverless-workflow-data-index-quarkus/src/main/java/org/kie/kogito/examples/PrintService.java
@@ -4210,7 +4210,7 @@ index f4f65c528..17baa4d8a 100644
+ 3.0.0-SNAPSHOT
11
3.8.1
- 3.0.0-M7
+ 3.1.2
diff --git a/serverless-workflow-examples/serverless-workflow-error-quarkus/src/main/java/org/kie/kogito/examples/EvenService.java b/serverless-workflow-examples/serverless-workflow-error-quarkus/src/main/java/org/kie/kogito/examples/EvenService.java
index 59c077d86..6468384d5 100644
--- a/serverless-workflow-examples/serverless-workflow-error-quarkus/src/main/java/org/kie/kogito/examples/EvenService.java
@@ -4244,7 +4244,7 @@ index 874e192c9..7379a037a 100644
+ 3.0.0-SNAPSHOT
3.8.1
11
- 3.0.0-M7
+ 3.1.2
- 2.0.0-SNAPSHOT
+ 3.0.0-SNAPSHOT
@@ -4360,7 +4360,7 @@ index d866929bf..2144e8b6b 100644
+ 3.0.0-SNAPSHOT
11
3.8.1
- 3.0.0-M7
+ 3.1.2
diff --git a/serverless-workflow-examples/serverless-workflow-foreach-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-foreach-quarkus/pom.xml
index 781162a98..dffac3171 100644
--- a/serverless-workflow-examples/serverless-workflow-foreach-quarkus/pom.xml
@@ -4381,7 +4381,7 @@ index 781162a98..dffac3171 100644
+ 3.0.0-SNAPSHOT
11
3.8.1
- 3.0.0-M7
+ 3.1.2
diff --git a/serverless-workflow-examples/serverless-workflow-functions-events-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-functions-events-quarkus/pom.xml
index 9424dc1b5..1d43def93 100644
--- a/serverless-workflow-examples/serverless-workflow-functions-events-quarkus/pom.xml
@@ -4402,7 +4402,7 @@ index 9424dc1b5..1d43def93 100644
+ 3.0.0-SNAPSHOT
3.8.1
11
- 3.0.0-M7
+ 3.1.2
diff --git a/serverless-workflow-examples/serverless-workflow-functions-events-quarkus/src/main/java/org/acme/sw/onboarding/resources/AppointmentResource.java b/serverless-workflow-examples/serverless-workflow-functions-events-quarkus/src/main/java/org/acme/sw/onboarding/resources/AppointmentResource.java
index b5584de03..1f9a0bdb8 100644
--- a/serverless-workflow-examples/serverless-workflow-functions-events-quarkus/src/main/java/org/acme/sw/onboarding/resources/AppointmentResource.java
@@ -4539,7 +4539,7 @@ index 35c91d68b..a4136e6f8 100644
+ 3.0.0-SNAPSHOT
3.8.1
11
- 3.0.0-M7
+ 3.1.2
diff --git a/serverless-workflow-examples/serverless-workflow-functions-quarkus/src/main/java/org/acme/numbers/NumbersResource.java b/serverless-workflow-examples/serverless-workflow-functions-quarkus/src/main/java/org/acme/numbers/NumbersResource.java
index b9cbab2e8..6980366b7 100644
--- a/serverless-workflow-examples/serverless-workflow-functions-quarkus/src/main/java/org/acme/numbers/NumbersResource.java
@@ -4593,7 +4593,7 @@ index cda3b7296..011e97147 100644
+ 3.0.0.Final
3.8.1
11
- 3.0.0-M7
+ 3.1.2
diff --git a/serverless-workflow-examples/serverless-workflow-funqy/sw-funqy-services/src/main/java/org/kogito/serverless/examples/functions/ClassificationFunction.java b/serverless-workflow-examples/serverless-workflow-funqy/sw-funqy-services/src/main/java/org/kogito/serverless/examples/functions/ClassificationFunction.java
index 6f90bae6d..56b1e20e5 100644
--- a/serverless-workflow-examples/serverless-workflow-funqy/sw-funqy-services/src/main/java/org/kogito/serverless/examples/functions/ClassificationFunction.java
@@ -4692,7 +4692,7 @@ index f651b169d..f72762b0b 100644
+ 3.0.0-SNAPSHOT
3.8.1
11
- 3.0.0-M7
+ 3.1.2
diff --git a/serverless-workflow-examples/serverless-workflow-greeting-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-greeting-quarkus/pom.xml
index 7ac2e39db..738e86c3f 100644
--- a/serverless-workflow-examples/serverless-workflow-greeting-quarkus/pom.xml
@@ -4713,7 +4713,7 @@ index 7ac2e39db..738e86c3f 100644
+ 3.0.0-SNAPSHOT
11
3.8.1
- 3.0.0-M7
+ 3.1.2
diff --git a/serverless-workflow-examples/serverless-workflow-greeting-rpc-quarkus/serverless-workflow-greeting-client-rpc-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-greeting-rpc-quarkus/serverless-workflow-greeting-client-rpc-quarkus/pom.xml
index 8c6563339..707894ba9 100644
--- a/serverless-workflow-examples/serverless-workflow-greeting-rpc-quarkus/serverless-workflow-greeting-client-rpc-quarkus/pom.xml
@@ -4734,14 +4734,14 @@ index 8c6563339..707894ba9 100644
+ 3.0.0-SNAPSHOT
3.8.1
11
- 3.0.0-M7
+ 3.1.2
diff --git a/serverless-workflow-examples/serverless-workflow-greeting-rpc-quarkus/serverless-workflow-greeting-server-rpc-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-greeting-rpc-quarkus/serverless-workflow-greeting-server-rpc-quarkus/pom.xml
index c2ca6f930..d004b2cc1 100644
--- a/serverless-workflow-examples/serverless-workflow-greeting-rpc-quarkus/serverless-workflow-greeting-server-rpc-quarkus/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-greeting-rpc-quarkus/serverless-workflow-greeting-server-rpc-quarkus/pom.xml
@@ -16,7 +16,7 @@
11
- 3.0.0-M7
+ 3.1.2
3.22.0
- 1.51.1
+ 1.54.0
@@ -4779,7 +4779,7 @@ index 12e44987a..a2eeb214a 100644
+ 3.0.0-SNAPSHOT
11
3.8.1
- 3.0.0-M7
+ 3.1.2
diff --git a/serverless-workflow-examples/serverless-workflow-loanbroker-showcase/aggregator/src/main/java/org/acme/serverless/loanbroker/aggregator/CloudEventDataFormat.java b/serverless-workflow-examples/serverless-workflow-loanbroker-showcase/aggregator/src/main/java/org/acme/serverless/loanbroker/aggregator/CloudEventDataFormat.java
index 4a5671fe4..d3039a141 100644
--- a/serverless-workflow-examples/serverless-workflow-loanbroker-showcase/aggregator/src/main/java/org/acme/serverless/loanbroker/aggregator/CloudEventDataFormat.java
@@ -5076,7 +5076,7 @@ index efd654500..368067c17 100644
- 2.14.0
+ 3.0.0-M1
- 3.0.0-M7
+ 3.1.2
3.8.1
diff --git a/serverless-workflow-examples/serverless-workflow-newsletter-subscription/pom.xml b/serverless-workflow-examples/serverless-workflow-newsletter-subscription/pom.xml
index 2e08e9a86..d9f50f983 100644
@@ -5096,7 +5096,7 @@ index 2e08e9a86..d9f50f983 100644
kogito-bom
- 2.0.0-SNAPSHOT
+ 3.0.0-SNAPSHOT
- 3.0.0-M7
+ 3.1.2
5.1.3
3.6.0
diff --git a/serverless-workflow-examples/serverless-workflow-newsletter-subscription/subscription-flow/src/main/java/org/kie/kogito/examples/VertxRouter.java b/serverless-workflow-examples/serverless-workflow-newsletter-subscription/subscription-flow/src/main/java/org/kie/kogito/examples/VertxRouter.java
@@ -5245,7 +5245,7 @@ index cdda9bb4f..dd69b0cc3 100644
+ 3.0.0-SNAPSHOT
3.8.1
11
- 3.0.0-M7
+ 3.1.2
diff --git a/serverless-workflow-examples/serverless-workflow-oauth2-orchestration-quarkus/acme-financial-service/src/main/java/org/acme/AcmeFinancialApplication.java b/serverless-workflow-examples/serverless-workflow-oauth2-orchestration-quarkus/acme-financial-service/src/main/java/org/acme/AcmeFinancialApplication.java
index af5d49198..c77a16ba7 100644
--- a/serverless-workflow-examples/serverless-workflow-oauth2-orchestration-quarkus/acme-financial-service/src/main/java/org/acme/AcmeFinancialApplication.java
@@ -5317,7 +5317,7 @@ index e0132a7d4..b7f310a7f 100644
+ 3.0.0-SNAPSHOT
3.8.1
11
- 3.0.0-M7
+ 3.1.2
diff --git a/serverless-workflow-examples/serverless-workflow-oauth2-orchestration-quarkus/currency-exchange-workflow/src/main/java/org/kie/kogito/examples/ExchangeWorkflowHelper.java b/serverless-workflow-examples/serverless-workflow-oauth2-orchestration-quarkus/currency-exchange-workflow/src/main/java/org/kie/kogito/examples/ExchangeWorkflowHelper.java
index 335f6f86a..903e39aef 100644
--- a/serverless-workflow-examples/serverless-workflow-oauth2-orchestration-quarkus/currency-exchange-workflow/src/main/java/org/kie/kogito/examples/ExchangeWorkflowHelper.java
@@ -5408,7 +5408,7 @@ index f8d635e57..16804f95a 100644
+ 3.0.0-SNAPSHOT
11
3.8.1
- 3.0.0-M7
+ 3.1.2
diff --git a/serverless-workflow-examples/serverless-workflow-python-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-python-quarkus/pom.xml
index 850e11d5b..162da1ab5 100644
--- a/serverless-workflow-examples/serverless-workflow-python-quarkus/pom.xml
@@ -5746,7 +5746,7 @@ index d15fe8e64..8b3f1d9d3 100644
+ 3.0.0-SNAPSHOT
3.8.1
11
- 3.0.0-M7
+ 3.1.2
diff --git a/serverless-workflow-examples/serverless-workflow-service-calls-quarkus/src/main/java/org/kogito/serverless/examples/CountriesClassifierResource.java b/serverless-workflow-examples/serverless-workflow-service-calls-quarkus/src/main/java/org/kogito/serverless/examples/CountriesClassifierResource.java
index 3917c23b4..2d64f52f3 100644
--- a/serverless-workflow-examples/serverless-workflow-service-calls-quarkus/src/main/java/org/kogito/serverless/examples/CountriesClassifierResource.java
@@ -5820,7 +5820,7 @@ index 730e56f86..d7531a2f2 100644
+ 3.0.0-SNAPSHOT
3.8.1
11
- 3.0.0-M7
+ 3.1.2
diff --git a/serverless-workflow-examples/serverless-workflow-stock-profit/real-stock-service/src/main/java/org/acme/RealStockPriceResource.java b/serverless-workflow-examples/serverless-workflow-stock-profit/real-stock-service/src/main/java/org/acme/RealStockPriceResource.java
index 219f20cd6..26b3a8c66 100644
--- a/serverless-workflow-examples/serverless-workflow-stock-profit/real-stock-service/src/main/java/org/acme/RealStockPriceResource.java
@@ -5881,7 +5881,7 @@ index f3ee8d2f9..d1e45b1ff 100644
+ 3.0.0-SNAPSHOT
3.8.1
11
- 3.0.0-M7
+ 3.1.2
diff --git a/serverless-workflow-examples/serverless-workflow-temperature-conversion/conversion-workflow-function/pom.xml b/serverless-workflow-examples/serverless-workflow-temperature-conversion/conversion-workflow-function/pom.xml
index a0a03fe0b..e7f5ac799 100644
--- a/serverless-workflow-examples/serverless-workflow-temperature-conversion/conversion-workflow-function/pom.xml
@@ -5902,7 +5902,7 @@ index a0a03fe0b..e7f5ac799 100644
+ 3.0.0-SNAPSHOT
3.8.1
11
- 3.0.0-M7
+ 3.1.2
diff --git a/serverless-workflow-examples/serverless-workflow-temperature-conversion/conversion-workflow-spec/pom.xml b/serverless-workflow-examples/serverless-workflow-temperature-conversion/conversion-workflow-spec/pom.xml
index 8db50c271..9e56146b4 100644
--- a/serverless-workflow-examples/serverless-workflow-temperature-conversion/conversion-workflow-spec/pom.xml
@@ -5923,7 +5923,7 @@ index 8db50c271..9e56146b4 100644
+ 3.0.0-SNAPSHOT
3.8.1
11
- 3.0.0-M7
+ 3.1.2
diff --git a/serverless-workflow-examples/serverless-workflow-temperature-conversion/conversion-workflow/pom.xml b/serverless-workflow-examples/serverless-workflow-temperature-conversion/conversion-workflow/pom.xml
index 29686f3ca..1a4352b34 100644
--- a/serverless-workflow-examples/serverless-workflow-temperature-conversion/conversion-workflow/pom.xml
@@ -5944,7 +5944,7 @@ index 29686f3ca..1a4352b34 100644
+ 3.0.0-SNAPSHOT
3.8.1
11
- 3.0.0-M7
+ 3.1.2
diff --git a/serverless-workflow-examples/serverless-workflow-temperature-conversion/multiplication-service/pom.xml b/serverless-workflow-examples/serverless-workflow-temperature-conversion/multiplication-service/pom.xml
index 5d9b652af..7f0331124 100644
--- a/serverless-workflow-examples/serverless-workflow-temperature-conversion/multiplication-service/pom.xml
@@ -5961,7 +5961,7 @@ index 5d9b652af..7f0331124 100644
+ 3.0.0.Final
3.8.1
11
- 3.0.0-M7
+ 3.1.2
diff --git a/serverless-workflow-examples/serverless-workflow-temperature-conversion/multiplication-service/src/main/java/org/kie/kogito/examples/sw/temp/multiplication/OperationResource.java b/serverless-workflow-examples/serverless-workflow-temperature-conversion/multiplication-service/src/main/java/org/kie/kogito/examples/sw/temp/multiplication/OperationResource.java
index b88993082..2cd120fc4 100644
--- a/serverless-workflow-examples/serverless-workflow-temperature-conversion/multiplication-service/src/main/java/org/kie/kogito/examples/sw/temp/multiplication/OperationResource.java
@@ -6003,7 +6003,7 @@ index 50157e0d9..33bb58bbc 100644
+ 3.0.0.Final
3.8.1
11
- 3.0.0-M7
+ 3.1.2
diff --git a/serverless-workflow-examples/serverless-workflow-temperature-conversion/subtraction-service/src/main/java/org/kie/kogito/examples/sw/temp/subtraction/OperationResource.java b/serverless-workflow-examples/serverless-workflow-temperature-conversion/subtraction-service/src/main/java/org/kie/kogito/examples/sw/temp/subtraction/OperationResource.java
index fbddc22c5..671a17c91 100644
--- a/serverless-workflow-examples/serverless-workflow-temperature-conversion/subtraction-service/src/main/java/org/kie/kogito/examples/sw/temp/subtraction/OperationResource.java
@@ -6049,7 +6049,7 @@ index 29a3d7a38..57f37d0a2 100644
+ 3.0.0-SNAPSHOT
11
3.8.1
- 3.0.0-M7
+ 3.1.2
diff --git a/serverless-workflow-examples/serverless-workflow-timeouts-showcase-embedded/pom.xml b/serverless-workflow-examples/serverless-workflow-timeouts-showcase-embedded/pom.xml
index 9ecc52d5a..d8a9582be 100644
--- a/serverless-workflow-examples/serverless-workflow-timeouts-showcase-embedded/pom.xml
@@ -6066,7 +6066,7 @@ index 9ecc52d5a..d8a9582be 100644
+ 3.0.0-SNAPSHOT
11
3.8.1
- 3.0.0-M7
+ 3.1.2
diff --git a/serverless-workflow-examples/serverless-workflow-timeouts-showcase-embedded/src/main/java/org/kie/kogito/examples/EventsProducerResource.java b/serverless-workflow-examples/serverless-workflow-timeouts-showcase-embedded/src/main/java/org/kie/kogito/examples/EventsProducerResource.java
index 85ecdad6e..8a3b7a2cf 100644
--- a/serverless-workflow-examples/serverless-workflow-timeouts-showcase-embedded/src/main/java/org/kie/kogito/examples/EventsProducerResource.java
@@ -6126,7 +6126,7 @@ index 1d26d223f..bb27a5aa8 100644
+ 3.0.0-SNAPSHOT
11
3.8.1
- 3.0.0-M7
+ 3.1.2
diff --git a/serverless-workflow-examples/serverless-workflow-timeouts-showcase-extended/src/main/java/org/kie/kogito/examples/EventsProducerResource.java b/serverless-workflow-examples/serverless-workflow-timeouts-showcase-extended/src/main/java/org/kie/kogito/examples/EventsProducerResource.java
index 3be5d1511..546c55c33 100644
--- a/serverless-workflow-examples/serverless-workflow-timeouts-showcase-extended/src/main/java/org/kie/kogito/examples/EventsProducerResource.java
@@ -6188,7 +6188,7 @@ index d4cc05f68..600c3e642 100644
+ 3.0.0-SNAPSHOT
11
3.8.1
- 3.0.0-M7
+ 3.1.2
diff --git a/serverless-workflow-examples/serverless-workflow-timeouts-showcase-operator-devprofile/src/main/java/org/kie/kogito/examples/CallbackStateTimeoutsClient.java b/serverless-workflow-examples/serverless-workflow-timeouts-showcase-operator-devprofile/src/main/java/org/kie/kogito/examples/CallbackStateTimeoutsClient.java
index 9b5f2cf6f..5ed665c99 100644
--- a/serverless-workflow-examples/serverless-workflow-timeouts-showcase-operator-devprofile/src/main/java/org/kie/kogito/examples/CallbackStateTimeoutsClient.java
diff --git a/.ci/environments/quarkus-3/patches/0003_wiremock_update.patch b/.ci/environments/quarkus-3/patches/0003_wiremock_update.patch
index b04922bfe7..2e20d9c064 100644
--- a/.ci/environments/quarkus-3/patches/0003_wiremock_update.patch
+++ b/.ci/environments/quarkus-3/patches/0003_wiremock_update.patch
@@ -4,7 +4,7 @@ index 130b10318..b4cb6502e 100644
+++ b/serverless-workflow-examples/serverless-workflow-stock-profit/pom.xml
@@ -25,7 +25,7 @@
11
- 3.0.0-M7
+ 3.1.2
${version.surefire.plugin}
- 2.33.2
+ 3.0.0-beta-8
diff --git a/.ci/environments/quarkus-lts/patches/0001_align-protobuf-and-grpc.patch b/.ci/environments/quarkus-lts/patches/0001_align-protobuf-and-grpc.patch
index 88e78df996..d57c2e8422 100644
--- a/.ci/environments/quarkus-lts/patches/0001_align-protobuf-and-grpc.patch
+++ b/.ci/environments/quarkus-lts/patches/0001_align-protobuf-and-grpc.patch
@@ -5,7 +5,7 @@ index c2ca6f930..a50429305 100644
@@ -15,8 +15,9 @@
3.8.1
11
- 3.0.0-M7
+ 3.1.2
- 3.22.0
- 1.51.1
+
diff --git a/kogito-quarkus-examples/decisiontable-quarkus-example/pom.xml b/kogito-quarkus-examples/decisiontable-quarkus-example/pom.xml
index 6a7c0bdcc5..fdbf70d9f2 100644
--- a/kogito-quarkus-examples/decisiontable-quarkus-example/pom.xml
+++ b/kogito-quarkus-examples/decisiontable-quarkus-example/pom.xml
@@ -1,14 +1,15 @@
-
+
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
decisiontable-quarkus-example
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Decision Table - Quarkus
+
2.16.10.Final
quarkus-bom
@@ -19,7 +20,17 @@
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
8.45.0-SNAPSHOT
+ 3.1.2
+ ${version.surefire.plugin}
+ 3.8.1
+
+ 0
+
+ fast-jar
+ 11
+ 11
+
@@ -90,20 +101,51 @@
- ${project.artifactId}
-
-
- ${quarkus.platform.group-id}
- quarkus-maven-plugin
- ${quarkus-plugin.version}
-
-
-
- build
-
-
-
-
-
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+ ${project.build.directory}/${project.build.finalName}-runner
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
+
diff --git a/kogito-quarkus-examples/dmn-drools-quarkus-metrics/pom.xml b/kogito-quarkus-examples/dmn-drools-quarkus-metrics/pom.xml
index 9d20b646d7..b0d4889d54 100755
--- a/kogito-quarkus-examples/dmn-drools-quarkus-metrics/pom.xml
+++ b/kogito-quarkus-examples/dmn-drools-quarkus-metrics/pom.xml
@@ -1,14 +1,15 @@
-
+
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
dmn-drools-quarkus-metrics
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: DMN Metrics Quarkus
+
2.16.10.Final
quarkus-bom
@@ -18,7 +19,18 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 1.17.3
+ 3.1.2
+
+ 0
+
+ fast-jar
+ 3.1.0
+ 3.1.0
+ 11
+ 11
+
@@ -37,6 +49,7 @@
+
org.kie.kogito
@@ -83,6 +96,7 @@
org.kie.kogito
kogito-test-utils
+ ${version.org.kie.kogito}
test
@@ -96,6 +110,7 @@
quarkus-smallrye-health
+
${project.artifactId}
@@ -122,6 +137,7 @@
maven-clean-plugin
+ ${version.clean.plugin}
@@ -137,6 +153,7 @@
maven-resources-plugin
+ ${version.resources.plugin}
copy-filtered-resources
@@ -195,5 +212,49 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
diff --git a/kogito-quarkus-examples/dmn-event-driven-quarkus/pom.xml b/kogito-quarkus-examples/dmn-event-driven-quarkus/pom.xml
index d574fdb19f..f9089851bd 100644
--- a/kogito-quarkus-examples/dmn-event-driven-quarkus/pom.xml
+++ b/kogito-quarkus-examples/dmn-event-driven-quarkus/pom.xml
@@ -4,13 +4,12 @@
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
dmn-event-driven-quarkus
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: DMN Event-Driven :: Quarkus
+
2.16.10.Final
quarkus-bom
@@ -20,7 +19,16 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 1.5.0
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -39,6 +47,7 @@
+
org.kie.kogito
@@ -97,6 +106,7 @@
org.skyscreamer
jsonassert
+ ${version.org.skyscreamer}
test
@@ -117,5 +127,50 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+ ${project.build.directory}/${project.build.finalName}-runner
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
diff --git a/kogito-quarkus-examples/dmn-incubation-api-quarkus/pom.xml b/kogito-quarkus-examples/dmn-incubation-api-quarkus/pom.xml
index 433b27dde2..44941777f4 100644
--- a/kogito-quarkus-examples/dmn-incubation-api-quarkus/pom.xml
+++ b/kogito-quarkus-examples/dmn-incubation-api-quarkus/pom.xml
@@ -1,14 +1,15 @@
-
+
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
dmn-incubation-api-quarkus
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: DMN Incubation API With Quarkus
+
2.16.10.Final
quarkus-bom
@@ -18,7 +19,11 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 3.1.2
+ 11
+ 11
+
@@ -37,6 +42,7 @@
+
io.quarkus
@@ -86,5 +92,49 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
diff --git a/kogito-quarkus-examples/dmn-knative-quickstart-quarkus/pom.xml b/kogito-quarkus-examples/dmn-knative-quickstart-quarkus/pom.xml
index a91f0cb15a..32e16f5e93 100644
--- a/kogito-quarkus-examples/dmn-knative-quickstart-quarkus/pom.xml
+++ b/kogito-quarkus-examples/dmn-knative-quickstart-quarkus/pom.xml
@@ -1,19 +1,17 @@
-
+
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
dmn-knative-quickstart-quarkus
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: DMN with Knative Eventing and Quarkus
Kogito with DMN Knative Eventing - Quarkus
- 2.33.2
2.16.10.Final
quarkus-bom
io.quarkus
@@ -22,7 +20,16 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 2.33.2
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -89,6 +96,7 @@
org.kie.kogito
kogito-test-utils
+ ${version.org.kie.kogito}
test
@@ -98,6 +106,7 @@
com.github.tomakehurst
wiremock-jre8
+ ${version.com.github.tomakehurst.wiremock}
test
@@ -118,6 +127,49 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
diff --git a/kogito-quarkus-examples/dmn-listener-dtable/pom.xml b/kogito-quarkus-examples/dmn-listener-dtable/pom.xml
index bf53b0c0dc..3acfe32657 100644
--- a/kogito-quarkus-examples/dmn-listener-dtable/pom.xml
+++ b/kogito-quarkus-examples/dmn-listener-dtable/pom.xml
@@ -1,14 +1,15 @@
-
+
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
dmn-listener-dtable
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: DMN Decision Table listener - Quarkus
+
2.16.10.Final
quarkus-bom
@@ -18,7 +19,16 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 3.22.0
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -37,6 +47,7 @@
+
org.kie.kogito
@@ -75,6 +86,7 @@
org.assertj
assertj-core
+ ${version.org.assertj}
test
@@ -103,5 +115,49 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
diff --git a/kogito-quarkus-examples/dmn-listener-quarkus/pom.xml b/kogito-quarkus-examples/dmn-listener-quarkus/pom.xml
index 5beb0e3754..b5e3b69b3b 100644
--- a/kogito-quarkus-examples/dmn-listener-quarkus/pom.xml
+++ b/kogito-quarkus-examples/dmn-listener-quarkus/pom.xml
@@ -1,14 +1,15 @@
-
+
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
dmn-listener-quarkus
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: DMN with listeners - Quarkus
+
2.16.10.Final
quarkus-bom
@@ -18,7 +19,15 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -37,6 +46,7 @@
+
org.kie.kogito
@@ -89,5 +99,50 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+ ${project.build.directory}/${project.build.finalName}-runner
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
diff --git a/kogito-quarkus-examples/dmn-pmml-quarkus-example/pom.xml b/kogito-quarkus-examples/dmn-pmml-quarkus-example/pom.xml
index 5d436855c4..3a776b3acc 100644
--- a/kogito-quarkus-examples/dmn-pmml-quarkus-example/pom.xml
+++ b/kogito-quarkus-examples/dmn-pmml-quarkus-example/pom.xml
@@ -1,13 +1,13 @@
-
+
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
dmn-pmml-quarkus-example
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: DMN :: PMML - QUARKUS
2.16.10.Final
@@ -18,6 +18,13 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
@@ -115,5 +122,50 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+ ${project.build.directory}/${project.build.finalName}-runner
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
diff --git a/kogito-quarkus-examples/dmn-quarkus-example/pom.xml b/kogito-quarkus-examples/dmn-quarkus-example/pom.xml
index c5bf7e88ca..87b53dd8d3 100644
--- a/kogito-quarkus-examples/dmn-quarkus-example/pom.xml
+++ b/kogito-quarkus-examples/dmn-quarkus-example/pom.xml
@@ -1,13 +1,13 @@
-
+
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
dmn-quarkus-example
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: DMN
2.16.10.Final
@@ -18,7 +18,15 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -37,6 +45,7 @@
+
org.kie.kogito
@@ -94,5 +103,50 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+ ${project.build.directory}/${project.build.finalName}-runner
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
diff --git a/kogito-quarkus-examples/dmn-tracing-quarkus/pom.xml b/kogito-quarkus-examples/dmn-tracing-quarkus/pom.xml
index d0c440240a..92a8b4cdec 100644
--- a/kogito-quarkus-examples/dmn-tracing-quarkus/pom.xml
+++ b/kogito-quarkus-examples/dmn-tracing-quarkus/pom.xml
@@ -1,13 +1,13 @@
-
+
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
dmn-tracing-quarkus
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: DMN Tracing - Quarkus
2.16.10.Final
@@ -18,7 +18,15 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -37,6 +45,7 @@
+
org.kie.kogito
@@ -108,5 +117,50 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+ ${project.build.directory}/${project.build.finalName}-runner
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
diff --git a/kogito-quarkus-examples/flexible-process-quarkus/pom.xml b/kogito-quarkus-examples/flexible-process-quarkus/pom.xml
index ee8085a983..5c24669228 100644
--- a/kogito-quarkus-examples/flexible-process-quarkus/pom.xml
+++ b/kogito-quarkus-examples/flexible-process-quarkus/pom.xml
@@ -1,13 +1,13 @@
-
+
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
flexible-process-quarkus
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Flexible Process - Quarkus
2.16.10.Final
@@ -18,7 +18,15 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -37,6 +45,7 @@
+
org.kie.kogito
@@ -88,5 +97,49 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
diff --git a/kogito-quarkus-examples/kogito-travel-agency/basic/mvnw b/kogito-quarkus-examples/kogito-travel-agency/basic/mvnw
deleted file mode 100755
index d2f0ea3808..0000000000
--- a/kogito-quarkus-examples/kogito-travel-agency/basic/mvnw
+++ /dev/null
@@ -1,310 +0,0 @@
-#!/bin/sh
-# ----------------------------------------------------------------------------
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-# ----------------------------------------------------------------------------
-
-# ----------------------------------------------------------------------------
-# Maven2 Start Up Batch script
-#
-# Required ENV vars:
-# ------------------
-# JAVA_HOME - location of a JDK home dir
-#
-# Optional ENV vars
-# -----------------
-# M2_HOME - location of maven2's installed home dir
-# MAVEN_OPTS - parameters passed to the Java VM when running Maven
-# e.g. to debug Maven itself, use
-# set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
-# MAVEN_SKIP_RC - flag to disable loading of mavenrc files
-# ----------------------------------------------------------------------------
-
-if [ -z "$MAVEN_SKIP_RC" ] ; then
-
- if [ -f /etc/mavenrc ] ; then
- . /etc/mavenrc
- fi
-
- if [ -f "$HOME/.mavenrc" ] ; then
- . "$HOME/.mavenrc"
- fi
-
-fi
-
-# OS specific support. $var _must_ be set to either true or false.
-cygwin=false;
-darwin=false;
-mingw=false
-case "`uname`" in
- CYGWIN*) cygwin=true ;;
- MINGW*) mingw=true;;
- Darwin*) darwin=true
- # Use /usr/libexec/java_home if available, otherwise fall back to /Library/Java/Home
- # See https://developer.apple.com/library/mac/qa/qa1170/_index.html
- if [ -z "$JAVA_HOME" ]; then
- if [ -x "/usr/libexec/java_home" ]; then
- export JAVA_HOME="`/usr/libexec/java_home`"
- else
- export JAVA_HOME="/Library/Java/Home"
- fi
- fi
- ;;
-esac
-
-if [ -z "$JAVA_HOME" ] ; then
- if [ -r /etc/gentoo-release ] ; then
- JAVA_HOME=`java-config --jre-home`
- fi
-fi
-
-if [ -z "$M2_HOME" ] ; then
- ## resolve links - $0 may be a link to maven's home
- PRG="$0"
-
- # need this for relative symlinks
- while [ -h "$PRG" ] ; do
- ls=`ls -ld "$PRG"`
- link=`expr "$ls" : '.*-> \(.*\)$'`
- if expr "$link" : '/.*' > /dev/null; then
- PRG="$link"
- else
- PRG="`dirname "$PRG"`/$link"
- fi
- done
-
- saveddir=`pwd`
-
- M2_HOME=`dirname "$PRG"`/..
-
- # make it fully qualified
- M2_HOME=`cd "$M2_HOME" && pwd`
-
- cd "$saveddir"
- # echo Using m2 at $M2_HOME
-fi
-
-# For Cygwin, ensure paths are in UNIX format before anything is touched
-if $cygwin ; then
- [ -n "$M2_HOME" ] &&
- M2_HOME=`cygpath --unix "$M2_HOME"`
- [ -n "$JAVA_HOME" ] &&
- JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
- [ -n "$CLASSPATH" ] &&
- CLASSPATH=`cygpath --path --unix "$CLASSPATH"`
-fi
-
-# For Mingw, ensure paths are in UNIX format before anything is touched
-if $mingw ; then
- [ -n "$M2_HOME" ] &&
- M2_HOME="`(cd "$M2_HOME"; pwd)`"
- [ -n "$JAVA_HOME" ] &&
- JAVA_HOME="`(cd "$JAVA_HOME"; pwd)`"
-fi
-
-if [ -z "$JAVA_HOME" ]; then
- javaExecutable="`which javac`"
- if [ -n "$javaExecutable" ] && ! [ "`expr \"$javaExecutable\" : '\([^ ]*\)'`" = "no" ]; then
- # readlink(1) is not available as standard on Solaris 10.
- readLink=`which readlink`
- if [ ! `expr "$readLink" : '\([^ ]*\)'` = "no" ]; then
- if $darwin ; then
- javaHome="`dirname \"$javaExecutable\"`"
- javaExecutable="`cd \"$javaHome\" && pwd -P`/javac"
- else
- javaExecutable="`readlink -f \"$javaExecutable\"`"
- fi
- javaHome="`dirname \"$javaExecutable\"`"
- javaHome=`expr "$javaHome" : '\(.*\)/bin'`
- JAVA_HOME="$javaHome"
- export JAVA_HOME
- fi
- fi
-fi
-
-if [ -z "$JAVACMD" ] ; then
- if [ -n "$JAVA_HOME" ] ; then
- if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
- # IBM's JDK on AIX uses strange locations for the executables
- JAVACMD="$JAVA_HOME/jre/sh/java"
- else
- JAVACMD="$JAVA_HOME/bin/java"
- fi
- else
- JAVACMD="`which java`"
- fi
-fi
-
-if [ ! -x "$JAVACMD" ] ; then
- echo "Error: JAVA_HOME is not defined correctly." >&2
- echo " We cannot execute $JAVACMD" >&2
- exit 1
-fi
-
-if [ -z "$JAVA_HOME" ] ; then
- echo "Warning: JAVA_HOME environment variable is not set."
-fi
-
-CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher
-
-# traverses directory structure from process work directory to filesystem root
-# first directory with .mvn subdirectory is considered project base directory
-find_maven_basedir() {
-
- if [ -z "$1" ]
- then
- echo "Path not specified to find_maven_basedir"
- return 1
- fi
-
- basedir="$1"
- wdir="$1"
- while [ "$wdir" != '/' ] ; do
- if [ -d "$wdir"/.mvn ] ; then
- basedir=$wdir
- break
- fi
- # workaround for JBEAP-8937 (on Solaris 10/Sparc)
- if [ -d "${wdir}" ]; then
- wdir=`cd "$wdir/.."; pwd`
- fi
- # end of workaround
- done
- echo "${basedir}"
-}
-
-# concatenates all lines of a file
-concat_lines() {
- if [ -f "$1" ]; then
- echo "$(tr -s '\n' ' ' < "$1")"
- fi
-}
-
-BASE_DIR=`find_maven_basedir "$(pwd)"`
-if [ -z "$BASE_DIR" ]; then
- exit 1;
-fi
-
-##########################################################################################
-# Extension to allow automatically downloading the maven-wrapper.jar from Maven-central
-# This allows using the maven wrapper in projects that prohibit checking in binary data.
-##########################################################################################
-if [ -r "$BASE_DIR/.mvn/wrapper/maven-wrapper.jar" ]; then
- if [ "$MVNW_VERBOSE" = true ]; then
- echo "Found .mvn/wrapper/maven-wrapper.jar"
- fi
-else
- if [ "$MVNW_VERBOSE" = true ]; then
- echo "Couldn't find .mvn/wrapper/maven-wrapper.jar, downloading it ..."
- fi
- if [ -n "$MVNW_REPOURL" ]; then
- jarUrl="$MVNW_REPOURL/io/takari/maven-wrapper/0.5.5/maven-wrapper-0.5.5.jar"
- else
- jarUrl="https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.5/maven-wrapper-0.5.5.jar"
- fi
- while IFS="=" read key value; do
- case "$key" in (wrapperUrl) jarUrl="$value"; break ;;
- esac
- done < "$BASE_DIR/.mvn/wrapper/maven-wrapper.properties"
- if [ "$MVNW_VERBOSE" = true ]; then
- echo "Downloading from: $jarUrl"
- fi
- wrapperJarPath="$BASE_DIR/.mvn/wrapper/maven-wrapper.jar"
- if $cygwin; then
- wrapperJarPath=`cygpath --path --windows "$wrapperJarPath"`
- fi
-
- if command -v wget > /dev/null; then
- if [ "$MVNW_VERBOSE" = true ]; then
- echo "Found wget ... using wget"
- fi
- if [ -z "$MVNW_USERNAME" ] || [ -z "$MVNW_PASSWORD" ]; then
- wget "$jarUrl" -O "$wrapperJarPath"
- else
- wget --http-user=$MVNW_USERNAME --http-password=$MVNW_PASSWORD "$jarUrl" -O "$wrapperJarPath"
- fi
- elif command -v curl > /dev/null; then
- if [ "$MVNW_VERBOSE" = true ]; then
- echo "Found curl ... using curl"
- fi
- if [ -z "$MVNW_USERNAME" ] || [ -z "$MVNW_PASSWORD" ]; then
- curl -o "$wrapperJarPath" "$jarUrl" -f
- else
- curl --user $MVNW_USERNAME:$MVNW_PASSWORD -o "$wrapperJarPath" "$jarUrl" -f
- fi
-
- else
- if [ "$MVNW_VERBOSE" = true ]; then
- echo "Falling back to using Java to download"
- fi
- javaClass="$BASE_DIR/.mvn/wrapper/MavenWrapperDownloader.java"
- # For Cygwin, switch paths to Windows format before running javac
- if $cygwin; then
- javaClass=`cygpath --path --windows "$javaClass"`
- fi
- if [ -e "$javaClass" ]; then
- if [ ! -e "$BASE_DIR/.mvn/wrapper/MavenWrapperDownloader.class" ]; then
- if [ "$MVNW_VERBOSE" = true ]; then
- echo " - Compiling MavenWrapperDownloader.java ..."
- fi
- # Compiling the Java class
- ("$JAVA_HOME/bin/javac" "$javaClass")
- fi
- if [ -e "$BASE_DIR/.mvn/wrapper/MavenWrapperDownloader.class" ]; then
- # Running the downloader
- if [ "$MVNW_VERBOSE" = true ]; then
- echo " - Running MavenWrapperDownloader.java ..."
- fi
- ("$JAVA_HOME/bin/java" -cp .mvn/wrapper MavenWrapperDownloader "$MAVEN_PROJECTBASEDIR")
- fi
- fi
- fi
-fi
-##########################################################################################
-# End of extension
-##########################################################################################
-
-export MAVEN_PROJECTBASEDIR=${MAVEN_BASEDIR:-"$BASE_DIR"}
-if [ "$MVNW_VERBOSE" = true ]; then
- echo $MAVEN_PROJECTBASEDIR
-fi
-MAVEN_OPTS="$(concat_lines "$MAVEN_PROJECTBASEDIR/.mvn/jvm.config") $MAVEN_OPTS"
-
-# For Cygwin, switch paths to Windows format before running java
-if $cygwin; then
- [ -n "$M2_HOME" ] &&
- M2_HOME=`cygpath --path --windows "$M2_HOME"`
- [ -n "$JAVA_HOME" ] &&
- JAVA_HOME=`cygpath --path --windows "$JAVA_HOME"`
- [ -n "$CLASSPATH" ] &&
- CLASSPATH=`cygpath --path --windows "$CLASSPATH"`
- [ -n "$MAVEN_PROJECTBASEDIR" ] &&
- MAVEN_PROJECTBASEDIR=`cygpath --path --windows "$MAVEN_PROJECTBASEDIR"`
-fi
-
-# Provide a "standardized" way to retrieve the CLI args that will
-# work with both Windows and non-Windows executions.
-MAVEN_CMD_LINE_ARGS="$MAVEN_CONFIG $@"
-export MAVEN_CMD_LINE_ARGS
-
-WRAPPER_LAUNCHER=org.apache.maven.wrapper.MavenWrapperMain
-
-exec "$JAVACMD" \
- $MAVEN_OPTS \
- -classpath "$MAVEN_PROJECTBASEDIR/.mvn/wrapper/maven-wrapper.jar" \
- "-Dmaven.home=${M2_HOME}" "-Dmaven.multiModuleProjectDirectory=${MAVEN_PROJECTBASEDIR}" \
- ${WRAPPER_LAUNCHER} $MAVEN_CONFIG "$@"
diff --git a/kogito-quarkus-examples/kogito-travel-agency/basic/mvnw.cmd b/kogito-quarkus-examples/kogito-travel-agency/basic/mvnw.cmd
deleted file mode 100644
index b26ab24f03..0000000000
--- a/kogito-quarkus-examples/kogito-travel-agency/basic/mvnw.cmd
+++ /dev/null
@@ -1,182 +0,0 @@
-@REM ----------------------------------------------------------------------------
-@REM Licensed to the Apache Software Foundation (ASF) under one
-@REM or more contributor license agreements. See the NOTICE file
-@REM distributed with this work for additional information
-@REM regarding copyright ownership. The ASF licenses this file
-@REM to you under the Apache License, Version 2.0 (the
-@REM "License"); you may not use this file except in compliance
-@REM with the License. You may obtain a copy of the License at
-@REM
-@REM http://www.apache.org/licenses/LICENSE-2.0
-@REM
-@REM Unless required by applicable law or agreed to in writing,
-@REM software distributed under the License is distributed on an
-@REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-@REM KIND, either express or implied. See the License for the
-@REM specific language governing permissions and limitations
-@REM under the License.
-@REM ----------------------------------------------------------------------------
-
-@REM ----------------------------------------------------------------------------
-@REM Maven2 Start Up Batch script
-@REM
-@REM Required ENV vars:
-@REM JAVA_HOME - location of a JDK home dir
-@REM
-@REM Optional ENV vars
-@REM M2_HOME - location of maven2's installed home dir
-@REM MAVEN_BATCH_ECHO - set to 'on' to enable the echoing of the batch commands
-@REM MAVEN_BATCH_PAUSE - set to 'on' to wait for a key stroke before ending
-@REM MAVEN_OPTS - parameters passed to the Java VM when running Maven
-@REM e.g. to debug Maven itself, use
-@REM set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
-@REM MAVEN_SKIP_RC - flag to disable loading of mavenrc files
-@REM ----------------------------------------------------------------------------
-
-@REM Begin all REM lines with '@' in case MAVEN_BATCH_ECHO is 'on'
-@echo off
-@REM set title of command window
-title %0
-@REM enable echoing by setting MAVEN_BATCH_ECHO to 'on'
-@if "%MAVEN_BATCH_ECHO%" == "on" echo %MAVEN_BATCH_ECHO%
-
-@REM set %HOME% to equivalent of $HOME
-if "%HOME%" == "" (set "HOME=%HOMEDRIVE%%HOMEPATH%")
-
-@REM Execute a user defined script before this one
-if not "%MAVEN_SKIP_RC%" == "" goto skipRcPre
-@REM check for pre script, once with legacy .bat ending and once with .cmd ending
-if exist "%HOME%\mavenrc_pre.bat" call "%HOME%\mavenrc_pre.bat"
-if exist "%HOME%\mavenrc_pre.cmd" call "%HOME%\mavenrc_pre.cmd"
-:skipRcPre
-
-@setlocal
-
-set ERROR_CODE=0
-
-@REM To isolate internal variables from possible post scripts, we use another setlocal
-@setlocal
-
-@REM ==== START VALIDATION ====
-if not "%JAVA_HOME%" == "" goto OkJHome
-
-echo.
-echo Error: JAVA_HOME not found in your environment. >&2
-echo Please set the JAVA_HOME variable in your environment to match the >&2
-echo location of your Java installation. >&2
-echo.
-goto error
-
-:OkJHome
-if exist "%JAVA_HOME%\bin\java.exe" goto init
-
-echo.
-echo Error: JAVA_HOME is set to an invalid directory. >&2
-echo JAVA_HOME = "%JAVA_HOME%" >&2
-echo Please set the JAVA_HOME variable in your environment to match the >&2
-echo location of your Java installation. >&2
-echo.
-goto error
-
-@REM ==== END VALIDATION ====
-
-:init
-
-@REM Find the project base dir, i.e. the directory that contains the folder ".mvn".
-@REM Fallback to current working directory if not found.
-
-set MAVEN_PROJECTBASEDIR=%MAVEN_BASEDIR%
-IF NOT "%MAVEN_PROJECTBASEDIR%"=="" goto endDetectBaseDir
-
-set EXEC_DIR=%CD%
-set WDIR=%EXEC_DIR%
-:findBaseDir
-IF EXIST "%WDIR%"\.mvn goto baseDirFound
-cd ..
-IF "%WDIR%"=="%CD%" goto baseDirNotFound
-set WDIR=%CD%
-goto findBaseDir
-
-:baseDirFound
-set MAVEN_PROJECTBASEDIR=%WDIR%
-cd "%EXEC_DIR%"
-goto endDetectBaseDir
-
-:baseDirNotFound
-set MAVEN_PROJECTBASEDIR=%EXEC_DIR%
-cd "%EXEC_DIR%"
-
-:endDetectBaseDir
-
-IF NOT EXIST "%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config" goto endReadAdditionalConfig
-
-@setlocal EnableExtensions EnableDelayedExpansion
-for /F "usebackq delims=" %%a in ("%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config") do set JVM_CONFIG_MAVEN_PROPS=!JVM_CONFIG_MAVEN_PROPS! %%a
-@endlocal & set JVM_CONFIG_MAVEN_PROPS=%JVM_CONFIG_MAVEN_PROPS%
-
-:endReadAdditionalConfig
-
-SET MAVEN_JAVA_EXE="%JAVA_HOME%\bin\java.exe"
-set WRAPPER_JAR="%MAVEN_PROJECTBASEDIR%\.mvn\wrapper\maven-wrapper.jar"
-set WRAPPER_LAUNCHER=org.apache.maven.wrapper.MavenWrapperMain
-
-set DOWNLOAD_URL="https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.5/maven-wrapper-0.5.5.jar"
-
-FOR /F "tokens=1,2 delims==" %%A IN ("%MAVEN_PROJECTBASEDIR%\.mvn\wrapper\maven-wrapper.properties") DO (
- IF "%%A"=="wrapperUrl" SET DOWNLOAD_URL=%%B
-)
-
-@REM Extension to allow automatically downloading the maven-wrapper.jar from Maven-central
-@REM This allows using the maven wrapper in projects that prohibit checking in binary data.
-if exist %WRAPPER_JAR% (
- if "%MVNW_VERBOSE%" == "true" (
- echo Found %WRAPPER_JAR%
- )
-) else (
- if not "%MVNW_REPOURL%" == "" (
- SET DOWNLOAD_URL="%MVNW_REPOURL%/io/takari/maven-wrapper/0.5.5/maven-wrapper-0.5.5.jar"
- )
- if "%MVNW_VERBOSE%" == "true" (
- echo Couldn't find %WRAPPER_JAR%, downloading it ...
- echo Downloading from: %DOWNLOAD_URL%
- )
-
- powershell -Command "&{"^
- "$webclient = new-object System.Net.WebClient;"^
- "if (-not ([string]::IsNullOrEmpty('%MVNW_USERNAME%') -and [string]::IsNullOrEmpty('%MVNW_PASSWORD%'))) {"^
- "$webclient.Credentials = new-object System.Net.NetworkCredential('%MVNW_USERNAME%', '%MVNW_PASSWORD%');"^
- "}"^
- "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webclient.DownloadFile('%DOWNLOAD_URL%', '%WRAPPER_JAR%')"^
- "}"
- if "%MVNW_VERBOSE%" == "true" (
- echo Finished downloading %WRAPPER_JAR%
- )
-)
-@REM End of extension
-
-@REM Provide a "standardized" way to retrieve the CLI args that will
-@REM work with both Windows and non-Windows executions.
-set MAVEN_CMD_LINE_ARGS=%*
-
-%MAVEN_JAVA_EXE% %JVM_CONFIG_MAVEN_PROPS% %MAVEN_OPTS% %MAVEN_DEBUG_OPTS% -classpath %WRAPPER_JAR% "-Dmaven.multiModuleProjectDirectory=%MAVEN_PROJECTBASEDIR%" %WRAPPER_LAUNCHER% %MAVEN_CONFIG% %*
-if ERRORLEVEL 1 goto error
-goto end
-
-:error
-set ERROR_CODE=1
-
-:end
-@endlocal & set ERROR_CODE=%ERROR_CODE%
-
-if not "%MAVEN_SKIP_RC%" == "" goto skipRcPost
-@REM check for post script, once with legacy .bat ending and once with .cmd ending
-if exist "%HOME%\mavenrc_post.bat" call "%HOME%\mavenrc_post.bat"
-if exist "%HOME%\mavenrc_post.cmd" call "%HOME%\mavenrc_post.cmd"
-:skipRcPost
-
-@REM pause the script if MAVEN_BATCH_PAUSE is set to 'on'
-if "%MAVEN_BATCH_PAUSE%" == "on" pause
-
-if "%MAVEN_TERMINATE_CMD%" == "on" exit %ERROR_CODE%
-
-exit /B %ERROR_CODE%
diff --git a/kogito-quarkus-examples/kogito-travel-agency/basic/pom.xml b/kogito-quarkus-examples/kogito-travel-agency/basic/pom.xml
index 0822ada8ff..169da8dc7e 100644
--- a/kogito-quarkus-examples/kogito-travel-agency/basic/pom.xml
+++ b/kogito-quarkus-examples/kogito-travel-agency/basic/pom.xml
@@ -1,13 +1,13 @@
-
4.0.0
-
- org.acme.examples
- kogito-travel-agency-example
- 2.0.0-SNAPSHOT
-
+
kogito-travel-agency-example-basic
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Travel Agency :: Basic
UTF-8
@@ -21,7 +21,15 @@
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
8.45.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -47,6 +55,7 @@
+
org.kie.kogito
@@ -64,6 +73,10 @@
io.quarkus
quarkus-resteasy-jackson
+
+ io.quarkus
+ quarkus-smallrye-health
+
org.kie.kogito
kogito-addons-quarkus-monitoring-prometheus
@@ -99,5 +112,49 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
diff --git a/kogito-quarkus-examples/kogito-travel-agency/extended/pom.xml b/kogito-quarkus-examples/kogito-travel-agency/extended/pom.xml
index 22d75863f6..a5c1f9458a 100644
--- a/kogito-quarkus-examples/kogito-travel-agency/extended/pom.xml
+++ b/kogito-quarkus-examples/kogito-travel-agency/extended/pom.xml
@@ -1,34 +1,39 @@
-
+
4.0.0
-
- org.acme.examples
- kogito-travel-agency-example
- 2.0.0-SNAPSHOT
-
+
kogito-travel-agency-example-extended
+ org.acme.examples
+ 2.0.0-SNAPSHOT
pom
+
Kogito Example :: Travel Agency :: Extended
+
travels
visas
-
- 2.16.10.Final
- quarkus-bom
- io.quarkus
- 2.16.10.Final
-
-
-
-
- ${quarkus.platform.group-id}
- ${quarkus.platform.artifact-id}
- ${quarkus.platform.version}
- pom
- import
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/kogito-quarkus-examples/kogito-travel-agency/extended/travels/mvnw b/kogito-quarkus-examples/kogito-travel-agency/extended/travels/mvnw
deleted file mode 100755
index d2f0ea3808..0000000000
--- a/kogito-quarkus-examples/kogito-travel-agency/extended/travels/mvnw
+++ /dev/null
@@ -1,310 +0,0 @@
-#!/bin/sh
-# ----------------------------------------------------------------------------
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-# ----------------------------------------------------------------------------
-
-# ----------------------------------------------------------------------------
-# Maven2 Start Up Batch script
-#
-# Required ENV vars:
-# ------------------
-# JAVA_HOME - location of a JDK home dir
-#
-# Optional ENV vars
-# -----------------
-# M2_HOME - location of maven2's installed home dir
-# MAVEN_OPTS - parameters passed to the Java VM when running Maven
-# e.g. to debug Maven itself, use
-# set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
-# MAVEN_SKIP_RC - flag to disable loading of mavenrc files
-# ----------------------------------------------------------------------------
-
-if [ -z "$MAVEN_SKIP_RC" ] ; then
-
- if [ -f /etc/mavenrc ] ; then
- . /etc/mavenrc
- fi
-
- if [ -f "$HOME/.mavenrc" ] ; then
- . "$HOME/.mavenrc"
- fi
-
-fi
-
-# OS specific support. $var _must_ be set to either true or false.
-cygwin=false;
-darwin=false;
-mingw=false
-case "`uname`" in
- CYGWIN*) cygwin=true ;;
- MINGW*) mingw=true;;
- Darwin*) darwin=true
- # Use /usr/libexec/java_home if available, otherwise fall back to /Library/Java/Home
- # See https://developer.apple.com/library/mac/qa/qa1170/_index.html
- if [ -z "$JAVA_HOME" ]; then
- if [ -x "/usr/libexec/java_home" ]; then
- export JAVA_HOME="`/usr/libexec/java_home`"
- else
- export JAVA_HOME="/Library/Java/Home"
- fi
- fi
- ;;
-esac
-
-if [ -z "$JAVA_HOME" ] ; then
- if [ -r /etc/gentoo-release ] ; then
- JAVA_HOME=`java-config --jre-home`
- fi
-fi
-
-if [ -z "$M2_HOME" ] ; then
- ## resolve links - $0 may be a link to maven's home
- PRG="$0"
-
- # need this for relative symlinks
- while [ -h "$PRG" ] ; do
- ls=`ls -ld "$PRG"`
- link=`expr "$ls" : '.*-> \(.*\)$'`
- if expr "$link" : '/.*' > /dev/null; then
- PRG="$link"
- else
- PRG="`dirname "$PRG"`/$link"
- fi
- done
-
- saveddir=`pwd`
-
- M2_HOME=`dirname "$PRG"`/..
-
- # make it fully qualified
- M2_HOME=`cd "$M2_HOME" && pwd`
-
- cd "$saveddir"
- # echo Using m2 at $M2_HOME
-fi
-
-# For Cygwin, ensure paths are in UNIX format before anything is touched
-if $cygwin ; then
- [ -n "$M2_HOME" ] &&
- M2_HOME=`cygpath --unix "$M2_HOME"`
- [ -n "$JAVA_HOME" ] &&
- JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
- [ -n "$CLASSPATH" ] &&
- CLASSPATH=`cygpath --path --unix "$CLASSPATH"`
-fi
-
-# For Mingw, ensure paths are in UNIX format before anything is touched
-if $mingw ; then
- [ -n "$M2_HOME" ] &&
- M2_HOME="`(cd "$M2_HOME"; pwd)`"
- [ -n "$JAVA_HOME" ] &&
- JAVA_HOME="`(cd "$JAVA_HOME"; pwd)`"
-fi
-
-if [ -z "$JAVA_HOME" ]; then
- javaExecutable="`which javac`"
- if [ -n "$javaExecutable" ] && ! [ "`expr \"$javaExecutable\" : '\([^ ]*\)'`" = "no" ]; then
- # readlink(1) is not available as standard on Solaris 10.
- readLink=`which readlink`
- if [ ! `expr "$readLink" : '\([^ ]*\)'` = "no" ]; then
- if $darwin ; then
- javaHome="`dirname \"$javaExecutable\"`"
- javaExecutable="`cd \"$javaHome\" && pwd -P`/javac"
- else
- javaExecutable="`readlink -f \"$javaExecutable\"`"
- fi
- javaHome="`dirname \"$javaExecutable\"`"
- javaHome=`expr "$javaHome" : '\(.*\)/bin'`
- JAVA_HOME="$javaHome"
- export JAVA_HOME
- fi
- fi
-fi
-
-if [ -z "$JAVACMD" ] ; then
- if [ -n "$JAVA_HOME" ] ; then
- if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
- # IBM's JDK on AIX uses strange locations for the executables
- JAVACMD="$JAVA_HOME/jre/sh/java"
- else
- JAVACMD="$JAVA_HOME/bin/java"
- fi
- else
- JAVACMD="`which java`"
- fi
-fi
-
-if [ ! -x "$JAVACMD" ] ; then
- echo "Error: JAVA_HOME is not defined correctly." >&2
- echo " We cannot execute $JAVACMD" >&2
- exit 1
-fi
-
-if [ -z "$JAVA_HOME" ] ; then
- echo "Warning: JAVA_HOME environment variable is not set."
-fi
-
-CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher
-
-# traverses directory structure from process work directory to filesystem root
-# first directory with .mvn subdirectory is considered project base directory
-find_maven_basedir() {
-
- if [ -z "$1" ]
- then
- echo "Path not specified to find_maven_basedir"
- return 1
- fi
-
- basedir="$1"
- wdir="$1"
- while [ "$wdir" != '/' ] ; do
- if [ -d "$wdir"/.mvn ] ; then
- basedir=$wdir
- break
- fi
- # workaround for JBEAP-8937 (on Solaris 10/Sparc)
- if [ -d "${wdir}" ]; then
- wdir=`cd "$wdir/.."; pwd`
- fi
- # end of workaround
- done
- echo "${basedir}"
-}
-
-# concatenates all lines of a file
-concat_lines() {
- if [ -f "$1" ]; then
- echo "$(tr -s '\n' ' ' < "$1")"
- fi
-}
-
-BASE_DIR=`find_maven_basedir "$(pwd)"`
-if [ -z "$BASE_DIR" ]; then
- exit 1;
-fi
-
-##########################################################################################
-# Extension to allow automatically downloading the maven-wrapper.jar from Maven-central
-# This allows using the maven wrapper in projects that prohibit checking in binary data.
-##########################################################################################
-if [ -r "$BASE_DIR/.mvn/wrapper/maven-wrapper.jar" ]; then
- if [ "$MVNW_VERBOSE" = true ]; then
- echo "Found .mvn/wrapper/maven-wrapper.jar"
- fi
-else
- if [ "$MVNW_VERBOSE" = true ]; then
- echo "Couldn't find .mvn/wrapper/maven-wrapper.jar, downloading it ..."
- fi
- if [ -n "$MVNW_REPOURL" ]; then
- jarUrl="$MVNW_REPOURL/io/takari/maven-wrapper/0.5.5/maven-wrapper-0.5.5.jar"
- else
- jarUrl="https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.5/maven-wrapper-0.5.5.jar"
- fi
- while IFS="=" read key value; do
- case "$key" in (wrapperUrl) jarUrl="$value"; break ;;
- esac
- done < "$BASE_DIR/.mvn/wrapper/maven-wrapper.properties"
- if [ "$MVNW_VERBOSE" = true ]; then
- echo "Downloading from: $jarUrl"
- fi
- wrapperJarPath="$BASE_DIR/.mvn/wrapper/maven-wrapper.jar"
- if $cygwin; then
- wrapperJarPath=`cygpath --path --windows "$wrapperJarPath"`
- fi
-
- if command -v wget > /dev/null; then
- if [ "$MVNW_VERBOSE" = true ]; then
- echo "Found wget ... using wget"
- fi
- if [ -z "$MVNW_USERNAME" ] || [ -z "$MVNW_PASSWORD" ]; then
- wget "$jarUrl" -O "$wrapperJarPath"
- else
- wget --http-user=$MVNW_USERNAME --http-password=$MVNW_PASSWORD "$jarUrl" -O "$wrapperJarPath"
- fi
- elif command -v curl > /dev/null; then
- if [ "$MVNW_VERBOSE" = true ]; then
- echo "Found curl ... using curl"
- fi
- if [ -z "$MVNW_USERNAME" ] || [ -z "$MVNW_PASSWORD" ]; then
- curl -o "$wrapperJarPath" "$jarUrl" -f
- else
- curl --user $MVNW_USERNAME:$MVNW_PASSWORD -o "$wrapperJarPath" "$jarUrl" -f
- fi
-
- else
- if [ "$MVNW_VERBOSE" = true ]; then
- echo "Falling back to using Java to download"
- fi
- javaClass="$BASE_DIR/.mvn/wrapper/MavenWrapperDownloader.java"
- # For Cygwin, switch paths to Windows format before running javac
- if $cygwin; then
- javaClass=`cygpath --path --windows "$javaClass"`
- fi
- if [ -e "$javaClass" ]; then
- if [ ! -e "$BASE_DIR/.mvn/wrapper/MavenWrapperDownloader.class" ]; then
- if [ "$MVNW_VERBOSE" = true ]; then
- echo " - Compiling MavenWrapperDownloader.java ..."
- fi
- # Compiling the Java class
- ("$JAVA_HOME/bin/javac" "$javaClass")
- fi
- if [ -e "$BASE_DIR/.mvn/wrapper/MavenWrapperDownloader.class" ]; then
- # Running the downloader
- if [ "$MVNW_VERBOSE" = true ]; then
- echo " - Running MavenWrapperDownloader.java ..."
- fi
- ("$JAVA_HOME/bin/java" -cp .mvn/wrapper MavenWrapperDownloader "$MAVEN_PROJECTBASEDIR")
- fi
- fi
- fi
-fi
-##########################################################################################
-# End of extension
-##########################################################################################
-
-export MAVEN_PROJECTBASEDIR=${MAVEN_BASEDIR:-"$BASE_DIR"}
-if [ "$MVNW_VERBOSE" = true ]; then
- echo $MAVEN_PROJECTBASEDIR
-fi
-MAVEN_OPTS="$(concat_lines "$MAVEN_PROJECTBASEDIR/.mvn/jvm.config") $MAVEN_OPTS"
-
-# For Cygwin, switch paths to Windows format before running java
-if $cygwin; then
- [ -n "$M2_HOME" ] &&
- M2_HOME=`cygpath --path --windows "$M2_HOME"`
- [ -n "$JAVA_HOME" ] &&
- JAVA_HOME=`cygpath --path --windows "$JAVA_HOME"`
- [ -n "$CLASSPATH" ] &&
- CLASSPATH=`cygpath --path --windows "$CLASSPATH"`
- [ -n "$MAVEN_PROJECTBASEDIR" ] &&
- MAVEN_PROJECTBASEDIR=`cygpath --path --windows "$MAVEN_PROJECTBASEDIR"`
-fi
-
-# Provide a "standardized" way to retrieve the CLI args that will
-# work with both Windows and non-Windows executions.
-MAVEN_CMD_LINE_ARGS="$MAVEN_CONFIG $@"
-export MAVEN_CMD_LINE_ARGS
-
-WRAPPER_LAUNCHER=org.apache.maven.wrapper.MavenWrapperMain
-
-exec "$JAVACMD" \
- $MAVEN_OPTS \
- -classpath "$MAVEN_PROJECTBASEDIR/.mvn/wrapper/maven-wrapper.jar" \
- "-Dmaven.home=${M2_HOME}" "-Dmaven.multiModuleProjectDirectory=${MAVEN_PROJECTBASEDIR}" \
- ${WRAPPER_LAUNCHER} $MAVEN_CONFIG "$@"
diff --git a/kogito-quarkus-examples/kogito-travel-agency/extended/travels/mvnw.cmd b/kogito-quarkus-examples/kogito-travel-agency/extended/travels/mvnw.cmd
deleted file mode 100644
index b26ab24f03..0000000000
--- a/kogito-quarkus-examples/kogito-travel-agency/extended/travels/mvnw.cmd
+++ /dev/null
@@ -1,182 +0,0 @@
-@REM ----------------------------------------------------------------------------
-@REM Licensed to the Apache Software Foundation (ASF) under one
-@REM or more contributor license agreements. See the NOTICE file
-@REM distributed with this work for additional information
-@REM regarding copyright ownership. The ASF licenses this file
-@REM to you under the Apache License, Version 2.0 (the
-@REM "License"); you may not use this file except in compliance
-@REM with the License. You may obtain a copy of the License at
-@REM
-@REM http://www.apache.org/licenses/LICENSE-2.0
-@REM
-@REM Unless required by applicable law or agreed to in writing,
-@REM software distributed under the License is distributed on an
-@REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-@REM KIND, either express or implied. See the License for the
-@REM specific language governing permissions and limitations
-@REM under the License.
-@REM ----------------------------------------------------------------------------
-
-@REM ----------------------------------------------------------------------------
-@REM Maven2 Start Up Batch script
-@REM
-@REM Required ENV vars:
-@REM JAVA_HOME - location of a JDK home dir
-@REM
-@REM Optional ENV vars
-@REM M2_HOME - location of maven2's installed home dir
-@REM MAVEN_BATCH_ECHO - set to 'on' to enable the echoing of the batch commands
-@REM MAVEN_BATCH_PAUSE - set to 'on' to wait for a key stroke before ending
-@REM MAVEN_OPTS - parameters passed to the Java VM when running Maven
-@REM e.g. to debug Maven itself, use
-@REM set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
-@REM MAVEN_SKIP_RC - flag to disable loading of mavenrc files
-@REM ----------------------------------------------------------------------------
-
-@REM Begin all REM lines with '@' in case MAVEN_BATCH_ECHO is 'on'
-@echo off
-@REM set title of command window
-title %0
-@REM enable echoing by setting MAVEN_BATCH_ECHO to 'on'
-@if "%MAVEN_BATCH_ECHO%" == "on" echo %MAVEN_BATCH_ECHO%
-
-@REM set %HOME% to equivalent of $HOME
-if "%HOME%" == "" (set "HOME=%HOMEDRIVE%%HOMEPATH%")
-
-@REM Execute a user defined script before this one
-if not "%MAVEN_SKIP_RC%" == "" goto skipRcPre
-@REM check for pre script, once with legacy .bat ending and once with .cmd ending
-if exist "%HOME%\mavenrc_pre.bat" call "%HOME%\mavenrc_pre.bat"
-if exist "%HOME%\mavenrc_pre.cmd" call "%HOME%\mavenrc_pre.cmd"
-:skipRcPre
-
-@setlocal
-
-set ERROR_CODE=0
-
-@REM To isolate internal variables from possible post scripts, we use another setlocal
-@setlocal
-
-@REM ==== START VALIDATION ====
-if not "%JAVA_HOME%" == "" goto OkJHome
-
-echo.
-echo Error: JAVA_HOME not found in your environment. >&2
-echo Please set the JAVA_HOME variable in your environment to match the >&2
-echo location of your Java installation. >&2
-echo.
-goto error
-
-:OkJHome
-if exist "%JAVA_HOME%\bin\java.exe" goto init
-
-echo.
-echo Error: JAVA_HOME is set to an invalid directory. >&2
-echo JAVA_HOME = "%JAVA_HOME%" >&2
-echo Please set the JAVA_HOME variable in your environment to match the >&2
-echo location of your Java installation. >&2
-echo.
-goto error
-
-@REM ==== END VALIDATION ====
-
-:init
-
-@REM Find the project base dir, i.e. the directory that contains the folder ".mvn".
-@REM Fallback to current working directory if not found.
-
-set MAVEN_PROJECTBASEDIR=%MAVEN_BASEDIR%
-IF NOT "%MAVEN_PROJECTBASEDIR%"=="" goto endDetectBaseDir
-
-set EXEC_DIR=%CD%
-set WDIR=%EXEC_DIR%
-:findBaseDir
-IF EXIST "%WDIR%"\.mvn goto baseDirFound
-cd ..
-IF "%WDIR%"=="%CD%" goto baseDirNotFound
-set WDIR=%CD%
-goto findBaseDir
-
-:baseDirFound
-set MAVEN_PROJECTBASEDIR=%WDIR%
-cd "%EXEC_DIR%"
-goto endDetectBaseDir
-
-:baseDirNotFound
-set MAVEN_PROJECTBASEDIR=%EXEC_DIR%
-cd "%EXEC_DIR%"
-
-:endDetectBaseDir
-
-IF NOT EXIST "%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config" goto endReadAdditionalConfig
-
-@setlocal EnableExtensions EnableDelayedExpansion
-for /F "usebackq delims=" %%a in ("%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config") do set JVM_CONFIG_MAVEN_PROPS=!JVM_CONFIG_MAVEN_PROPS! %%a
-@endlocal & set JVM_CONFIG_MAVEN_PROPS=%JVM_CONFIG_MAVEN_PROPS%
-
-:endReadAdditionalConfig
-
-SET MAVEN_JAVA_EXE="%JAVA_HOME%\bin\java.exe"
-set WRAPPER_JAR="%MAVEN_PROJECTBASEDIR%\.mvn\wrapper\maven-wrapper.jar"
-set WRAPPER_LAUNCHER=org.apache.maven.wrapper.MavenWrapperMain
-
-set DOWNLOAD_URL="https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.5/maven-wrapper-0.5.5.jar"
-
-FOR /F "tokens=1,2 delims==" %%A IN ("%MAVEN_PROJECTBASEDIR%\.mvn\wrapper\maven-wrapper.properties") DO (
- IF "%%A"=="wrapperUrl" SET DOWNLOAD_URL=%%B
-)
-
-@REM Extension to allow automatically downloading the maven-wrapper.jar from Maven-central
-@REM This allows using the maven wrapper in projects that prohibit checking in binary data.
-if exist %WRAPPER_JAR% (
- if "%MVNW_VERBOSE%" == "true" (
- echo Found %WRAPPER_JAR%
- )
-) else (
- if not "%MVNW_REPOURL%" == "" (
- SET DOWNLOAD_URL="%MVNW_REPOURL%/io/takari/maven-wrapper/0.5.5/maven-wrapper-0.5.5.jar"
- )
- if "%MVNW_VERBOSE%" == "true" (
- echo Couldn't find %WRAPPER_JAR%, downloading it ...
- echo Downloading from: %DOWNLOAD_URL%
- )
-
- powershell -Command "&{"^
- "$webclient = new-object System.Net.WebClient;"^
- "if (-not ([string]::IsNullOrEmpty('%MVNW_USERNAME%') -and [string]::IsNullOrEmpty('%MVNW_PASSWORD%'))) {"^
- "$webclient.Credentials = new-object System.Net.NetworkCredential('%MVNW_USERNAME%', '%MVNW_PASSWORD%');"^
- "}"^
- "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webclient.DownloadFile('%DOWNLOAD_URL%', '%WRAPPER_JAR%')"^
- "}"
- if "%MVNW_VERBOSE%" == "true" (
- echo Finished downloading %WRAPPER_JAR%
- )
-)
-@REM End of extension
-
-@REM Provide a "standardized" way to retrieve the CLI args that will
-@REM work with both Windows and non-Windows executions.
-set MAVEN_CMD_LINE_ARGS=%*
-
-%MAVEN_JAVA_EXE% %JVM_CONFIG_MAVEN_PROPS% %MAVEN_OPTS% %MAVEN_DEBUG_OPTS% -classpath %WRAPPER_JAR% "-Dmaven.multiModuleProjectDirectory=%MAVEN_PROJECTBASEDIR%" %WRAPPER_LAUNCHER% %MAVEN_CONFIG% %*
-if ERRORLEVEL 1 goto error
-goto end
-
-:error
-set ERROR_CODE=1
-
-:end
-@endlocal & set ERROR_CODE=%ERROR_CODE%
-
-if not "%MAVEN_SKIP_RC%" == "" goto skipRcPost
-@REM check for post script, once with legacy .bat ending and once with .cmd ending
-if exist "%HOME%\mavenrc_post.bat" call "%HOME%\mavenrc_post.bat"
-if exist "%HOME%\mavenrc_post.cmd" call "%HOME%\mavenrc_post.cmd"
-:skipRcPost
-
-@REM pause the script if MAVEN_BATCH_PAUSE is set to 'on'
-if "%MAVEN_BATCH_PAUSE%" == "on" pause
-
-if "%MAVEN_TERMINATE_CMD%" == "on" exit %ERROR_CODE%
-
-exit /B %ERROR_CODE%
diff --git a/kogito-quarkus-examples/kogito-travel-agency/extended/travels/pom.xml b/kogito-quarkus-examples/kogito-travel-agency/extended/travels/pom.xml
index ca30c2e53c..5d33e0a782 100644
--- a/kogito-quarkus-examples/kogito-travel-agency/extended/travels/pom.xml
+++ b/kogito-quarkus-examples/kogito-travel-agency/extended/travels/pom.xml
@@ -1,14 +1,15 @@
-
4.0.0
-
- org.acme.examples
- kogito-travel-agency-example-extended
- 2.0.0-SNAPSHOT
-
+
travels
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Travel Agency :: Travels
+
2.16.10.Final
quarkus-bom
@@ -19,7 +20,15 @@
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
8.45.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -45,6 +54,7 @@
+
org.kie.kogito
@@ -78,6 +88,10 @@
io.quarkus
quarkus-hibernate-validator
+
+ io.quarkus
+ quarkus-smallrye-health
+
org.kie.kogito
kogito-addons-quarkus-monitoring-prometheus
@@ -152,5 +166,49 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
diff --git a/kogito-quarkus-examples/kogito-travel-agency/extended/visas/mvnw b/kogito-quarkus-examples/kogito-travel-agency/extended/visas/mvnw
deleted file mode 100755
index d2f0ea3808..0000000000
--- a/kogito-quarkus-examples/kogito-travel-agency/extended/visas/mvnw
+++ /dev/null
@@ -1,310 +0,0 @@
-#!/bin/sh
-# ----------------------------------------------------------------------------
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-# ----------------------------------------------------------------------------
-
-# ----------------------------------------------------------------------------
-# Maven2 Start Up Batch script
-#
-# Required ENV vars:
-# ------------------
-# JAVA_HOME - location of a JDK home dir
-#
-# Optional ENV vars
-# -----------------
-# M2_HOME - location of maven2's installed home dir
-# MAVEN_OPTS - parameters passed to the Java VM when running Maven
-# e.g. to debug Maven itself, use
-# set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
-# MAVEN_SKIP_RC - flag to disable loading of mavenrc files
-# ----------------------------------------------------------------------------
-
-if [ -z "$MAVEN_SKIP_RC" ] ; then
-
- if [ -f /etc/mavenrc ] ; then
- . /etc/mavenrc
- fi
-
- if [ -f "$HOME/.mavenrc" ] ; then
- . "$HOME/.mavenrc"
- fi
-
-fi
-
-# OS specific support. $var _must_ be set to either true or false.
-cygwin=false;
-darwin=false;
-mingw=false
-case "`uname`" in
- CYGWIN*) cygwin=true ;;
- MINGW*) mingw=true;;
- Darwin*) darwin=true
- # Use /usr/libexec/java_home if available, otherwise fall back to /Library/Java/Home
- # See https://developer.apple.com/library/mac/qa/qa1170/_index.html
- if [ -z "$JAVA_HOME" ]; then
- if [ -x "/usr/libexec/java_home" ]; then
- export JAVA_HOME="`/usr/libexec/java_home`"
- else
- export JAVA_HOME="/Library/Java/Home"
- fi
- fi
- ;;
-esac
-
-if [ -z "$JAVA_HOME" ] ; then
- if [ -r /etc/gentoo-release ] ; then
- JAVA_HOME=`java-config --jre-home`
- fi
-fi
-
-if [ -z "$M2_HOME" ] ; then
- ## resolve links - $0 may be a link to maven's home
- PRG="$0"
-
- # need this for relative symlinks
- while [ -h "$PRG" ] ; do
- ls=`ls -ld "$PRG"`
- link=`expr "$ls" : '.*-> \(.*\)$'`
- if expr "$link" : '/.*' > /dev/null; then
- PRG="$link"
- else
- PRG="`dirname "$PRG"`/$link"
- fi
- done
-
- saveddir=`pwd`
-
- M2_HOME=`dirname "$PRG"`/..
-
- # make it fully qualified
- M2_HOME=`cd "$M2_HOME" && pwd`
-
- cd "$saveddir"
- # echo Using m2 at $M2_HOME
-fi
-
-# For Cygwin, ensure paths are in UNIX format before anything is touched
-if $cygwin ; then
- [ -n "$M2_HOME" ] &&
- M2_HOME=`cygpath --unix "$M2_HOME"`
- [ -n "$JAVA_HOME" ] &&
- JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
- [ -n "$CLASSPATH" ] &&
- CLASSPATH=`cygpath --path --unix "$CLASSPATH"`
-fi
-
-# For Mingw, ensure paths are in UNIX format before anything is touched
-if $mingw ; then
- [ -n "$M2_HOME" ] &&
- M2_HOME="`(cd "$M2_HOME"; pwd)`"
- [ -n "$JAVA_HOME" ] &&
- JAVA_HOME="`(cd "$JAVA_HOME"; pwd)`"
-fi
-
-if [ -z "$JAVA_HOME" ]; then
- javaExecutable="`which javac`"
- if [ -n "$javaExecutable" ] && ! [ "`expr \"$javaExecutable\" : '\([^ ]*\)'`" = "no" ]; then
- # readlink(1) is not available as standard on Solaris 10.
- readLink=`which readlink`
- if [ ! `expr "$readLink" : '\([^ ]*\)'` = "no" ]; then
- if $darwin ; then
- javaHome="`dirname \"$javaExecutable\"`"
- javaExecutable="`cd \"$javaHome\" && pwd -P`/javac"
- else
- javaExecutable="`readlink -f \"$javaExecutable\"`"
- fi
- javaHome="`dirname \"$javaExecutable\"`"
- javaHome=`expr "$javaHome" : '\(.*\)/bin'`
- JAVA_HOME="$javaHome"
- export JAVA_HOME
- fi
- fi
-fi
-
-if [ -z "$JAVACMD" ] ; then
- if [ -n "$JAVA_HOME" ] ; then
- if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
- # IBM's JDK on AIX uses strange locations for the executables
- JAVACMD="$JAVA_HOME/jre/sh/java"
- else
- JAVACMD="$JAVA_HOME/bin/java"
- fi
- else
- JAVACMD="`which java`"
- fi
-fi
-
-if [ ! -x "$JAVACMD" ] ; then
- echo "Error: JAVA_HOME is not defined correctly." >&2
- echo " We cannot execute $JAVACMD" >&2
- exit 1
-fi
-
-if [ -z "$JAVA_HOME" ] ; then
- echo "Warning: JAVA_HOME environment variable is not set."
-fi
-
-CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher
-
-# traverses directory structure from process work directory to filesystem root
-# first directory with .mvn subdirectory is considered project base directory
-find_maven_basedir() {
-
- if [ -z "$1" ]
- then
- echo "Path not specified to find_maven_basedir"
- return 1
- fi
-
- basedir="$1"
- wdir="$1"
- while [ "$wdir" != '/' ] ; do
- if [ -d "$wdir"/.mvn ] ; then
- basedir=$wdir
- break
- fi
- # workaround for JBEAP-8937 (on Solaris 10/Sparc)
- if [ -d "${wdir}" ]; then
- wdir=`cd "$wdir/.."; pwd`
- fi
- # end of workaround
- done
- echo "${basedir}"
-}
-
-# concatenates all lines of a file
-concat_lines() {
- if [ -f "$1" ]; then
- echo "$(tr -s '\n' ' ' < "$1")"
- fi
-}
-
-BASE_DIR=`find_maven_basedir "$(pwd)"`
-if [ -z "$BASE_DIR" ]; then
- exit 1;
-fi
-
-##########################################################################################
-# Extension to allow automatically downloading the maven-wrapper.jar from Maven-central
-# This allows using the maven wrapper in projects that prohibit checking in binary data.
-##########################################################################################
-if [ -r "$BASE_DIR/.mvn/wrapper/maven-wrapper.jar" ]; then
- if [ "$MVNW_VERBOSE" = true ]; then
- echo "Found .mvn/wrapper/maven-wrapper.jar"
- fi
-else
- if [ "$MVNW_VERBOSE" = true ]; then
- echo "Couldn't find .mvn/wrapper/maven-wrapper.jar, downloading it ..."
- fi
- if [ -n "$MVNW_REPOURL" ]; then
- jarUrl="$MVNW_REPOURL/io/takari/maven-wrapper/0.5.5/maven-wrapper-0.5.5.jar"
- else
- jarUrl="https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.5/maven-wrapper-0.5.5.jar"
- fi
- while IFS="=" read key value; do
- case "$key" in (wrapperUrl) jarUrl="$value"; break ;;
- esac
- done < "$BASE_DIR/.mvn/wrapper/maven-wrapper.properties"
- if [ "$MVNW_VERBOSE" = true ]; then
- echo "Downloading from: $jarUrl"
- fi
- wrapperJarPath="$BASE_DIR/.mvn/wrapper/maven-wrapper.jar"
- if $cygwin; then
- wrapperJarPath=`cygpath --path --windows "$wrapperJarPath"`
- fi
-
- if command -v wget > /dev/null; then
- if [ "$MVNW_VERBOSE" = true ]; then
- echo "Found wget ... using wget"
- fi
- if [ -z "$MVNW_USERNAME" ] || [ -z "$MVNW_PASSWORD" ]; then
- wget "$jarUrl" -O "$wrapperJarPath"
- else
- wget --http-user=$MVNW_USERNAME --http-password=$MVNW_PASSWORD "$jarUrl" -O "$wrapperJarPath"
- fi
- elif command -v curl > /dev/null; then
- if [ "$MVNW_VERBOSE" = true ]; then
- echo "Found curl ... using curl"
- fi
- if [ -z "$MVNW_USERNAME" ] || [ -z "$MVNW_PASSWORD" ]; then
- curl -o "$wrapperJarPath" "$jarUrl" -f
- else
- curl --user $MVNW_USERNAME:$MVNW_PASSWORD -o "$wrapperJarPath" "$jarUrl" -f
- fi
-
- else
- if [ "$MVNW_VERBOSE" = true ]; then
- echo "Falling back to using Java to download"
- fi
- javaClass="$BASE_DIR/.mvn/wrapper/MavenWrapperDownloader.java"
- # For Cygwin, switch paths to Windows format before running javac
- if $cygwin; then
- javaClass=`cygpath --path --windows "$javaClass"`
- fi
- if [ -e "$javaClass" ]; then
- if [ ! -e "$BASE_DIR/.mvn/wrapper/MavenWrapperDownloader.class" ]; then
- if [ "$MVNW_VERBOSE" = true ]; then
- echo " - Compiling MavenWrapperDownloader.java ..."
- fi
- # Compiling the Java class
- ("$JAVA_HOME/bin/javac" "$javaClass")
- fi
- if [ -e "$BASE_DIR/.mvn/wrapper/MavenWrapperDownloader.class" ]; then
- # Running the downloader
- if [ "$MVNW_VERBOSE" = true ]; then
- echo " - Running MavenWrapperDownloader.java ..."
- fi
- ("$JAVA_HOME/bin/java" -cp .mvn/wrapper MavenWrapperDownloader "$MAVEN_PROJECTBASEDIR")
- fi
- fi
- fi
-fi
-##########################################################################################
-# End of extension
-##########################################################################################
-
-export MAVEN_PROJECTBASEDIR=${MAVEN_BASEDIR:-"$BASE_DIR"}
-if [ "$MVNW_VERBOSE" = true ]; then
- echo $MAVEN_PROJECTBASEDIR
-fi
-MAVEN_OPTS="$(concat_lines "$MAVEN_PROJECTBASEDIR/.mvn/jvm.config") $MAVEN_OPTS"
-
-# For Cygwin, switch paths to Windows format before running java
-if $cygwin; then
- [ -n "$M2_HOME" ] &&
- M2_HOME=`cygpath --path --windows "$M2_HOME"`
- [ -n "$JAVA_HOME" ] &&
- JAVA_HOME=`cygpath --path --windows "$JAVA_HOME"`
- [ -n "$CLASSPATH" ] &&
- CLASSPATH=`cygpath --path --windows "$CLASSPATH"`
- [ -n "$MAVEN_PROJECTBASEDIR" ] &&
- MAVEN_PROJECTBASEDIR=`cygpath --path --windows "$MAVEN_PROJECTBASEDIR"`
-fi
-
-# Provide a "standardized" way to retrieve the CLI args that will
-# work with both Windows and non-Windows executions.
-MAVEN_CMD_LINE_ARGS="$MAVEN_CONFIG $@"
-export MAVEN_CMD_LINE_ARGS
-
-WRAPPER_LAUNCHER=org.apache.maven.wrapper.MavenWrapperMain
-
-exec "$JAVACMD" \
- $MAVEN_OPTS \
- -classpath "$MAVEN_PROJECTBASEDIR/.mvn/wrapper/maven-wrapper.jar" \
- "-Dmaven.home=${M2_HOME}" "-Dmaven.multiModuleProjectDirectory=${MAVEN_PROJECTBASEDIR}" \
- ${WRAPPER_LAUNCHER} $MAVEN_CONFIG "$@"
diff --git a/kogito-quarkus-examples/kogito-travel-agency/extended/visas/mvnw.cmd b/kogito-quarkus-examples/kogito-travel-agency/extended/visas/mvnw.cmd
deleted file mode 100644
index b26ab24f03..0000000000
--- a/kogito-quarkus-examples/kogito-travel-agency/extended/visas/mvnw.cmd
+++ /dev/null
@@ -1,182 +0,0 @@
-@REM ----------------------------------------------------------------------------
-@REM Licensed to the Apache Software Foundation (ASF) under one
-@REM or more contributor license agreements. See the NOTICE file
-@REM distributed with this work for additional information
-@REM regarding copyright ownership. The ASF licenses this file
-@REM to you under the Apache License, Version 2.0 (the
-@REM "License"); you may not use this file except in compliance
-@REM with the License. You may obtain a copy of the License at
-@REM
-@REM http://www.apache.org/licenses/LICENSE-2.0
-@REM
-@REM Unless required by applicable law or agreed to in writing,
-@REM software distributed under the License is distributed on an
-@REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-@REM KIND, either express or implied. See the License for the
-@REM specific language governing permissions and limitations
-@REM under the License.
-@REM ----------------------------------------------------------------------------
-
-@REM ----------------------------------------------------------------------------
-@REM Maven2 Start Up Batch script
-@REM
-@REM Required ENV vars:
-@REM JAVA_HOME - location of a JDK home dir
-@REM
-@REM Optional ENV vars
-@REM M2_HOME - location of maven2's installed home dir
-@REM MAVEN_BATCH_ECHO - set to 'on' to enable the echoing of the batch commands
-@REM MAVEN_BATCH_PAUSE - set to 'on' to wait for a key stroke before ending
-@REM MAVEN_OPTS - parameters passed to the Java VM when running Maven
-@REM e.g. to debug Maven itself, use
-@REM set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
-@REM MAVEN_SKIP_RC - flag to disable loading of mavenrc files
-@REM ----------------------------------------------------------------------------
-
-@REM Begin all REM lines with '@' in case MAVEN_BATCH_ECHO is 'on'
-@echo off
-@REM set title of command window
-title %0
-@REM enable echoing by setting MAVEN_BATCH_ECHO to 'on'
-@if "%MAVEN_BATCH_ECHO%" == "on" echo %MAVEN_BATCH_ECHO%
-
-@REM set %HOME% to equivalent of $HOME
-if "%HOME%" == "" (set "HOME=%HOMEDRIVE%%HOMEPATH%")
-
-@REM Execute a user defined script before this one
-if not "%MAVEN_SKIP_RC%" == "" goto skipRcPre
-@REM check for pre script, once with legacy .bat ending and once with .cmd ending
-if exist "%HOME%\mavenrc_pre.bat" call "%HOME%\mavenrc_pre.bat"
-if exist "%HOME%\mavenrc_pre.cmd" call "%HOME%\mavenrc_pre.cmd"
-:skipRcPre
-
-@setlocal
-
-set ERROR_CODE=0
-
-@REM To isolate internal variables from possible post scripts, we use another setlocal
-@setlocal
-
-@REM ==== START VALIDATION ====
-if not "%JAVA_HOME%" == "" goto OkJHome
-
-echo.
-echo Error: JAVA_HOME not found in your environment. >&2
-echo Please set the JAVA_HOME variable in your environment to match the >&2
-echo location of your Java installation. >&2
-echo.
-goto error
-
-:OkJHome
-if exist "%JAVA_HOME%\bin\java.exe" goto init
-
-echo.
-echo Error: JAVA_HOME is set to an invalid directory. >&2
-echo JAVA_HOME = "%JAVA_HOME%" >&2
-echo Please set the JAVA_HOME variable in your environment to match the >&2
-echo location of your Java installation. >&2
-echo.
-goto error
-
-@REM ==== END VALIDATION ====
-
-:init
-
-@REM Find the project base dir, i.e. the directory that contains the folder ".mvn".
-@REM Fallback to current working directory if not found.
-
-set MAVEN_PROJECTBASEDIR=%MAVEN_BASEDIR%
-IF NOT "%MAVEN_PROJECTBASEDIR%"=="" goto endDetectBaseDir
-
-set EXEC_DIR=%CD%
-set WDIR=%EXEC_DIR%
-:findBaseDir
-IF EXIST "%WDIR%"\.mvn goto baseDirFound
-cd ..
-IF "%WDIR%"=="%CD%" goto baseDirNotFound
-set WDIR=%CD%
-goto findBaseDir
-
-:baseDirFound
-set MAVEN_PROJECTBASEDIR=%WDIR%
-cd "%EXEC_DIR%"
-goto endDetectBaseDir
-
-:baseDirNotFound
-set MAVEN_PROJECTBASEDIR=%EXEC_DIR%
-cd "%EXEC_DIR%"
-
-:endDetectBaseDir
-
-IF NOT EXIST "%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config" goto endReadAdditionalConfig
-
-@setlocal EnableExtensions EnableDelayedExpansion
-for /F "usebackq delims=" %%a in ("%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config") do set JVM_CONFIG_MAVEN_PROPS=!JVM_CONFIG_MAVEN_PROPS! %%a
-@endlocal & set JVM_CONFIG_MAVEN_PROPS=%JVM_CONFIG_MAVEN_PROPS%
-
-:endReadAdditionalConfig
-
-SET MAVEN_JAVA_EXE="%JAVA_HOME%\bin\java.exe"
-set WRAPPER_JAR="%MAVEN_PROJECTBASEDIR%\.mvn\wrapper\maven-wrapper.jar"
-set WRAPPER_LAUNCHER=org.apache.maven.wrapper.MavenWrapperMain
-
-set DOWNLOAD_URL="https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.5/maven-wrapper-0.5.5.jar"
-
-FOR /F "tokens=1,2 delims==" %%A IN ("%MAVEN_PROJECTBASEDIR%\.mvn\wrapper\maven-wrapper.properties") DO (
- IF "%%A"=="wrapperUrl" SET DOWNLOAD_URL=%%B
-)
-
-@REM Extension to allow automatically downloading the maven-wrapper.jar from Maven-central
-@REM This allows using the maven wrapper in projects that prohibit checking in binary data.
-if exist %WRAPPER_JAR% (
- if "%MVNW_VERBOSE%" == "true" (
- echo Found %WRAPPER_JAR%
- )
-) else (
- if not "%MVNW_REPOURL%" == "" (
- SET DOWNLOAD_URL="%MVNW_REPOURL%/io/takari/maven-wrapper/0.5.5/maven-wrapper-0.5.5.jar"
- )
- if "%MVNW_VERBOSE%" == "true" (
- echo Couldn't find %WRAPPER_JAR%, downloading it ...
- echo Downloading from: %DOWNLOAD_URL%
- )
-
- powershell -Command "&{"^
- "$webclient = new-object System.Net.WebClient;"^
- "if (-not ([string]::IsNullOrEmpty('%MVNW_USERNAME%') -and [string]::IsNullOrEmpty('%MVNW_PASSWORD%'))) {"^
- "$webclient.Credentials = new-object System.Net.NetworkCredential('%MVNW_USERNAME%', '%MVNW_PASSWORD%');"^
- "}"^
- "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webclient.DownloadFile('%DOWNLOAD_URL%', '%WRAPPER_JAR%')"^
- "}"
- if "%MVNW_VERBOSE%" == "true" (
- echo Finished downloading %WRAPPER_JAR%
- )
-)
-@REM End of extension
-
-@REM Provide a "standardized" way to retrieve the CLI args that will
-@REM work with both Windows and non-Windows executions.
-set MAVEN_CMD_LINE_ARGS=%*
-
-%MAVEN_JAVA_EXE% %JVM_CONFIG_MAVEN_PROPS% %MAVEN_OPTS% %MAVEN_DEBUG_OPTS% -classpath %WRAPPER_JAR% "-Dmaven.multiModuleProjectDirectory=%MAVEN_PROJECTBASEDIR%" %WRAPPER_LAUNCHER% %MAVEN_CONFIG% %*
-if ERRORLEVEL 1 goto error
-goto end
-
-:error
-set ERROR_CODE=1
-
-:end
-@endlocal & set ERROR_CODE=%ERROR_CODE%
-
-if not "%MAVEN_SKIP_RC%" == "" goto skipRcPost
-@REM check for post script, once with legacy .bat ending and once with .cmd ending
-if exist "%HOME%\mavenrc_post.bat" call "%HOME%\mavenrc_post.bat"
-if exist "%HOME%\mavenrc_post.cmd" call "%HOME%\mavenrc_post.cmd"
-:skipRcPost
-
-@REM pause the script if MAVEN_BATCH_PAUSE is set to 'on'
-if "%MAVEN_BATCH_PAUSE%" == "on" pause
-
-if "%MAVEN_TERMINATE_CMD%" == "on" exit %ERROR_CODE%
-
-exit /B %ERROR_CODE%
diff --git a/kogito-quarkus-examples/kogito-travel-agency/extended/visas/pom.xml b/kogito-quarkus-examples/kogito-travel-agency/extended/visas/pom.xml
index 92018856e5..369eb280f5 100644
--- a/kogito-quarkus-examples/kogito-travel-agency/extended/visas/pom.xml
+++ b/kogito-quarkus-examples/kogito-travel-agency/extended/visas/pom.xml
@@ -1,13 +1,13 @@
-
+
4.0.0
-
- org.acme.examples
- kogito-travel-agency-example-extended
- 2.0.0-SNAPSHOT
-
+
visas
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Travel Agency :: Visas
2.16.10.Final
@@ -18,7 +18,15 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -37,6 +45,7 @@
+
org.kie.kogito
@@ -62,6 +71,10 @@
io.quarkus
quarkus-resteasy-jackson
+
+ io.quarkus
+ quarkus-smallrye-health
+
io.quarkus
quarkus-junit5
@@ -121,5 +134,49 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
diff --git a/kogito-quarkus-examples/kogito-travel-agency/pom.xml b/kogito-quarkus-examples/kogito-travel-agency/pom.xml
index ee635a998a..e1e87e9cd9 100644
--- a/kogito-quarkus-examples/kogito-travel-agency/pom.xml
+++ b/kogito-quarkus-examples/kogito-travel-agency/pom.xml
@@ -1,40 +1,18 @@
-
+
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
kogito-travel-agency-example
+ org.acme.examples
+ 2.0.0-SNAPSHOT
pom
+
Kogito Example :: Travel Agency
+
basic
extended
-
- 2.16.10.Final
- quarkus-bom
- io.quarkus
- 2.16.10.Final
-
-
-
-
- ${quarkus.platform.group-id}
- ${quarkus.platform.artifact-id}
- ${quarkus.platform.version}
- pom
- import
-
-
-
-
-
- io.quarkus
- quarkus-smallrye-health
-
-
diff --git a/kogito-quarkus-examples/onboarding-example/hr/pom.xml b/kogito-quarkus-examples/onboarding-example/hr/pom.xml
index 2d54e38960..7a92d27559 100644
--- a/kogito-quarkus-examples/onboarding-example/hr/pom.xml
+++ b/kogito-quarkus-examples/onboarding-example/hr/pom.xml
@@ -1,15 +1,52 @@
-
4.0.0
-
- org.acme.examples
- onboarding-example
- 2.0.0-SNAPSHOT
-
+
hr
+ org.acme.examples
+ 2.0.0-SNAPSHOT
Kogito Example :: Onboarding Example :: HR with Drools
+
HR related rules for onboarding
+
+
+ 2.16.10.Final
+ quarkus-bom
+ io.quarkus
+ 2.16.10.Final
+ org.kie.kogito
+ kogito-bom
+ 2.0.0-SNAPSHOT
+ 2.0.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 11
+ 11
+
+
+
+
+
+ ${quarkus.platform.group-id}
+ ${quarkus.platform.artifact-id}
+ ${quarkus.platform.version}
+ pom
+ import
+
+
+ ${kogito.bom.group-id}
+ ${kogito.bom.artifact-id}
+ ${kogito.bom.version}
+ pom
+ import
+
+
+
+
org.kie.kogito
@@ -59,6 +96,7 @@
quarkus-smallrye-health
+
${project.artifactId}
@@ -80,6 +118,20 @@
+
+ default
+
+ true
+
+
+
+ native
+
+
+ native
+
+
+
minikube
@@ -101,5 +153,22 @@
knative
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
diff --git a/kogito-quarkus-examples/onboarding-example/onboarding-quarkus/pom.xml b/kogito-quarkus-examples/onboarding-example/onboarding-quarkus/pom.xml
index 4801153dce..d9437b4d00 100644
--- a/kogito-quarkus-examples/onboarding-example/onboarding-quarkus/pom.xml
+++ b/kogito-quarkus-examples/onboarding-example/onboarding-quarkus/pom.xml
@@ -1,16 +1,52 @@
-
4.0.0
-
- org.acme.examples
- onboarding-example
- 2.0.0-SNAPSHOT
-
+
onboarding-quarkus
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Onboarding Example :: Onboarding with Business Process Quarkus
Onboarding function and service orchestration
-
+
+
+ 2.16.10.Final
+ quarkus-bom
+ io.quarkus
+ 2.16.10.Final
+ org.kie.kogito
+ kogito-bom
+ 2.0.0-SNAPSHOT
+ 2.0.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 11
+ 11
+
+
+
+
+
+ ${quarkus.platform.group-id}
+ ${quarkus.platform.artifact-id}
+ ${quarkus.platform.version}
+ pom
+ import
+
+
+ ${kogito.bom.group-id}
+ ${kogito.bom.artifact-id}
+ ${kogito.bom.version}
+ pom
+ import
+
+
+
+
org.kie.kogito
@@ -77,6 +113,7 @@
quarkus-smallrye-health
+
${project.artifactId}
@@ -99,6 +136,20 @@
+
+ default
+
+ true
+
+
+
+ native
+
+
+ native
+
+
+
persistence
@@ -137,5 +188,22 @@
knative
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
diff --git a/kogito-quarkus-examples/onboarding-example/payroll/pom.xml b/kogito-quarkus-examples/onboarding-example/payroll/pom.xml
index ac1383c13b..5976bc508e 100644
--- a/kogito-quarkus-examples/onboarding-example/payroll/pom.xml
+++ b/kogito-quarkus-examples/onboarding-example/payroll/pom.xml
@@ -1,21 +1,33 @@
-
4.0.0
-
- org.acme.examples
- onboarding-example
- 2.0.0-SNAPSHOT
-
+
payroll
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Onboarding Example :: Payroll with DMN
Payroll related decisions for onboarding
+
2.16.10.Final
quarkus-bom
io.quarkus
2.16.10.Final
+ org.kie.kogito
+ kogito-bom
+ 2.0.0-SNAPSHOT
+ 2.0.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 11
+ 11
+
@@ -25,6 +37,13 @@
pom
import
+
+ ${kogito.bom.group-id}
+ ${kogito.bom.artifact-id}
+ ${kogito.bom.version}
+ pom
+ import
+
@@ -81,6 +100,7 @@
quarkus-smallrye-health
+
${project.artifactId}
@@ -101,7 +121,22 @@
+
+
+ default
+
+ true
+
+
+
+ native
+
+
+ native
+
+
+
minikube
@@ -123,5 +158,22 @@
knative
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
diff --git a/kogito-quarkus-examples/onboarding-example/pom.xml b/kogito-quarkus-examples/onboarding-example/pom.xml
index f7b83ded9c..71c19a75a9 100644
--- a/kogito-quarkus-examples/onboarding-example/pom.xml
+++ b/kogito-quarkus-examples/onboarding-example/pom.xml
@@ -1,74 +1,21 @@
-
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
onboarding-example
+ org.acme.examples
+ 2.0.0-SNAPSHOT
pom
+
Kogito Example :: Onboarding Example
onboarding example service (onboarding, hr, payroll)
+
hr
payroll
onboarding-quarkus
-
- 2.16.10.Final
- quarkus-bom
- io.quarkus
- 2.16.10.Final
- org.kie.kogito
- kogito-bom
- 2.0.0-SNAPSHOT
- 2.0.0-SNAPSHOT
-
-
-
-
- ${quarkus.platform.group-id}
- ${quarkus.platform.artifact-id}
- ${quarkus.platform.version}
- pom
- import
-
-
- ${kogito.bom.group-id}
- ${kogito.bom.artifact-id}
- ${kogito.bom.version}
- pom
- import
-
-
-
-
-
-
-
- ${quarkus.platform.group-id}
- quarkus-maven-plugin
- ${quarkus-plugin.version}
-
-
-
-
-
-
- default
-
- true
-
-
-
- native
-
-
- native
-
-
-
-
+
diff --git a/kogito-quarkus-examples/pmml-event-driven-quarkus/pom.xml b/kogito-quarkus-examples/pmml-event-driven-quarkus/pom.xml
index 0be0a6e420..0d1d72ff7b 100644
--- a/kogito-quarkus-examples/pmml-event-driven-quarkus/pom.xml
+++ b/kogito-quarkus-examples/pmml-event-driven-quarkus/pom.xml
@@ -1,14 +1,15 @@
-
+
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
pmml-event-driven-quarkus
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: PMML Event-Driven - Quarkus
+
2.16.10.Final
quarkus-bom
@@ -18,6 +19,15 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 1.5.0
+
+ 0
+
+ fast-jar
+ 3.1.2
+ ${version.surefire.plugin}
+ 11
+ 11
@@ -87,6 +97,7 @@
org.skyscreamer
jsonassert
+ ${version.org.skyscreamer}
test
@@ -111,10 +122,54 @@
maven-failsafe-plugin
- ${build.directory}/test-run
+ ${project.build.directory}/test-run
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
diff --git a/kogito-quarkus-examples/pmml-incubation-api-quarkus/pom.xml b/kogito-quarkus-examples/pmml-incubation-api-quarkus/pom.xml
index 5b89ec39dc..36a56a39dc 100644
--- a/kogito-quarkus-examples/pmml-incubation-api-quarkus/pom.xml
+++ b/kogito-quarkus-examples/pmml-incubation-api-quarkus/pom.xml
@@ -1,14 +1,15 @@
-
+
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
pmml-incubation-api-quarkus
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: PMML Incubation API With Quarkus
+
2.16.10.Final
quarkus-bom
@@ -18,7 +19,15 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -37,6 +46,7 @@
+
io.quarkus
@@ -96,5 +106,49 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
diff --git a/kogito-quarkus-examples/pmml-quarkus-example/pom.xml b/kogito-quarkus-examples/pmml-quarkus-example/pom.xml
index 924e7fd985..755b00d4c7 100644
--- a/kogito-quarkus-examples/pmml-quarkus-example/pom.xml
+++ b/kogito-quarkus-examples/pmml-quarkus-example/pom.xml
@@ -1,14 +1,15 @@
-
+
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
pmml-quarkus-example
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: PMML - Quarkus
+
2.16.10.Final
quarkus-bom
@@ -18,7 +19,16 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 3.1.2
+ ${version.surefire.plugin}
+ 11
+ 11
+
@@ -37,6 +47,7 @@
+
org.kie.kogito
@@ -105,5 +116,50 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+ ${project.build.directory}/${project.build.finalName}-runner
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
diff --git a/kogito-quarkus-examples/pom.xml b/kogito-quarkus-examples/pom.xml
index e448ced4ce..a921bc9ce6 100644
--- a/kogito-quarkus-examples/pom.xml
+++ b/kogito-quarkus-examples/pom.xml
@@ -4,13 +4,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4.0.0
-
- org.acme.examples
- kogito-examples
- 2.0.0-SNAPSHOT
-
-
kogito-quarkus-examples
+ org.acme.examples
+ 2.0.0-SNAPSHOT
pom
Kogito Example :: Quarkus
@@ -19,6 +15,8 @@
0
fast-jar
+ 3.1.2
+ ${version.surefire.plugin}
@@ -171,50 +169,50 @@
-
- kogito-apps-downstream-native
-
-
- kogito-apps-native
-
-
-
- **/Native*IT.java
-
- native
- 8g
-
- 8080
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
- ${version.surefire.plugin}
-
-
- org.jboss.logmanager.LogManager
-
-
-
-
- org.apache.maven.plugins
- maven-failsafe-plugin
- ${version.surefire.plugin}
-
-
- org.jboss.logmanager.LogManager
- ${tests.quarkus.http.port}
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/kogito-quarkus-examples/process-business-rules-quarkus/pom.xml b/kogito-quarkus-examples/process-business-rules-quarkus/pom.xml
index 8fd4165073..f852b8b163 100644
--- a/kogito-quarkus-examples/process-business-rules-quarkus/pom.xml
+++ b/kogito-quarkus-examples/process-business-rules-quarkus/pom.xml
@@ -1,15 +1,16 @@
-
+
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
process-business-rules-quarkus
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process Business Rules Quarkus
Kogito business rules invocation - Quarkus
+
2.16.10.Final
quarkus-bom
@@ -19,7 +20,15 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -38,6 +47,7 @@
+
io.quarkus
@@ -87,5 +97,49 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
diff --git a/kogito-quarkus-examples/process-decisions-quarkus/pom.xml b/kogito-quarkus-examples/process-decisions-quarkus/pom.xml
index de7aa9c017..535cec55c7 100644
--- a/kogito-quarkus-examples/process-decisions-quarkus/pom.xml
+++ b/kogito-quarkus-examples/process-decisions-quarkus/pom.xml
@@ -1,15 +1,15 @@
-
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
process-decisions-quarkus
+ org.acme.examples
+ 2.0.0-SNAPSHOT
Kogito Example :: Process :: Decisions :: Quarkus
Process with DMN and DRL integration - Quarkus
+
2.16.10.Final
quarkus-bom
@@ -19,7 +19,15 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -38,6 +46,7 @@
+
io.quarkus
@@ -84,5 +93,50 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+ ${project.build.directory}/${project.build.finalName}-runner
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
\ No newline at end of file
diff --git a/kogito-quarkus-examples/process-decisions-rest-quarkus/pom.xml b/kogito-quarkus-examples/process-decisions-rest-quarkus/pom.xml
index 07264021a2..2a257331e1 100644
--- a/kogito-quarkus-examples/process-decisions-rest-quarkus/pom.xml
+++ b/kogito-quarkus-examples/process-decisions-rest-quarkus/pom.xml
@@ -1,15 +1,16 @@
-
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
process-decisions-rest-quarkus
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process :: Decisions :: REST Quarkus
Process with DMN and DRL integration through REST - Quarkus
+
8080
2.16.10.Final
@@ -20,7 +21,15 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -39,6 +48,7 @@
+
io.quarkus
@@ -105,5 +115,50 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+ ${project.build.directory}/${project.build.finalName}-runner
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
\ No newline at end of file
diff --git a/kogito-quarkus-examples/process-decisions-rules-quarkus/pom.xml b/kogito-quarkus-examples/process-decisions-rules-quarkus/pom.xml
index 1e08a9f15f..1337af99bc 100644
--- a/kogito-quarkus-examples/process-decisions-rules-quarkus/pom.xml
+++ b/kogito-quarkus-examples/process-decisions-rules-quarkus/pom.xml
@@ -1,13 +1,13 @@
-
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
process-decisions-rules-quarkus
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process :: Decisions :: Rules :: Quarkus
Process with DRL, DMN and DRL integration - Quarkus
@@ -19,7 +19,15 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -38,6 +46,7 @@
+
io.quarkus
@@ -84,5 +93,50 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+ ${project.build.directory}/${project.build.finalName}-runner
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
\ No newline at end of file
diff --git a/kogito-quarkus-examples/process-error-handling/pom.xml b/kogito-quarkus-examples/process-error-handling/pom.xml
index 16f49055e4..c8121e2fd1 100644
--- a/kogito-quarkus-examples/process-error-handling/pom.xml
+++ b/kogito-quarkus-examples/process-error-handling/pom.xml
@@ -1,14 +1,15 @@
-
+
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
process-error-handling
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process Scripts With Quarkus
Kogito scripts invocation - Quarkus
+
2.16.10.Final
quarkus-bom
@@ -18,7 +19,15 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -37,6 +46,7 @@
+
io.quarkus
@@ -90,5 +100,49 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
diff --git a/kogito-quarkus-examples/process-incubation-api-quarkus/pom.xml b/kogito-quarkus-examples/process-incubation-api-quarkus/pom.xml
index bc7f52fe59..aa096a429a 100644
--- a/kogito-quarkus-examples/process-incubation-api-quarkus/pom.xml
+++ b/kogito-quarkus-examples/process-incubation-api-quarkus/pom.xml
@@ -1,14 +1,15 @@
-
+
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
process-incubation-api-quarkus
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process Incubation API With Quarkus
+
2.16.10.Final
quarkus-bom
@@ -18,7 +19,15 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -37,6 +46,7 @@
+
io.quarkus
@@ -86,5 +96,49 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
diff --git a/kogito-quarkus-examples/process-infinispan-persistence-quarkus/pom.xml b/kogito-quarkus-examples/process-infinispan-persistence-quarkus/pom.xml
index 55f27aa816..c8947511d1 100644
--- a/kogito-quarkus-examples/process-infinispan-persistence-quarkus/pom.xml
+++ b/kogito-quarkus-examples/process-infinispan-persistence-quarkus/pom.xml
@@ -1,13 +1,13 @@
-
+
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
process-infinispan-persistence-quarkus
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process Infinispan Persistence Quarkus
Process with Infinispan persistence - Quarkus
@@ -19,7 +19,15 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -38,6 +46,7 @@
+
io.quarkus
@@ -97,5 +106,50 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+ ${project.build.directory}/${project.build.finalName}-runner
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
diff --git a/kogito-quarkus-examples/process-kafka-avro-multi-quarkus/pom.xml b/kogito-quarkus-examples/process-kafka-avro-multi-quarkus/pom.xml
index 822b413e8b..89032a141c 100644
--- a/kogito-quarkus-examples/process-kafka-avro-multi-quarkus/pom.xml
+++ b/kogito-quarkus-examples/process-kafka-avro-multi-quarkus/pom.xml
@@ -1,15 +1,16 @@
-
+
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
process-kafka-avro-multi-quarkus
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process with Kafka and Quarkus, multiple channels, avro serialization
Kogito with Kafka - Quarkus, using one channel per message name
+
2.16.10.Final
quarkus-bom
@@ -19,7 +20,15 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -38,6 +47,7 @@
+
org.kie.kogito
@@ -82,7 +92,7 @@
io.quarkus
quarkus-smallrye-health
-
+
${project.artifactId}
@@ -100,5 +110,49 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
diff --git a/kogito-quarkus-examples/process-kafka-multi-quarkus/pom.xml b/kogito-quarkus-examples/process-kafka-multi-quarkus/pom.xml
index 2873039d86..3f719d2f2f 100644
--- a/kogito-quarkus-examples/process-kafka-multi-quarkus/pom.xml
+++ b/kogito-quarkus-examples/process-kafka-multi-quarkus/pom.xml
@@ -1,15 +1,16 @@
-
+
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
process-kafka-multi-quarkus
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process with Kafka and Quarkus, multiple channels
Kogito with Kafka - Quarkus, using one channel per message name
+
2.16.10.Final
quarkus-bom
@@ -19,7 +20,16 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 2.3.0
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -38,8 +48,9 @@
+
-
+
org.kie.kogito
kogito-addons-quarkus-events-process
@@ -84,6 +95,7 @@
io.cloudevents
cloudevents-json-jackson
+ ${version.io.cloudevents}
test
@@ -107,5 +119,49 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
diff --git a/kogito-quarkus-examples/process-kafka-persistence-quarkus/pom.xml b/kogito-quarkus-examples/process-kafka-persistence-quarkus/pom.xml
index 8b6db76e1d..cf5ca2e89f 100644
--- a/kogito-quarkus-examples/process-kafka-persistence-quarkus/pom.xml
+++ b/kogito-quarkus-examples/process-kafka-persistence-quarkus/pom.xml
@@ -18,16 +18,16 @@
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
4.0.0
process-kafka-persistence-quarkus
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process Kafka Persistence Quarkus
Process with Kafka persistence - Quarkus
+
2.16.10.Final
quarkus-bom
@@ -37,7 +37,15 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -56,6 +64,7 @@
+
org.kie.kogito
@@ -110,5 +119,49 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
diff --git a/kogito-quarkus-examples/process-kafka-quickstart-quarkus/pom.xml b/kogito-quarkus-examples/process-kafka-quickstart-quarkus/pom.xml
index de316a1b80..606f251036 100644
--- a/kogito-quarkus-examples/process-kafka-quickstart-quarkus/pom.xml
+++ b/kogito-quarkus-examples/process-kafka-quickstart-quarkus/pom.xml
@@ -1,15 +1,16 @@
-
+
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
process-kafka-quickstart-quarkus
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process with Kafka and Quarkus
Kogito with Kafka - Quarkus
+
2.16.10.Final
quarkus-bom
@@ -19,7 +20,16 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 2.3.0
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -38,6 +48,7 @@
+
io.quarkus
@@ -79,6 +90,7 @@
io.cloudevents
cloudevents-json-jackson
+ ${version.io.cloudevents}
test
@@ -102,5 +114,49 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
diff --git a/kogito-quarkus-examples/process-knative-quickstart-quarkus/pom.xml b/kogito-quarkus-examples/process-knative-quickstart-quarkus/pom.xml
index d9eda52294..ea7b868c1e 100644
--- a/kogito-quarkus-examples/process-knative-quickstart-quarkus/pom.xml
+++ b/kogito-quarkus-examples/process-knative-quickstart-quarkus/pom.xml
@@ -1,15 +1,16 @@
-
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
process-knative-quickstart-quarkus
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process with Knative Eventing and Quarkus
Kogito with Knative Eventing - Quarkus
+
2.33.2
2.16.10.Final
@@ -20,7 +21,15 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -39,6 +48,7 @@
+
io.quarkus
@@ -87,6 +97,7 @@
org.kie.kogito
kogito-test-utils
+ ${version.org.kie.kogito}
test
@@ -120,6 +131,31 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+
+
+
+
+
@@ -145,5 +181,22 @@
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
diff --git a/kogito-quarkus-examples/process-mongodb-persistence-quarkus/pom.xml b/kogito-quarkus-examples/process-mongodb-persistence-quarkus/pom.xml
index 1e85b1c861..9a6aa5dede 100644
--- a/kogito-quarkus-examples/process-mongodb-persistence-quarkus/pom.xml
+++ b/kogito-quarkus-examples/process-mongodb-persistence-quarkus/pom.xml
@@ -1,13 +1,13 @@
-
+
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
process-mongodb-persistence-quarkus
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process MongoDB Persistence Quarkus
Process with MongoDB persistence - Quarkus
@@ -19,7 +19,15 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -38,6 +46,7 @@
+
io.quarkus
@@ -96,6 +105,32 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+ ${project.build.directory}/${project.build.finalName}-runner
+
+
+
+
+
@@ -131,5 +166,21 @@
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
diff --git a/kogito-quarkus-examples/process-monitoring-quarkus/pom.xml b/kogito-quarkus-examples/process-monitoring-quarkus/pom.xml
index 0febe54847..6526bb69a7 100755
--- a/kogito-quarkus-examples/process-monitoring-quarkus/pom.xml
+++ b/kogito-quarkus-examples/process-monitoring-quarkus/pom.xml
@@ -1,13 +1,13 @@
-
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
process-monitoring-quarkus
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process Monitoring :: Quarkus
@@ -19,7 +19,16 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 3.1.0
+ 11
+ 11
+
@@ -74,6 +83,7 @@
org.kie.kogito
kogito-test-utils
+ ${version.org.kie.kogito}
test
@@ -104,6 +114,7 @@
maven-resources-plugin
+ ${version.resources.plugin}
copy-resources
@@ -127,5 +138,50 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+ ${project.build.directory}/${project.build.finalName}-runner
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
diff --git a/kogito-quarkus-examples/process-outbox-mongodb-quarkus/pom.xml b/kogito-quarkus-examples/process-outbox-mongodb-quarkus/pom.xml
index 55faa2caef..d0e787355d 100644
--- a/kogito-quarkus-examples/process-outbox-mongodb-quarkus/pom.xml
+++ b/kogito-quarkus-examples/process-outbox-mongodb-quarkus/pom.xml
@@ -3,13 +3,11 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
process-outbox-mongodb-quarkus
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process Transactional Outbox :: MongoDB and Quarkus
Process with Transactional Outbox - MongoDB and Quarkus
@@ -23,6 +21,11 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 1.7.36
+ 2.8.0
+ 3.1.2
+ 11
+ 11
@@ -74,6 +77,7 @@
org.slf4j
slf4j-simple
+ ${version.org.slf4j}
test
@@ -95,6 +99,7 @@
com.jayway.jsonpath
json-path
+ ${version.com.jayway.jsonpath}
test
@@ -115,6 +120,50 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
diff --git a/kogito-quarkus-examples/process-performance-client/pom.xml b/kogito-quarkus-examples/process-performance-client/pom.xml
index 2d605de453..7a9987b06e 100755
--- a/kogito-quarkus-examples/process-performance-client/pom.xml
+++ b/kogito-quarkus-examples/process-performance-client/pom.xml
@@ -1,17 +1,17 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
process-performance-client
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Client Performance test
Client Performance test
+
2.16.10.Final
quarkus-bom
@@ -21,7 +21,12 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 1.7.36
+ 3.1.2
+ 11
+ 11
+
@@ -40,6 +45,7 @@
+
io.smallrye.reactive
@@ -52,6 +58,7 @@
org.slf4j
slf4j-simple
+ ${version.org.slf4j}
com.fasterxml.jackson.core
@@ -66,4 +73,52 @@
kogito-services
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+
+
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
diff --git a/kogito-quarkus-examples/process-performance-quarkus/pom.xml b/kogito-quarkus-examples/process-performance-quarkus/pom.xml
index c83f60f962..3dd405ff00 100755
--- a/kogito-quarkus-examples/process-performance-quarkus/pom.xml
+++ b/kogito-quarkus-examples/process-performance-quarkus/pom.xml
@@ -1,17 +1,17 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
process-performance-quarkus
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Quarkus Performance test
Quarkus Performance test
+
2.16.10.Final
quarkus-bom
@@ -21,7 +21,15 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -40,6 +48,7 @@
+
io.quarkus
@@ -78,5 +87,49 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
diff --git a/kogito-quarkus-examples/process-postgresql-persistence-quarkus/pom.xml b/kogito-quarkus-examples/process-postgresql-persistence-quarkus/pom.xml
index 740a899bd1..094c42129b 100644
--- a/kogito-quarkus-examples/process-postgresql-persistence-quarkus/pom.xml
+++ b/kogito-quarkus-examples/process-postgresql-persistence-quarkus/pom.xml
@@ -5,16 +5,13 @@
xmlns="http://maven.apache.org/POM/4.0.0">
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
-
process-postgresql-persistence-quarkus
+ org.acme.examples
+ 2.0.0-SNAPSHOT
Kogito Example :: Process PostgreSQL Persistence Quarkus
Process with PostgreSQL persistence - Quarkus
+
2.16.10.Final
quarkus-bom
@@ -24,7 +21,15 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -43,6 +48,7 @@
+
io.quarkus
@@ -103,6 +109,31 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+
+
+
+
+
@@ -123,5 +154,21 @@
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
diff --git a/kogito-quarkus-examples/process-quarkus-example/pom.xml b/kogito-quarkus-examples/process-quarkus-example/pom.xml
index b5d4894bbb..47b4dde3b4 100755
--- a/kogito-quarkus-examples/process-quarkus-example/pom.xml
+++ b/kogito-quarkus-examples/process-quarkus-example/pom.xml
@@ -1,13 +1,13 @@
-
+
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
process-quarkus-example
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process and Quarkus
Order management service
@@ -19,7 +19,15 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -38,6 +46,7 @@
+
org.kie.kogito
@@ -100,6 +109,31 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+
+
+
+
+
@@ -152,5 +186,21 @@
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
diff --git a/kogito-quarkus-examples/process-rest-service-call-quarkus/pom.xml b/kogito-quarkus-examples/process-rest-service-call-quarkus/pom.xml
index 7737faeeeb..26b31562e2 100644
--- a/kogito-quarkus-examples/process-rest-service-call-quarkus/pom.xml
+++ b/kogito-quarkus-examples/process-rest-service-call-quarkus/pom.xml
@@ -1,15 +1,16 @@
-
+
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
process-rest-service-call-quarkus
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process Service Rest Cal with Quarkus
Kogito service invocation using REST - Quarkus
+
2.16.10.Final
quarkus-bom
@@ -19,7 +20,15 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -38,6 +47,7 @@
+
io.quarkus
@@ -99,5 +109,49 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
diff --git a/kogito-quarkus-examples/process-rest-workitem-multi-quarkus/pom.xml b/kogito-quarkus-examples/process-rest-workitem-multi-quarkus/pom.xml
index 179a7c2d4a..62c85b71ca 100644
--- a/kogito-quarkus-examples/process-rest-workitem-multi-quarkus/pom.xml
+++ b/kogito-quarkus-examples/process-rest-workitem-multi-quarkus/pom.xml
@@ -1,15 +1,16 @@
-
+
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
process-rest-workitem-multi-quarkus
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process Rest :: Quarkus
Invoking multiple Rest WS using RestWorkItemHandler
+
2.16.10.Final
quarkus-bom
@@ -19,7 +20,16 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 2.33.2
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -38,6 +48,7 @@
+
org.kie.kogito
@@ -86,6 +97,7 @@
com.github.tomakehurst
wiremock-jre8
+ ${version.com.github.tomakehurst.wiremock}
test
@@ -109,5 +121,50 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+ ${project.build.directory}/${project.build.finalName}-runner
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
diff --git a/kogito-quarkus-examples/process-rest-workitem-quarkus/pom.xml b/kogito-quarkus-examples/process-rest-workitem-quarkus/pom.xml
index 860b1329c3..b62ff9ea02 100644
--- a/kogito-quarkus-examples/process-rest-workitem-quarkus/pom.xml
+++ b/kogito-quarkus-examples/process-rest-workitem-quarkus/pom.xml
@@ -1,15 +1,16 @@
-
+
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
process-rest-workitem-quarkus
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process Service Rest WorkItem call with Quarkus
Kogito service invocation using REST work item and Quarkus
+
2.16.10.Final
quarkus-bom
@@ -19,7 +20,15 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -38,6 +47,7 @@
+
io.quarkus
@@ -98,5 +108,49 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
diff --git a/kogito-quarkus-examples/process-saga-quarkus/pom.xml b/kogito-quarkus-examples/process-saga-quarkus/pom.xml
index 8b653012e6..9231ad182c 100644
--- a/kogito-quarkus-examples/process-saga-quarkus/pom.xml
+++ b/kogito-quarkus-examples/process-saga-quarkus/pom.xml
@@ -1,13 +1,12 @@
-
+
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
process-saga-quarkus
+ org.acme.examples
+ 2.0.0-SNAPSHOT
Kogito Example :: Process Saga with Quarkus
How to implement Saga with a BPMN Process using Compensations
@@ -21,6 +20,14 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 3.22.0
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
@@ -70,6 +77,7 @@
org.assertj
assertj-core
+ ${version.org.assertj}
test
@@ -89,6 +97,31 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+
+
+
+
+
@@ -111,9 +144,26 @@
org.apache.maven.plugins
maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
diff --git a/kogito-quarkus-examples/process-scripts-quarkus/pom.xml b/kogito-quarkus-examples/process-scripts-quarkus/pom.xml
index 1c9574c1e7..30f4bbad4d 100644
--- a/kogito-quarkus-examples/process-scripts-quarkus/pom.xml
+++ b/kogito-quarkus-examples/process-scripts-quarkus/pom.xml
@@ -1,15 +1,16 @@
-
+
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
process-scripts-quarkus
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process Scripts With Quarkus
Kogito scripts invocation - Quarkus
+
2.16.10.Final
quarkus-bom
@@ -19,7 +20,15 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -38,6 +47,7 @@
+
io.quarkus
@@ -87,5 +97,49 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
diff --git a/kogito-quarkus-examples/process-service-calls-quarkus/pom.xml b/kogito-quarkus-examples/process-service-calls-quarkus/pom.xml
index 91db0d1c7e..b3335473b1 100644
--- a/kogito-quarkus-examples/process-service-calls-quarkus/pom.xml
+++ b/kogito-quarkus-examples/process-service-calls-quarkus/pom.xml
@@ -1,15 +1,16 @@
-
+
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
process-service-calls-quarkus
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process Service Calls with Quarkus
Kogito service invocation - Quarkus
+
2.16.10.Final
quarkus-bom
@@ -19,7 +20,15 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -38,6 +47,7 @@
+
io.quarkus
@@ -86,5 +96,49 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
diff --git a/kogito-quarkus-examples/process-timer-quarkus/pom.xml b/kogito-quarkus-examples/process-timer-quarkus/pom.xml
index d222d6b118..c83f9d1374 100644
--- a/kogito-quarkus-examples/process-timer-quarkus/pom.xml
+++ b/kogito-quarkus-examples/process-timer-quarkus/pom.xml
@@ -1,15 +1,16 @@
-
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
process-timer-quarkus
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process Timer with Quarkus
Kogito with timers - Quarkus
+
2.16.10.Final
quarkus-bom
@@ -19,7 +20,15 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -38,6 +47,7 @@
+
org.kie.kogito
@@ -89,7 +99,33 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+
+
+
+
+
+
embedded
@@ -105,5 +141,21 @@
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
diff --git a/kogito-quarkus-examples/process-usertasks-custom-lifecycle-quarkus/pom.xml b/kogito-quarkus-examples/process-usertasks-custom-lifecycle-quarkus/pom.xml
index 3740955d76..c89a8ada54 100644
--- a/kogito-quarkus-examples/process-usertasks-custom-lifecycle-quarkus/pom.xml
+++ b/kogito-quarkus-examples/process-usertasks-custom-lifecycle-quarkus/pom.xml
@@ -1,15 +1,16 @@
-
+
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
process-usertasks-custom-lifecycle-quarkus
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process Usertasks With Custom Lifecycle
Kogito user tasks orchestration with custom life cycle - Quarkus
+
2.16.10.Final
quarkus-bom
@@ -19,7 +20,15 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -38,6 +47,7 @@
+
io.quarkus
@@ -78,25 +88,7 @@
test
-
-
- notification
-
-
- org.kie.kogito
- kogito-addons-quarkus-mail
-
-
- org.kie.kogito
- kogito-addons-quarkus-task-notification
-
-
- io.quarkus
- quarkus-smallrye-reactive-messaging-kafka
-
-
-
-
+
${project.artifactId}
@@ -113,6 +105,66 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+
+
+
+
+
+
+
+ notification
+
+
+ org.kie.kogito
+ kogito-addons-quarkus-mail
+
+
+ org.kie.kogito
+ kogito-addons-quarkus-task-notification
+
+
+ io.quarkus
+ quarkus-smallrye-reactive-messaging-kafka
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
diff --git a/kogito-quarkus-examples/process-usertasks-quarkus-with-console/pom.xml b/kogito-quarkus-examples/process-usertasks-quarkus-with-console/pom.xml
index 86c05750bc..a11b90f7e9 100644
--- a/kogito-quarkus-examples/process-usertasks-quarkus-with-console/pom.xml
+++ b/kogito-quarkus-examples/process-usertasks-quarkus-with-console/pom.xml
@@ -1,14 +1,15 @@
-
+
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
process-usertasks-quarkus-with-console
- Kogito Example :: Process with Usertasks Quarkus :: Console
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
+ Kogito Example :: Process with Usertasks Quarkus :: Console
+
2.16.10.Final
quarkus-bom
@@ -18,7 +19,15 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -37,6 +46,7 @@
+
org.kie.kogito
@@ -120,6 +130,31 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+
+
+
+
+
@@ -234,6 +269,22 @@
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
diff --git a/kogito-quarkus-examples/process-usertasks-quarkus/pom.xml b/kogito-quarkus-examples/process-usertasks-quarkus/pom.xml
index 731c7bbf0b..1091403f1d 100644
--- a/kogito-quarkus-examples/process-usertasks-quarkus/pom.xml
+++ b/kogito-quarkus-examples/process-usertasks-quarkus/pom.xml
@@ -1,15 +1,16 @@
-
+
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
process-usertasks-quarkus
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process with Usertasks Quarkus
Kogito user tasks orchestration - Quarkus
+
2.16.10.Final
quarkus-bom
@@ -19,7 +20,15 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -38,6 +47,7 @@
+
io.quarkus
@@ -90,5 +100,49 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
diff --git a/kogito-quarkus-examples/process-usertasks-timer-quarkus-with-console/pom.xml b/kogito-quarkus-examples/process-usertasks-timer-quarkus-with-console/pom.xml
index 465c2fd6f3..a78adc0feb 100644
--- a/kogito-quarkus-examples/process-usertasks-timer-quarkus-with-console/pom.xml
+++ b/kogito-quarkus-examples/process-usertasks-timer-quarkus-with-console/pom.xml
@@ -1,14 +1,15 @@
-
+
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
process-usertasks-timer-quarkus-with-console
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process UserTasks with Timer Quarkus :: Console
+
2.16.10.Final
quarkus-bom
@@ -18,7 +19,15 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -37,6 +46,7 @@
+
org.kie.kogito
@@ -124,6 +134,31 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+
+
+
+
+
@@ -220,5 +255,21 @@
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
diff --git a/kogito-quarkus-examples/process-usertasks-with-security-oidc-quarkus-with-console/pom.xml b/kogito-quarkus-examples/process-usertasks-with-security-oidc-quarkus-with-console/pom.xml
index 5c4f4c42fa..c8b5be1257 100644
--- a/kogito-quarkus-examples/process-usertasks-with-security-oidc-quarkus-with-console/pom.xml
+++ b/kogito-quarkus-examples/process-usertasks-with-security-oidc-quarkus-with-console/pom.xml
@@ -1,15 +1,17 @@
-
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
process-usertasks-with-security-oidc-quarkus-with-console
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process Usertasks Security OIDC Keycloak Quarkus :: Console
- Kogito user tasks orchestration with security enabled on REST api - open id connect adapter(keycloak)
+ Kogito user tasks orchestration with security enabled on REST api - open id connect adapter(keycloak)
+
+
2.16.10.Final
quarkus-bom
@@ -19,7 +21,15 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -38,6 +48,7 @@
+
org.kie.kogito
@@ -135,6 +146,32 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+ ${project.build.directory}/${project.build.finalName}-runner
+
+
+
+
+
@@ -154,5 +191,21 @@
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
diff --git a/kogito-quarkus-examples/process-usertasks-with-security-oidc-quarkus/pom.xml b/kogito-quarkus-examples/process-usertasks-with-security-oidc-quarkus/pom.xml
index c4b99c8635..843f98f020 100644
--- a/kogito-quarkus-examples/process-usertasks-with-security-oidc-quarkus/pom.xml
+++ b/kogito-quarkus-examples/process-usertasks-with-security-oidc-quarkus/pom.xml
@@ -1,15 +1,17 @@
-
+
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
process-usertasks-with-security-oidc-quarkus
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process Usertasks With Security OIDC Keycloak Quarkus
- Kogito user tasks orchestration with security enabled on REST api - open id connect adapter(keycloak)
+ Kogito user tasks orchestration with security enabled on REST api - open id connect adapter(keycloak)
+
+
2.16.10.Final
quarkus-bom
@@ -19,7 +21,16 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 3.22.0
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -38,6 +49,7 @@
+
io.quarkus
@@ -80,6 +92,7 @@
org.assertj
assertj-core
+ ${version.org.assertj}
test
@@ -110,5 +123,50 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+ ${project.build.directory}/${project.build.finalName}-runner
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
diff --git a/kogito-quarkus-examples/process-usertasks-with-security-quarkus/pom.xml b/kogito-quarkus-examples/process-usertasks-with-security-quarkus/pom.xml
index fb70f3914f..81441a9293 100644
--- a/kogito-quarkus-examples/process-usertasks-with-security-quarkus/pom.xml
+++ b/kogito-quarkus-examples/process-usertasks-with-security-quarkus/pom.xml
@@ -1,15 +1,16 @@
-
+
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
process-usertasks-with-security-quarkus
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process Usertasks With Security Quarkus
Kogito user tasks orchestration with security enabled on REST api - Quarkus
+
2.16.10.Final
quarkus-bom
@@ -19,7 +20,15 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -38,6 +47,7 @@
+
io.quarkus
@@ -90,5 +100,49 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
diff --git a/kogito-quarkus-examples/rules-incubation-api-quarkus/pom.xml b/kogito-quarkus-examples/rules-incubation-api-quarkus/pom.xml
index f3e3a2cb53..275d400f5d 100644
--- a/kogito-quarkus-examples/rules-incubation-api-quarkus/pom.xml
+++ b/kogito-quarkus-examples/rules-incubation-api-quarkus/pom.xml
@@ -1,14 +1,15 @@
-
+
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
rules-incubation-api-quarkus
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Rules Incubation API With Quarkus
+
2.16.10.Final
quarkus-bom
@@ -18,7 +19,15 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -37,6 +46,7 @@
+
io.quarkus
@@ -86,5 +96,49 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
diff --git a/kogito-quarkus-examples/rules-legacy-quarkus-example/pom.xml b/kogito-quarkus-examples/rules-legacy-quarkus-example/pom.xml
index 83b1c24ca5..f298834c46 100644
--- a/kogito-quarkus-examples/rules-legacy-quarkus-example/pom.xml
+++ b/kogito-quarkus-examples/rules-legacy-quarkus-example/pom.xml
@@ -1,14 +1,15 @@
-
+
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
rules-legacy-quarkus-example
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Rules Legacy API - Quarkus
+
2.16.10.Final
quarkus-bom
@@ -18,7 +19,15 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -37,6 +46,7 @@
+
org.kie.kogito
@@ -93,5 +103,49 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
diff --git a/kogito-quarkus-examples/rules-quarkus-helloworld/pom.xml b/kogito-quarkus-examples/rules-quarkus-helloworld/pom.xml
index dad0b2230f..5e43262945 100755
--- a/kogito-quarkus-examples/rules-quarkus-helloworld/pom.xml
+++ b/kogito-quarkus-examples/rules-quarkus-helloworld/pom.xml
@@ -1,14 +1,15 @@
-
+
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
rules-quarkus-helloworld
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Rules HelloWorld
+
2.16.10.Final
quarkus-bom
@@ -18,7 +19,15 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -37,6 +46,7 @@
+
org.kie.kogito
@@ -85,5 +95,49 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
diff --git a/kogito-quarkus-examples/ruleunit-event-driven-quarkus/pom.xml b/kogito-quarkus-examples/ruleunit-event-driven-quarkus/pom.xml
index 885c5cd2a3..6d82fb64fd 100644
--- a/kogito-quarkus-examples/ruleunit-event-driven-quarkus/pom.xml
+++ b/kogito-quarkus-examples/ruleunit-event-driven-quarkus/pom.xml
@@ -4,13 +4,12 @@
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
ruleunit-event-driven-quarkus
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Rule Unit Event-Driven :: Quarkus
+
2.16.10.Final
quarkus-bom
@@ -20,7 +19,16 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 1.5.0
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -39,6 +47,7 @@
+
org.kie.kogito
@@ -88,6 +97,7 @@
org.skyscreamer
jsonassert
+ ${version.org.skyscreamer}
test
@@ -108,5 +118,49 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
diff --git a/kogito-quarkus-examples/ruleunit-quarkus-example/pom.xml b/kogito-quarkus-examples/ruleunit-quarkus-example/pom.xml
index 0307e841d9..3f8cbabb03 100644
--- a/kogito-quarkus-examples/ruleunit-quarkus-example/pom.xml
+++ b/kogito-quarkus-examples/ruleunit-quarkus-example/pom.xml
@@ -1,14 +1,15 @@
-
+
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
ruleunit-quarkus-example
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: RuleUnit - Quarkus
+
2.16.10.Final
quarkus-bom
@@ -18,7 +19,15 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -37,6 +46,7 @@
+
org.kie.kogito
@@ -93,5 +103,49 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
diff --git a/kogito-quarkus-examples/trusty-tracing-quarkus-devservices/pom.xml b/kogito-quarkus-examples/trusty-tracing-quarkus-devservices/pom.xml
index e36d455787..e1613ce56b 100644
--- a/kogito-quarkus-examples/trusty-tracing-quarkus-devservices/pom.xml
+++ b/kogito-quarkus-examples/trusty-tracing-quarkus-devservices/pom.xml
@@ -1,14 +1,15 @@
-
+
4.0.0
-
- org.acme.examples
- kogito-quarkus-examples
- 2.0.0-SNAPSHOT
-
+
trusty-tracing-quarkus-devservices
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Trusty Tracing - Quarkus DevServices
+
2.16.10.Final
quarkus-bom
@@ -18,7 +19,15 @@
kogito-bom
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+
+ 0
+
+ fast-jar
+ 3.1.2
+ 11
+ 11
+
@@ -37,6 +46,7 @@
+
org.kie.kogito
@@ -88,5 +98,49 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${tests.quarkus.http.port}
+
+
+
+
+
+
+
+
+ kogito-apps-downstream-native
+
+
+ kogito-apps-native
+
+
+
+ **/Native*IT.java
+
+ native
+ 8g
+
+ 8080
+
+
+
diff --git a/kogito-springboot-examples/decisiontable-springboot-example/pom.xml b/kogito-springboot-examples/decisiontable-springboot-example/pom.xml
index cc7ba0719e..b610e0e63c 100644
--- a/kogito-springboot-examples/decisiontable-springboot-example/pom.xml
+++ b/kogito-springboot-examples/decisiontable-springboot-example/pom.xml
@@ -2,17 +2,19 @@
4.0.0
-
- org.acme.examples
- kogito-springboot-examples
- 2.0.0-SNAPSHOT
-
decisiontable-springboot-example
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Decision Table - Spring Boot
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 3.3.1
+ 3.3.1
+ 3.1.2
+ 2.6.6
@@ -61,6 +63,7 @@
org.springframework.boot
spring-boot-maven-plugin
+ ${version.org.springframework.boot}
@@ -69,6 +72,22 @@
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+ ${project.build.outputDirectory}
+
+
+
+ com.google.cloud.tools
+ jib-maven-plugin
+ ${version.jib.plugin}
+
+ true
+
+
diff --git a/kogito-springboot-examples/decisiontable-springboot-example/src/test/resources/logback-test.xml b/kogito-springboot-examples/decisiontable-springboot-example/src/test/resources/logback-test.xml
index 9d5906898a..7d13213601 100644
--- a/kogito-springboot-examples/decisiontable-springboot-example/src/test/resources/logback-test.xml
+++ b/kogito-springboot-examples/decisiontable-springboot-example/src/test/resources/logback-test.xml
@@ -8,7 +8,7 @@
-
+
\ No newline at end of file
diff --git a/kogito-springboot-examples/dmn-drools-springboot-metrics/pom.xml b/kogito-springboot-examples/dmn-drools-springboot-metrics/pom.xml
index 19aaeedb72..404beb0f98 100755
--- a/kogito-springboot-examples/dmn-drools-springboot-metrics/pom.xml
+++ b/kogito-springboot-examples/dmn-drools-springboot-metrics/pom.xml
@@ -1,20 +1,22 @@
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4.0.0
-
- org.acme.examples
- kogito-springboot-examples
- 2.0.0-SNAPSHOT
-
dmn-drools-springboot-metrics
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: DMN Drools SpringBoot Metrics
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 1.17.3
+ 3.3.1
+ 3.1.2
+ 2.6.6
@@ -89,6 +91,7 @@
org.springframework.boot
spring-boot-maven-plugin
+ ${version.org.springframework.boot}
@@ -147,7 +150,8 @@
- ${project.build.directory}/classes/META-INF/resources/monitoring/dashboards
+ ${project.build.directory}/classes/META-INF/resources/monitoring/dashboards
+
false
**/list.json
@@ -194,6 +198,14 @@
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+ ${project.build.outputDirectory}
+
+
\ No newline at end of file
diff --git a/kogito-springboot-examples/dmn-drools-springboot-metrics/src/test/java/org/acme/examples/springboot/GrafanaDockerComposeIT.java b/kogito-springboot-examples/dmn-drools-springboot-metrics/src/test/java/org/acme/examples/springboot/GrafanaDockerComposeIT.java
index 1828a63349..7611a26fa2 100644
--- a/kogito-springboot-examples/dmn-drools-springboot-metrics/src/test/java/org/acme/examples/springboot/GrafanaDockerComposeIT.java
+++ b/kogito-springboot-examples/dmn-drools-springboot-metrics/src/test/java/org/acme/examples/springboot/GrafanaDockerComposeIT.java
@@ -68,7 +68,7 @@ public class GrafanaDockerComposeIT {
.withPull(false)
.withLocalCompose(true)
//See https://github.com/testcontainers/testcontainers-java/issues/4565
- .withOptions("--compatibility");
+ .withOptions("--compatibility");
} catch (URISyntaxException e) {
throw new RuntimeException(e);
}
diff --git a/kogito-springboot-examples/dmn-event-driven-springboot/pom.xml b/kogito-springboot-examples/dmn-event-driven-springboot/pom.xml
index a6cfe43ca9..954be2ae45 100644
--- a/kogito-springboot-examples/dmn-event-driven-springboot/pom.xml
+++ b/kogito-springboot-examples/dmn-event-driven-springboot/pom.xml
@@ -5,17 +5,19 @@
4.0.0
-
- org.acme.examples
- kogito-springboot-examples
- 2.0.0-SNAPSHOT
-
dmn-event-driven-springboot
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: DMN Event-Driven :: Spring Boot
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 3.3.1
+ 2.6.6
+ 3.1.2
+ ${version.surefire.plugin}
@@ -85,6 +87,7 @@
org.springframework.boot
spring-boot-maven-plugin
+ ${version.org.springframework.boot}
@@ -93,6 +96,22 @@
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+ ${project.build.outputDirectory}
+
+
+
+ com.google.cloud.tools
+ jib-maven-plugin
+ ${version.jib.plugin}
+
+ true
+
+
diff --git a/kogito-springboot-examples/dmn-listener-springboot/pom.xml b/kogito-springboot-examples/dmn-listener-springboot/pom.xml
index 556c9c88ea..d3b1bafc99 100644
--- a/kogito-springboot-examples/dmn-listener-springboot/pom.xml
+++ b/kogito-springboot-examples/dmn-listener-springboot/pom.xml
@@ -1,21 +1,23 @@
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4.0.0
-
- org.acme.examples
- kogito-springboot-examples
- 2.0.0-SNAPSHOT
-
+
dmn-listener-springboot
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: DMN with listeners - Spring Boot
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 3.3.1
+ 2.6.6
+ 3.1.2
@@ -64,6 +66,7 @@
org.springframework.boot
spring-boot-maven-plugin
+ ${version.org.springframework.boot}
@@ -72,6 +75,22 @@
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+ ${project.build.outputDirectory}
+
+
+
+ com.google.cloud.tools
+ jib-maven-plugin
+ ${version.jib.plugin}
+
+ true
+
+
diff --git a/kogito-springboot-examples/dmn-pmml-springboot-example/pom.xml b/kogito-springboot-examples/dmn-pmml-springboot-example/pom.xml
index d501af4f88..3df0aebab8 100644
--- a/kogito-springboot-examples/dmn-pmml-springboot-example/pom.xml
+++ b/kogito-springboot-examples/dmn-pmml-springboot-example/pom.xml
@@ -4,17 +4,18 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
-
- org.acme.examples
- kogito-springboot-examples
- 2.0.0-SNAPSHOT
-
dmn-pmml-springboot-example
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: DMN :: PMML - Spring Boot
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 3.3.1
+ 2.6.6
+ 3.1.2
@@ -80,6 +81,7 @@
org.springframework.boot
spring-boot-maven-plugin
+ ${version.org.springframework.boot}
@@ -88,6 +90,22 @@
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+ ${project.build.outputDirectory}
+
+
+
+ com.google.cloud.tools
+ jib-maven-plugin
+ ${version.jib.plugin}
+
+ true
+
+
diff --git a/kogito-springboot-examples/dmn-springboot-example/pom.xml b/kogito-springboot-examples/dmn-springboot-example/pom.xml
index 088c80f493..95fc8fe9d8 100644
--- a/kogito-springboot-examples/dmn-springboot-example/pom.xml
+++ b/kogito-springboot-examples/dmn-springboot-example/pom.xml
@@ -5,17 +5,18 @@
4.0.0
-
- org.acme.examples
- kogito-springboot-examples
- 2.0.0-SNAPSHOT
-
dmn-springboot-example
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: DMN - Spring Boot
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 3.3.1
+ 2.6.6
+ 3.1.2
@@ -69,6 +70,7 @@
org.springframework.boot
spring-boot-maven-plugin
+ ${version.org.springframework.boot}
@@ -77,6 +79,22 @@
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+ ${project.build.outputDirectory}
+
+
+
+ com.google.cloud.tools
+ jib-maven-plugin
+ ${version.jib.plugin}
+
+ true
+
+
diff --git a/kogito-springboot-examples/dmn-tracing-springboot/pom.xml b/kogito-springboot-examples/dmn-tracing-springboot/pom.xml
index 6bc323e31e..adda0cd036 100644
--- a/kogito-springboot-examples/dmn-tracing-springboot/pom.xml
+++ b/kogito-springboot-examples/dmn-tracing-springboot/pom.xml
@@ -5,17 +5,18 @@
4.0.0
-
- org.acme.examples
- kogito-springboot-examples
- 2.0.0-SNAPSHOT
-
dmn-tracing-springboot
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: DMN Tracing - Spring Boot
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 3.3.1
+ 2.6.6
+ 3.1.2
@@ -80,6 +81,7 @@
org.springframework.boot
spring-boot-maven-plugin
+ ${version.org.springframework.boot}
@@ -88,6 +90,22 @@
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+ ${project.build.outputDirectory}
+
+
+
+ com.google.cloud.tools
+ jib-maven-plugin
+ ${version.jib.plugin}
+
+ true
+
+
diff --git a/kogito-springboot-examples/flexible-process-springboot/operator/flexible-process-springboot.yaml b/kogito-springboot-examples/flexible-process-springboot/operator/flexible-process-springboot.yaml
index d6cedeae15..802e993f94 100644
--- a/kogito-springboot-examples/flexible-process-springboot/operator/flexible-process-springboot.yaml
+++ b/kogito-springboot-examples/flexible-process-springboot/operator/flexible-process-springboot.yaml
@@ -10,7 +10,7 @@ spec:
#- name: MY_CUSTOM_ENV
# value: "my value"
gitSource:
- contextDir: kogito-quarkus-examples/flexible-process-springboot
+ contextDir: kogito-springboot-examples/flexible-process-springboot
uri: 'https://github.com/kiegroup/kogito-examples'
# set your maven nexus repository to speed up the build time
#mavenMirrorURL:
diff --git a/kogito-springboot-examples/flexible-process-springboot/pom.xml b/kogito-springboot-examples/flexible-process-springboot/pom.xml
index 07b838ef57..bfe3c1a35c 100644
--- a/kogito-springboot-examples/flexible-process-springboot/pom.xml
+++ b/kogito-springboot-examples/flexible-process-springboot/pom.xml
@@ -1,21 +1,22 @@
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
-
- org.acme.examples
- kogito-springboot-examples
- 2.0.0-SNAPSHOT
-
flexible-process-springboot
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Flexible process with Spring Boot
Kogito service invocation - Spring Boot
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 2.6.6
+ 3.3.1
+ 3.1.2
@@ -76,6 +77,22 @@
${version.org.kie.kogito}
true
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+ ${project.build.outputDirectory}
+
+
+
+ com.google.cloud.tools
+ jib-maven-plugin
+ ${version.jib.plugin}
+
+ true
+
+
diff --git a/kogito-springboot-examples/onboarding-springboot/pom.xml b/kogito-springboot-examples/onboarding-springboot/pom.xml
index 9e37cd3ef0..df30d6bf5e 100644
--- a/kogito-springboot-examples/onboarding-springboot/pom.xml
+++ b/kogito-springboot-examples/onboarding-springboot/pom.xml
@@ -1,19 +1,22 @@
-
4.0.0
-
- org.acme.examples
- kogito-springboot-examples
- 2.0.0-SNAPSHOT
-
+
onboarding-springboot
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Onboarding Example :: Onboarding with Business Process Spring Boot
Onboarding function and service orchestration
-
+
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 2.6.6
+ 3.3.1
+ 3.1.2
@@ -27,7 +30,7 @@
-
+
org.kie.kogito
@@ -63,13 +66,14 @@
test
-
+
${project.artifactId}
org.springframework.boot
spring-boot-maven-plugin
+ ${version.org.springframework.boot}
@@ -84,9 +88,26 @@
${version.org.kie.kogito}
true
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+ ${project.build.outputDirectory}
+
+
+
+ com.google.cloud.tools
+ jib-maven-plugin
+ ${version.jib.plugin}
+
+ true
+
+
+
-
+
persistence
@@ -181,6 +202,14 @@
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+ ${project.build.outputDirectory}
+
+
diff --git a/kogito-springboot-examples/pmml-event-driven-springboot/pom.xml b/kogito-springboot-examples/pmml-event-driven-springboot/pom.xml
index f5abbaf394..6fafadd8d5 100644
--- a/kogito-springboot-examples/pmml-event-driven-springboot/pom.xml
+++ b/kogito-springboot-examples/pmml-event-driven-springboot/pom.xml
@@ -4,17 +4,18 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
-
- org.acme.examples
- kogito-springboot-examples
- 2.0.0-SNAPSHOT
-
pmml-event-driven-springboot
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: PMML Event-Driven - Spring Boot
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 3.3.1
+ 2.6.6
+ 3.1.2
@@ -75,6 +76,7 @@
org.springframework.boot
spring-boot-maven-plugin
+ ${version.org.springframework.boot}
@@ -83,6 +85,22 @@
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+ ${project.build.outputDirectory}
+
+
+
+ com.google.cloud.tools
+ jib-maven-plugin
+ ${version.jib.plugin}
+
+ true
+
+
diff --git a/kogito-springboot-examples/pmml-event-driven-springboot/src/main/java/org/acme/pmml/springboot/example/KogitoSpringbootApplication.java b/kogito-springboot-examples/pmml-event-driven-springboot/src/main/java/org/acme/pmml/springboot/example/KogitoSpringbootApplication.java
index 029a7a3685..2d4273ee74 100644
--- a/kogito-springboot-examples/pmml-event-driven-springboot/src/main/java/org/acme/pmml/springboot/example/KogitoSpringbootApplication.java
+++ b/kogito-springboot-examples/pmml-event-driven-springboot/src/main/java/org/acme/pmml/springboot/example/KogitoSpringbootApplication.java
@@ -18,7 +18,7 @@
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
-@SpringBootApplication(scanBasePackages = { "org.kie.kogito.**", "org.acme.**","test**" })
+@SpringBootApplication(scanBasePackages = { "org.kie.kogito.**", "org.acme.**", "test**" })
public class KogitoSpringbootApplication {
public static void main(String[] args) {
diff --git a/kogito-springboot-examples/pmml-springboot-example/pom.xml b/kogito-springboot-examples/pmml-springboot-example/pom.xml
index e52f78f6db..67717734e5 100644
--- a/kogito-springboot-examples/pmml-springboot-example/pom.xml
+++ b/kogito-springboot-examples/pmml-springboot-example/pom.xml
@@ -4,17 +4,18 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
-
- org.acme.examples
- kogito-springboot-examples
- 2.0.0-SNAPSHOT
-
pmml-springboot-example
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: PMML - Spring Boot
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 3.3.1
+ 2.6.6
+ 3.1.2
@@ -69,6 +70,7 @@
org.springframework.boot
spring-boot-maven-plugin
+ ${version.org.springframework.boot}
@@ -77,6 +79,22 @@
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+ ${project.build.outputDirectory}
+
+
+
+ com.google.cloud.tools
+ jib-maven-plugin
+ ${version.jib.plugin}
+
+ true
+
+
diff --git a/kogito-springboot-examples/pom.xml b/kogito-springboot-examples/pom.xml
index 7044ec6ba8..837ccaf8de 100644
--- a/kogito-springboot-examples/pom.xml
+++ b/kogito-springboot-examples/pom.xml
@@ -3,7 +3,6 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4.0.0
-
org.acme.examples
kogito-examples
@@ -14,16 +13,6 @@
pom
Kogito Example :: Spring Boot
-
-
-
- org.infinispan
- infinispan-spring-boot-starter-remote
- ${version.org.infinispan}
-
-
-
-
default
@@ -128,24 +117,19 @@
-
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
- ${version.org.springframework.boot}
-
-
- com.google.cloud.tools
- jib-maven-plugin
- ${version.jib.plugin}
-
- true
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/kogito-springboot-examples/process-business-rules-springboot/pom.xml b/kogito-springboot-examples/process-business-rules-springboot/pom.xml
index e3d3af7da7..025785939b 100644
--- a/kogito-springboot-examples/process-business-rules-springboot/pom.xml
+++ b/kogito-springboot-examples/process-business-rules-springboot/pom.xml
@@ -1,32 +1,33 @@
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
-
- org.acme.examples
- kogito-springboot-examples
- 2.0.0-SNAPSHOT
-
- Kogito Example :: Process Business Rules Spring Boot
process-business-rules-springboot
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
+ Kogito Example :: Process Business Rules Spring Boot
Kogito business rules invocation - Spring Boot
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 2.6.6
+ 3.3.1
+ 3.1.2
-
- org.kie.kogito
- kogito-spring-boot-bom
- ${kogito.bom.version}
- pom
- import
-
+
+ org.kie.kogito
+ kogito-spring-boot-bom
+ ${kogito.bom.version}
+ pom
+ import
+
@@ -74,6 +75,22 @@
${version.org.kie.kogito}
true
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+ ${project.build.outputDirectory}
+
+
+
+ com.google.cloud.tools
+ jib-maven-plugin
+ ${version.jib.plugin}
+
+ true
+
+
diff --git a/kogito-springboot-examples/process-decisions-rest-springboot/pom.xml b/kogito-springboot-examples/process-decisions-rest-springboot/pom.xml
index cafff2b8e2..b71763691c 100644
--- a/kogito-springboot-examples/process-decisions-rest-springboot/pom.xml
+++ b/kogito-springboot-examples/process-decisions-rest-springboot/pom.xml
@@ -1,19 +1,23 @@
-
4.0.0
-
- org.acme.examples
- kogito-springboot-examples
- 2.0.0-SNAPSHOT
-
+
process-decisions-rest-springboot
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process :: Decisions :: REST :: Spring Boot
Process with DMN and DRL integration through REST - Spring Boot
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 2.6.6
+ 3.3.1
+ 3.1.2
+ ${version.surefire.plugin}
@@ -86,13 +90,21 @@
org.apache.maven.plugins
maven-failsafe-plugin
- ${version.surefire.plugin}
+ ${version.failsafe.plugin}
java.util.logging.LogManager
+
+ com.google.cloud.tools
+ jib-maven-plugin
+ ${version.jib.plugin}
+
+ true
+
+
\ No newline at end of file
diff --git a/kogito-springboot-examples/process-decisions-rules-springboot/pom.xml b/kogito-springboot-examples/process-decisions-rules-springboot/pom.xml
index 512dce2e2a..da8234fec5 100644
--- a/kogito-springboot-examples/process-decisions-rules-springboot/pom.xml
+++ b/kogito-springboot-examples/process-decisions-rules-springboot/pom.xml
@@ -1,19 +1,23 @@
-
4.0.0
-
- org.acme.examples
- kogito-springboot-examples
- 2.0.0-SNAPSHOT
-
+
process-decisions-rules-springboot
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process :: Decisions :: Rules :: Spring Boot
Process with DRL, DMN and DRL integration - Spring Boot
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 2.6.6
+ 3.3.1
+ 3.1.2
+ ${version.surefire.plugin}
@@ -81,13 +85,21 @@
org.apache.maven.plugins
maven-failsafe-plugin
- ${version.surefire.plugin}
+ ${version.failsafe.plugin}
java.util.logging.LogManager
+
+ com.google.cloud.tools
+ jib-maven-plugin
+ ${version.jib.plugin}
+
+ true
+
+
\ No newline at end of file
diff --git a/kogito-springboot-examples/process-decisions-springboot/pom.xml b/kogito-springboot-examples/process-decisions-springboot/pom.xml
index c10bc221b9..e6104927d0 100644
--- a/kogito-springboot-examples/process-decisions-springboot/pom.xml
+++ b/kogito-springboot-examples/process-decisions-springboot/pom.xml
@@ -1,19 +1,23 @@
-
4.0.0
-
- org.acme.examples
- kogito-springboot-examples
- 2.0.0-SNAPSHOT
-
+
process-decisions-springboot
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process :: Decisions :: Spring Boot
Process with DMN and DRL integration - Spring Boot
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 2.6.6
+ 3.3.1
+ 3.1.2
+ ${version.surefire.plugin}
@@ -81,13 +85,21 @@
org.apache.maven.plugins
maven-failsafe-plugin
- ${version.surefire.plugin}
+ ${version.failsafe.plugin}
java.util.logging.LogManager
+
+ com.google.cloud.tools
+ jib-maven-plugin
+ ${version.jib.plugin}
+
+ true
+
+
\ No newline at end of file
diff --git a/kogito-springboot-examples/process-infinispan-persistence-springboot/pom.xml b/kogito-springboot-examples/process-infinispan-persistence-springboot/pom.xml
index cb0568b1fd..00155a1906 100644
--- a/kogito-springboot-examples/process-infinispan-persistence-springboot/pom.xml
+++ b/kogito-springboot-examples/process-infinispan-persistence-springboot/pom.xml
@@ -3,19 +3,21 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
-
- org.acme.examples
- kogito-springboot-examples
- 2.0.0-SNAPSHOT
-
process-infinispan-persistence-springboot
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process Infinispan Persistence Spring Boot
Kogito with Infinispan persistence - Spring Boot
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 2.6.6
+ 14.0.6.Final
+ 3.3.1
+ 3.1.2
@@ -27,18 +29,18 @@
pom
import
-
- org.kie.kogito
- kogito-spring-boot-bom
- ${kogito.bom.version}
- pom
- import
-
+
+ org.kie.kogito
+ kogito-spring-boot-bom
+ ${kogito.bom.version}
+ pom
+ import
+
-
+
org.kie.kogito
kogito-processes-spring-boot-starter
@@ -101,6 +103,22 @@
${version.org.kie.kogito}
true
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+ ${project.build.outputDirectory}
+
+
+
+ com.google.cloud.tools
+ jib-maven-plugin
+ ${version.jib.plugin}
+
+ true
+
+
diff --git a/kogito-springboot-examples/process-kafka-multi-springboot/pom.xml b/kogito-springboot-examples/process-kafka-multi-springboot/pom.xml
index 209285bc71..eb5ef3aaf8 100644
--- a/kogito-springboot-examples/process-kafka-multi-springboot/pom.xml
+++ b/kogito-springboot-examples/process-kafka-multi-springboot/pom.xml
@@ -3,19 +3,20 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
-
- org.acme.examples
- kogito-springboot-examples
- 2.0.0-SNAPSHOT
-
process-kafka-multi-springboot
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process with Kafka and Spring Boot, multiple channels
Kogito with Kafka - Spring Boot, using multiple channels
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 3.3.1
+ 2.6.6
+ 3.1.2
@@ -82,6 +83,7 @@
org.springframework.boot
spring-boot-maven-plugin
+ ${version.org.springframework.boot}
@@ -96,6 +98,22 @@
${version.org.kie.kogito}
true
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+ ${project.build.outputDirectory}
+
+
+
+ com.google.cloud.tools
+ jib-maven-plugin
+ ${version.jib.plugin}
+
+ true
+
+
diff --git a/kogito-springboot-examples/process-kafka-quickstart-springboot/pom.xml b/kogito-springboot-examples/process-kafka-quickstart-springboot/pom.xml
index 6a52fcaab8..c8862d96f7 100644
--- a/kogito-springboot-examples/process-kafka-quickstart-springboot/pom.xml
+++ b/kogito-springboot-examples/process-kafka-quickstart-springboot/pom.xml
@@ -3,30 +3,31 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
-
- org.acme.examples
- kogito-springboot-examples
- 2.0.0-SNAPSHOT
-
process-kafka-quickstart-springboot
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process with Kafka and Spring Boot
Kogito with Kafka - Spring Boot
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 2.6.6
+ 3.3.1
+ 3.1.2
-
- org.kie.kogito
- kogito-spring-boot-bom
- ${kogito.bom.version}
- pom
- import
-
+
+ org.kie.kogito
+ kogito-spring-boot-bom
+ ${kogito.bom.version}
+ pom
+ import
+
@@ -39,10 +40,10 @@
org.springframework.kafka
spring-kafka
-
+
org.kie.kogito
kogito-addons-springboot-messaging
-
+
com.fasterxml.jackson.core
jackson-databind
@@ -97,6 +98,22 @@
${version.org.kie.kogito}
true
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+ ${project.build.outputDirectory}
+
+
+
+ com.google.cloud.tools
+ jib-maven-plugin
+ ${version.jib.plugin}
+
+ true
+
+
diff --git a/kogito-springboot-examples/process-mongodb-persistence-springboot/pom.xml b/kogito-springboot-examples/process-mongodb-persistence-springboot/pom.xml
index 381d891f56..67761321ad 100644
--- a/kogito-springboot-examples/process-mongodb-persistence-springboot/pom.xml
+++ b/kogito-springboot-examples/process-mongodb-persistence-springboot/pom.xml
@@ -3,13 +3,11 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
-
- org.acme.examples
- kogito-springboot-examples
- 2.0.0-SNAPSHOT
-
process-mongodb-persistence-springboot
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process MongoDB Persistence Spring Boot
Kogito with MongoDB persistence - Spring Boot
@@ -17,17 +15,21 @@
true
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 2.6.6
+ 3.3.1
+ 3.1.2
+ ${version.surefire.plugin}
-
- org.kie.kogito
- kogito-spring-boot-bom
- ${kogito.bom.version}
- pom
- import
-
+
+ org.kie.kogito
+ kogito-spring-boot-bom
+ ${kogito.bom.version}
+ pom
+ import
+
@@ -61,7 +63,7 @@
spring-boot-starter-test
test
-
+
io.rest-assured
rest-assured
@@ -96,6 +98,22 @@
${version.org.kie.kogito}
true
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+ ${project.build.outputDirectory}
+
+
+
+ com.google.cloud.tools
+ jib-maven-plugin
+ ${version.jib.plugin}
+
+ true
+
+
@@ -121,6 +139,7 @@
org.apache.maven.plugins
maven-surefire-plugin
+ ${version.surefire.plugin}
true
diff --git a/kogito-springboot-examples/process-monitoring-springboot/pom.xml b/kogito-springboot-examples/process-monitoring-springboot/pom.xml
index adb7579ac0..e9e37b5a4f 100644
--- a/kogito-springboot-examples/process-monitoring-springboot/pom.xml
+++ b/kogito-springboot-examples/process-monitoring-springboot/pom.xml
@@ -1,20 +1,21 @@
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
-
- org.acme.examples
- kogito-springboot-examples
- 2.0.0-SNAPSHOT
-
process-monitoring-springboot
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process Monitoring :: Spring Boot
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 3.3.1
+ 2.6.6
+ 3.1.2
@@ -78,6 +79,7 @@
org.springframework.boot
spring-boot-maven-plugin
+ ${version.org.springframework.boot}
@@ -110,6 +112,22 @@
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+ ${project.build.outputDirectory}
+
+
+
+ com.google.cloud.tools
+ jib-maven-plugin
+ ${version.jib.plugin}
+
+ true
+
+
diff --git a/kogito-springboot-examples/process-outbox-mongodb-springboot/pom.xml b/kogito-springboot-examples/process-outbox-mongodb-springboot/pom.xml
index 6d304476d3..54da7a693a 100644
--- a/kogito-springboot-examples/process-outbox-mongodb-springboot/pom.xml
+++ b/kogito-springboot-examples/process-outbox-mongodb-springboot/pom.xml
@@ -3,13 +3,11 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
-
- org.acme.examples
- kogito-springboot-examples
- 2.0.0-SNAPSHOT
-
process-outbox-mongodb-springboot
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process Transactional Outbox :: MongoDB and Spring Boot
Process with Transactional Outbox - MongoDB and Spring Boot
@@ -17,6 +15,9 @@
1.7
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 2.6.6
+ 3.3.1
+ 3.1.2
@@ -124,6 +125,22 @@
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+ ${project.build.outputDirectory}
+
+
+
+ com.google.cloud.tools
+ jib-maven-plugin
+ ${version.jib.plugin}
+
+ true
+
+
\ No newline at end of file
diff --git a/kogito-springboot-examples/process-outbox-mongodb-springboot/src/test/resources/logback.xml b/kogito-springboot-examples/process-outbox-mongodb-springboot/src/test/resources/logback.xml
index 2403345628..2d7cbad753 100644
--- a/kogito-springboot-examples/process-outbox-mongodb-springboot/src/test/resources/logback.xml
+++ b/kogito-springboot-examples/process-outbox-mongodb-springboot/src/test/resources/logback.xml
@@ -17,14 +17,14 @@
-
-
- %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n
-
-
+
+
+ %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n
+
+
-
-
-
+
+
+
\ No newline at end of file
diff --git a/kogito-springboot-examples/process-performance-springboot/pom.xml b/kogito-springboot-examples/process-performance-springboot/pom.xml
index 8d919a2447..58fa6382b8 100755
--- a/kogito-springboot-examples/process-performance-springboot/pom.xml
+++ b/kogito-springboot-examples/process-performance-springboot/pom.xml
@@ -1,21 +1,23 @@
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4.0.0
-
- org.acme.examples
- kogito-springboot-examples
- 2.0.0-SNAPSHOT
-
+
process-performance-springboot
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Springboot Performance test
Springboot Performance test
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 2.6.6
+ 3.3.1
+ 3.1.2
@@ -94,6 +96,7 @@
org.springframework.boot
spring-boot-maven-plugin
+ ${version.org.springframework.boot}
@@ -108,6 +111,22 @@
${version.org.kie.kogito}
true
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+ ${project.build.outputDirectory}
+
+
+
+ com.google.cloud.tools
+ jib-maven-plugin
+ ${version.jib.plugin}
+
+ true
+
+
diff --git a/kogito-springboot-examples/process-postgresql-persistence-springboot/pom.xml b/kogito-springboot-examples/process-postgresql-persistence-springboot/pom.xml
index 492390225c..a8aaffdf57 100644
--- a/kogito-springboot-examples/process-postgresql-persistence-springboot/pom.xml
+++ b/kogito-springboot-examples/process-postgresql-persistence-springboot/pom.xml
@@ -3,30 +3,30 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
-
- org.acme.examples
- kogito-springboot-examples
- 2.0.0-SNAPSHOT
-
-
process-postgresql-persistence-springboot
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process PostgreSQL Persistence Spring Boot
Kogito with PostgreSQL persistence - Spring Boot
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 2.6.6
+ 3.3.1
+ 3.1.2
-
- org.kie.kogito
- kogito-spring-boot-bom
- ${kogito.bom.version}
- pom
- import
-
+
+ org.kie.kogito
+ kogito-spring-boot-bom
+ ${kogito.bom.version}
+ pom
+ import
+
@@ -98,6 +98,22 @@
${version.org.kie.kogito}
true
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+ ${project.build.outputDirectory}
+
+
+
+ com.google.cloud.tools
+ jib-maven-plugin
+ ${version.jib.plugin}
+
+ true
+
+
diff --git a/kogito-springboot-examples/process-rest-service-call-springboot/pom.xml b/kogito-springboot-examples/process-rest-service-call-springboot/pom.xml
index 16fe3ae854..2213ce3a94 100644
--- a/kogito-springboot-examples/process-rest-service-call-springboot/pom.xml
+++ b/kogito-springboot-examples/process-rest-service-call-springboot/pom.xml
@@ -1,32 +1,33 @@
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
-
- org.acme.examples
- kogito-springboot-examples
- 2.0.0-SNAPSHOT
-
process-rest-service-call-springboot
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process Service Rest Call Spring Boot
Kogito service invocation with REST - Spring Boot
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 2.6.6
+ 3.3.1
+ 3.1.2
-
- org.kie.kogito
- kogito-spring-boot-bom
- ${kogito.bom.version}
- pom
- import
-
+
+ org.kie.kogito
+ kogito-spring-boot-bom
+ ${kogito.bom.version}
+ pom
+ import
+
@@ -69,6 +70,22 @@
${version.org.kie.kogito}
true
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+ ${project.build.outputDirectory}
+
+
+
+ com.google.cloud.tools
+ jib-maven-plugin
+ ${version.jib.plugin}
+
+ true
+
+
diff --git a/kogito-springboot-examples/process-scripts-springboot/pom.xml b/kogito-springboot-examples/process-scripts-springboot/pom.xml
index 922772612d..781a8d7cbb 100644
--- a/kogito-springboot-examples/process-scripts-springboot/pom.xml
+++ b/kogito-springboot-examples/process-scripts-springboot/pom.xml
@@ -1,32 +1,33 @@
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
-
- org.acme.examples
- kogito-springboot-examples
- 2.0.0-SNAPSHOT
-
process-scripts-springboot
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process Scripts With Spring Boot
Kogito script invocation - Spring Boot
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 2.6.6
+ 3.3.1
+ 3.1.2
-
- org.kie.kogito
- kogito-spring-boot-bom
- ${kogito.bom.version}
- pom
- import
-
+
+ org.kie.kogito
+ kogito-spring-boot-bom
+ ${kogito.bom.version}
+ pom
+ import
+
@@ -69,6 +70,22 @@
${version.org.kie.kogito}
true
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+ ${project.build.outputDirectory}
+
+
+
+ com.google.cloud.tools
+ jib-maven-plugin
+ ${version.jib.plugin}
+
+ true
+
+
diff --git a/kogito-springboot-examples/process-service-calls-springboot/pom.xml b/kogito-springboot-examples/process-service-calls-springboot/pom.xml
index b25159f7d9..0436dd2a17 100644
--- a/kogito-springboot-examples/process-service-calls-springboot/pom.xml
+++ b/kogito-springboot-examples/process-service-calls-springboot/pom.xml
@@ -1,32 +1,33 @@
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
-
- org.acme.examples
- kogito-springboot-examples
- 2.0.0-SNAPSHOT
-
process-service-calls-springboot
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process Service Calls with Spring Boot
Kogito service invocation - Spring Boot
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 2.6.6
+ 3.3.1
+ 3.1.2
-
- org.kie.kogito
- kogito-spring-boot-bom
- ${kogito.bom.version}
- pom
- import
-
+
+ org.kie.kogito
+ kogito-spring-boot-bom
+ ${kogito.bom.version}
+ pom
+ import
+
@@ -69,6 +70,22 @@
${version.org.kie.kogito}
true
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+ ${project.build.outputDirectory}
+
+
+
+ com.google.cloud.tools
+ jib-maven-plugin
+ ${version.jib.plugin}
+
+ true
+
+
diff --git a/kogito-springboot-examples/process-springboot-example/pom.xml b/kogito-springboot-examples/process-springboot-example/pom.xml
index f71d593f93..00f8af8a64 100644
--- a/kogito-springboot-examples/process-springboot-example/pom.xml
+++ b/kogito-springboot-examples/process-springboot-example/pom.xml
@@ -1,21 +1,24 @@
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
-
- org.acme.examples
- kogito-springboot-examples
- 2.0.0-SNAPSHOT
-
process-springboot-example
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process Spring Boot Example
Order management service
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 14.0.6.Final
+ 2.6.6
+ 3.3.1
+ 3.1.2
+ ${version.surefire.plugin}
@@ -91,6 +94,7 @@
org.springframework.boot
spring-boot-maven-plugin
+ ${version.org.springframework.boot}
@@ -99,6 +103,22 @@
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+ ${project.build.outputDirectory}
+
+
+
+ com.google.cloud.tools
+ jib-maven-plugin
+ ${version.jib.plugin}
+
+ true
+
+
@@ -145,6 +165,7 @@
org.apache.maven.plugins
maven-surefire-plugin
+ ${version.surefire.plugin}
true
diff --git a/kogito-springboot-examples/process-timer-springboot/pom.xml b/kogito-springboot-examples/process-timer-springboot/pom.xml
index 17e5bb8c6b..b118b3fe1e 100644
--- a/kogito-springboot-examples/process-timer-springboot/pom.xml
+++ b/kogito-springboot-examples/process-timer-springboot/pom.xml
@@ -1,19 +1,22 @@
-
+
4.0.0
-
- org.acme.examples
- kogito-springboot-examples
- 2.0.0-SNAPSHOT
-
process-timer-springboot
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process Timer With Spring Boot
Kogito with timers - Spring Boot
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 14.0.6.Final
+ 2.6.6
+ 3.3.1
+ 3.1.2
@@ -25,13 +28,13 @@
pom
import
-
- org.kie.kogito
- kogito-spring-boot-bom
- ${kogito.bom.version}
- pom
- import
-
+
+ org.kie.kogito
+ kogito-spring-boot-bom
+ ${kogito.bom.version}
+ pom
+ import
+
@@ -104,6 +107,22 @@
${version.org.kie.kogito}
true
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+ ${project.build.outputDirectory}
+
+
+
+ com.google.cloud.tools
+ jib-maven-plugin
+ ${version.jib.plugin}
+
+ true
+
+
diff --git a/kogito-springboot-examples/process-usertasks-custom-lifecycle-springboot/pom.xml b/kogito-springboot-examples/process-usertasks-custom-lifecycle-springboot/pom.xml
index 80762333b2..6f7ca9d7ba 100644
--- a/kogito-springboot-examples/process-usertasks-custom-lifecycle-springboot/pom.xml
+++ b/kogito-springboot-examples/process-usertasks-custom-lifecycle-springboot/pom.xml
@@ -3,30 +3,32 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
-
- org.acme.examples
- kogito-springboot-examples
- 2.0.0-SNAPSHOT
-
process-usertasks-custom-lifecycle-springboot
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process Usertasks With Custom Lifecycle Spring Boot
Kogito usertasks orchestration with custom life cycle - Spring Boot
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 14.0.6.Final
+ 2.6.6
+ 3.3.1
+ 3.1.2
-
- org.kie.kogito
- kogito-spring-boot-bom
- ${kogito.bom.version}
- pom
- import
-
+
+ org.kie.kogito
+ kogito-spring-boot-bom
+ ${kogito.bom.version}
+ pom
+ import
+
org.infinispan
infinispan-bom
@@ -123,6 +125,22 @@
${version.org.kie.kogito}
true
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+ ${project.build.outputDirectory}
+
+
+
+ com.google.cloud.tools
+ jib-maven-plugin
+ ${version.jib.plugin}
+
+ true
+
+
diff --git a/kogito-springboot-examples/process-usertasks-springboot-with-console/pom.xml b/kogito-springboot-examples/process-usertasks-springboot-with-console/pom.xml
index 0d4794db63..950e7ae219 100644
--- a/kogito-springboot-examples/process-usertasks-springboot-with-console/pom.xml
+++ b/kogito-springboot-examples/process-usertasks-springboot-with-console/pom.xml
@@ -3,13 +3,11 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
-
- org.acme.examples
- kogito-springboot-examples
- 2.0.0-SNAPSHOT
-
process-usertasks-springboot-with-console
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process with Usertasks Spring Boot :: Console
Kogito usertasks orchestration - Spring Boot - With Console
@@ -17,17 +15,20 @@
true
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 2.6.6
+ 3.3.1
+ 3.1.2
-
- org.kie.kogito
- kogito-spring-boot-bom
- ${kogito.bom.version}
- pom
- import
-
+
+ org.kie.kogito
+ kogito-spring-boot-bom
+ ${kogito.bom.version}
+ pom
+ import
+
@@ -108,6 +109,22 @@
${version.org.kie.kogito}
true
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+ ${project.build.outputDirectory}
+
+
+
+ com.google.cloud.tools
+ jib-maven-plugin
+ ${version.jib.plugin}
+
+ true
+
+
diff --git a/kogito-springboot-examples/process-usertasks-springboot/pom.xml b/kogito-springboot-examples/process-usertasks-springboot/pom.xml
index e55c40b73e..00141be111 100644
--- a/kogito-springboot-examples/process-usertasks-springboot/pom.xml
+++ b/kogito-springboot-examples/process-usertasks-springboot/pom.xml
@@ -1,32 +1,33 @@
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
-
- org.acme.examples
- kogito-springboot-examples
- 2.0.0-SNAPSHOT
-
process-usertasks-springboot
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process with Usertasks Spring Boot
Kogito usertasks orchestration - Spring Boot
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 2.6.6
+ 3.3.1
+ 3.1.2
-
- org.kie.kogito
- kogito-spring-boot-bom
- ${kogito.bom.version}
- pom
- import
-
+
+ org.kie.kogito
+ kogito-spring-boot-bom
+ ${kogito.bom.version}
+ pom
+ import
+
@@ -69,6 +70,22 @@
${version.org.kie.kogito}
true
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+ ${project.build.outputDirectory}
+
+
+
+ com.google.cloud.tools
+ jib-maven-plugin
+ ${version.jib.plugin}
+
+ true
+
+
diff --git a/kogito-springboot-examples/process-usertasks-with-security-oidc-springboot-with-console/pom.xml b/kogito-springboot-examples/process-usertasks-with-security-oidc-springboot-with-console/pom.xml
index ddcea61146..9686a1dbd5 100644
--- a/kogito-springboot-examples/process-usertasks-with-security-oidc-springboot-with-console/pom.xml
+++ b/kogito-springboot-examples/process-usertasks-with-security-oidc-springboot-with-console/pom.xml
@@ -3,20 +3,24 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
-
- org.acme.examples
- kogito-springboot-examples
- 2.0.0-SNAPSHOT
-
process-usertasks-with-security-oidc-springboot-with-console
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process Usertasks With Security OIDC Spring Boot :: Console
- Kogito usertasks orchestration with security enabled on REST api - Spring Boot - With Console
+ Kogito usertasks orchestration with security enabled on REST api - Spring Boot - With Console
+
true
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 2.6.6
+ 20.0.2
+ 14.0.6.Final
+ 3.3.1
+ 3.1.2
@@ -134,6 +138,22 @@
${version.org.kie.kogito}
true
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+ ${project.build.outputDirectory}
+
+
+
+ com.google.cloud.tools
+ jib-maven-plugin
+ ${version.jib.plugin}
+
+ true
+
+
diff --git a/kogito-springboot-examples/process-usertasks-with-security-oidc-springboot/pom.xml b/kogito-springboot-examples/process-usertasks-with-security-oidc-springboot/pom.xml
index 09b3770bd9..2ee80eb1ac 100644
--- a/kogito-springboot-examples/process-usertasks-with-security-oidc-springboot/pom.xml
+++ b/kogito-springboot-examples/process-usertasks-with-security-oidc-springboot/pom.xml
@@ -3,19 +3,21 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
-
- org.acme.examples
- kogito-springboot-examples
- 2.0.0-SNAPSHOT
-
process-usertasks-with-security-oidc-springboot
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process Usertasks With Security OIDC Spring Boot
Kogito usertasks orchestration with security enabled on REST api - Spring Boot
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 20.0.2
+ 2.6.6
+ 3.3.1
+ 3.1.2
@@ -80,6 +82,7 @@
org.springframework.boot
spring-boot-maven-plugin
+ ${version.org.springframework.boot}
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005
@@ -97,6 +100,22 @@
${version.org.kie.kogito}
true
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+ ${project.build.outputDirectory}
+
+
+
+ com.google.cloud.tools
+ jib-maven-plugin
+ ${version.jib.plugin}
+
+ true
+
+
diff --git a/kogito-springboot-examples/process-usertasks-with-security-springboot/pom.xml b/kogito-springboot-examples/process-usertasks-with-security-springboot/pom.xml
index 81d38741ad..d3e18a8d38 100644
--- a/kogito-springboot-examples/process-usertasks-with-security-springboot/pom.xml
+++ b/kogito-springboot-examples/process-usertasks-with-security-springboot/pom.xml
@@ -1,21 +1,23 @@
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
-
- org.acme.examples
- kogito-springboot-examples
- 2.0.0-SNAPSHOT
-
process-usertasks-with-security-springboot
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Process Usertasks With Security Spring Boot
Kogito usertasks orchestration with security enabled on REST api - Spring Boot
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 2.6.6
+ 11
+ 3.3.1
+ 3.1.2
@@ -78,6 +80,22 @@
${version.org.kie.kogito}
true
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+ ${project.build.outputDirectory}
+
+
+
+ com.google.cloud.tools
+ jib-maven-plugin
+ ${version.jib.plugin}
+
+ true
+
+
diff --git a/kogito-springboot-examples/rules-legacy-springboot-example/pom.xml b/kogito-springboot-examples/rules-legacy-springboot-example/pom.xml
index ae76db27ec..e577fd4969 100644
--- a/kogito-springboot-examples/rules-legacy-springboot-example/pom.xml
+++ b/kogito-springboot-examples/rules-legacy-springboot-example/pom.xml
@@ -4,17 +4,18 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4.0.0
-
- org.acme.examples
- kogito-springboot-examples
- 2.0.0-SNAPSHOT
-
rules-legacy-springboot-example
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: Rules Legacy API - Spring Boot
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 3.3.1
+ 2.6.6
+ 3.1.2
@@ -64,6 +65,7 @@
org.springframework.boot
spring-boot-maven-plugin
+ ${version.org.springframework.boot}
@@ -72,6 +74,22 @@
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+ ${project.build.outputDirectory}
+
+
+
+ com.google.cloud.tools
+ jib-maven-plugin
+ ${version.jib.plugin}
+
+ true
+
+
diff --git a/kogito-springboot-examples/rules-legacy-springboot-example/src/test/resources/logback-test.xml b/kogito-springboot-examples/rules-legacy-springboot-example/src/test/resources/logback-test.xml
index 9d5906898a..7d13213601 100644
--- a/kogito-springboot-examples/rules-legacy-springboot-example/src/test/resources/logback-test.xml
+++ b/kogito-springboot-examples/rules-legacy-springboot-example/src/test/resources/logback-test.xml
@@ -8,7 +8,7 @@
-
+
\ No newline at end of file
diff --git a/kogito-springboot-examples/ruleunit-event-driven-springboot/pom.xml b/kogito-springboot-examples/ruleunit-event-driven-springboot/pom.xml
index 777cca5b21..023ebb8750 100644
--- a/kogito-springboot-examples/ruleunit-event-driven-springboot/pom.xml
+++ b/kogito-springboot-examples/ruleunit-event-driven-springboot/pom.xml
@@ -4,17 +4,18 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4.0.0
-
- org.acme.examples
- kogito-springboot-examples
- 2.0.0-SNAPSHOT
-
ruleunit-event-driven-springboot
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: RuleUnit Event Driven :: Spring Boot
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 3.3.1
+ 2.6.6
+ 3.1.2
@@ -78,6 +79,7 @@
org.springframework.boot
spring-boot-maven-plugin
+ ${version.org.springframework.boot}
@@ -86,6 +88,22 @@
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+ ${project.build.outputDirectory}
+
+
+
+ com.google.cloud.tools
+ jib-maven-plugin
+ ${version.jib.plugin}
+
+ true
+
+
diff --git a/kogito-springboot-examples/ruleunit-springboot-example/pom.xml b/kogito-springboot-examples/ruleunit-springboot-example/pom.xml
index 3823487c75..f6da57bf11 100644
--- a/kogito-springboot-examples/ruleunit-springboot-example/pom.xml
+++ b/kogito-springboot-examples/ruleunit-springboot-example/pom.xml
@@ -4,17 +4,18 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4.0.0
-
- org.acme.examples
- kogito-springboot-examples
- 2.0.0-SNAPSHOT
-
ruleunit-springboot-example
+ org.acme.examples
+ 2.0.0-SNAPSHOT
+
Kogito Example :: RuleUnit - Spring Boot
2.0.0-SNAPSHOT
2.0.0-SNAPSHOT
+ 3.3.1
+ 2.6.6
+ 3.1.2
@@ -64,6 +65,7 @@
org.springframework.boot
spring-boot-maven-plugin
+ ${version.org.springframework.boot}
@@ -72,6 +74,22 @@
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+ ${project.build.outputDirectory}
+
+
+
+ com.google.cloud.tools
+ jib-maven-plugin
+ ${version.jib.plugin}
+
+ true
+
+
diff --git a/kogito-springboot-examples/ruleunit-springboot-example/src/test/resources/logback-test.xml b/kogito-springboot-examples/ruleunit-springboot-example/src/test/resources/logback-test.xml
index 9d5906898a..7d13213601 100644
--- a/kogito-springboot-examples/ruleunit-springboot-example/src/test/resources/logback-test.xml
+++ b/kogito-springboot-examples/ruleunit-springboot-example/src/test/resources/logback-test.xml
@@ -8,7 +8,7 @@
-
+
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index b51c68477a..0158b644de 100755
--- a/pom.xml
+++ b/pom.xml
@@ -4,15 +4,11 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4.0.0
-
- org.kie.kogito
- kogito-build-no-bom-parent
- 2.0.0-SNAPSHOT
-
org.acme.examples
kogito-examples
pom
+ 2.0.0-SNAPSHOT
Kogito Example
Kogito Example
@@ -32,8 +28,6 @@
- UTF-8
-
2.0.0-SNAPSHOT
1
@@ -49,7 +43,13 @@
1.4.0
4.5.3
- 3.3.1
+
+
+ 2.8.2
+ 3.1.2
+ 3.0.1
+ 3.1.0
+ 3.0.0-M2
@@ -157,7 +157,7 @@
org.kie.kogito
kogito-test-utils
- ${version.org.kie.kogito}
+ ${version.org.kie.kogito}
@@ -190,7 +190,7 @@
org.apache.maven.plugins
maven-failsafe-plugin
- ${version.surefire.plugin}
+ ${version.failsafe.plugin}
${surefire.forkCount}
true
@@ -204,14 +204,14 @@
${tests.category}
${enable.resource.infinispan}
${enable.resource.kafka}
- ${enable.resource.postgresql}
+
${enable.resource.mongodb}
${container.image.keycloak}
${container.image.infinispan}
${container.image.kafka}
- ${project.build.directory}/${project.build.finalName}-runner
+
- ${project.build.outputDirectory}
+
${project.build.directory}/test-run
@@ -223,6 +223,7 @@
+
org.apache.maven.plugins
maven-enforcer-plugin
@@ -304,7 +305,9 @@
${java.module.name}.tests
- ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}.${osgi.snapshot.qualifier}
+
+ ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}.${osgi.snapshot.qualifier}
+
${project.name}
${project.organization.name}
@@ -336,7 +339,9 @@
2
${java.module.name}.source
- ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}.${osgi.snapshot.qualifier}
+
+ ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}.${osgi.snapshot.qualifier}
+
${project.name}
${project.organization.name}
@@ -356,7 +361,9 @@
2
${java.module.name}.tests.source
- ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}.${osgi.snapshot.qualifier}
+
+ ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}.${osgi.snapshot.qualifier}
+
${project.name}
${project.organization.name}
diff --git a/serverless-workflow-examples/pom.xml b/serverless-workflow-examples/pom.xml
index ae833d1dab..0fe0c8e162 100644
--- a/serverless-workflow-examples/pom.xml
+++ b/serverless-workflow-examples/pom.xml
@@ -4,13 +4,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4.0.0
-
- org.acme.examples
- kogito-examples
- 2.0.0-SNAPSHOT
-
-
serverless-workflow-examples
+ org.acme.examples
+ 2.0.0-SNAPSHOT
pom
Kogito Example :: Serverless Workflow
diff --git a/serverless-workflow-examples/serverless-workflow-annotations-description/pom.xml b/serverless-workflow-examples/serverless-workflow-annotations-description/pom.xml
index 5e685e8e75..df1718907a 100644
--- a/serverless-workflow-examples/serverless-workflow-annotations-description/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-annotations-description/pom.xml
@@ -2,133 +2,133 @@
- 4.0.0
+ 4.0.0
- org.acme.examples
- serverless-workflow-annotations-description
- 1.0-SNAPSHOT
+ org.acme.examples
+ serverless-workflow-annotations-description
+ 1.0-SNAPSHOT
- Kogito Example :: Serverless Workflow Annotations and Description:: Quarkus
- Kogito Serverless Workflow Example - Quarkus
-
- 2.16.10.Final
- quarkus-bom
- io.quarkus
- 2.16.10.Final
- 3.22.0
- org.kie.kogito
- kogito-bom
- 2.0.0-SNAPSHOT
- 3.8.1
- 11
- 3.0.0-M7
-
-
-
-
- ${quarkus.platform.group-id}
- ${quarkus.platform.artifact-id}
- ${quarkus.platform.version}
- pom
- import
-
-
- ${kogito.bom.group-id}
- ${kogito.bom.artifact-id}
- ${kogito.bom.version}
- pom
- import
-
-
-
+ Kogito Example :: Serverless Workflow Annotations and Description:: Quarkus
+ Kogito Serverless Workflow Example - Quarkus
+
+ 2.16.10.Final
+ quarkus-bom
+ io.quarkus
+ 2.16.10.Final
+ 3.22.0
+ org.kie.kogito
+ kogito-bom
+ 2.0.0-SNAPSHOT
+ 3.8.1
+ 11
+ 3.1.2
+
+
+
+ ${quarkus.platform.group-id}
+ ${quarkus.platform.artifact-id}
+ ${quarkus.platform.version}
+ pom
+ import
+
+
+ ${kogito.bom.group-id}
+ ${kogito.bom.artifact-id}
+ ${kogito.bom.version}
+ pom
+ import
+
+
+
+
+
+ org.kie.kogito
+ kogito-quarkus-serverless-workflow
+
+
+ io.quarkus
+ quarkus-resteasy
+
+
+ io.quarkus
+ quarkus-resteasy-jackson
+
+
+ org.kie.kogito
+ kogito-quarkus-serverless-workflow-devui
+
+
+ org.kie.kogito
+ kogito-addons-quarkus-source-files
+
+
+ io.quarkus
+ quarkus-junit5
+ test
+
+
+ org.assertj
+ assertj-core
+ ${version.org.assertj}
+ test
+
+
+
+
+ ${project.artifactId}
+
+
+ maven-compiler-plugin
+ ${version.compiler.plugin}
+
+ ${maven.compiler.release}
+
+
+
+ ${quarkus.platform.group-id}
+ quarkus-maven-plugin
+ ${quarkus-plugin.version}
+ true
+
+
+
+ build
+ generate-code
+ generate-code-tests
+
+
+
+
+
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${maven.home}
+
+
+
+
+
+
+
+ container
+
+
+ container
+
+
+
+ container
+
+
- org.kie.kogito
- kogito-quarkus-serverless-workflow
-
-
- io.quarkus
- quarkus-resteasy
-
-
- io.quarkus
- quarkus-resteasy-jackson
-
-
- org.kie.kogito
- kogito-quarkus-serverless-workflow-devui
-
-
- org.kie.kogito
- kogito-addons-quarkus-source-files
-
-
- io.quarkus
- quarkus-junit5
- test
-
-
- org.assertj
- assertj-core
- ${version.org.assertj}
- test
+ io.quarkus
+ quarkus-container-image-jib
-
-
-
- ${project.artifactId}
-
-
- maven-compiler-plugin
- ${version.compiler.plugin}
-
- ${maven.compiler.release}
-
-
-
- ${quarkus.platform.group-id}
- quarkus-maven-plugin
- ${quarkus-plugin.version}
- true
-
-
-
- build
- generate-code
- generate-code-tests
-
-
-
-
-
- maven-surefire-plugin
- ${version.surefire.plugin}
-
-
- org.jboss.logmanager.LogManager
- ${maven.home}
-
-
-
-
-
-
-
- container
-
-
- container
-
-
-
- container
-
-
-
- io.quarkus
- quarkus-container-image-jib
-
-
-
-
+
+
+
diff --git a/serverless-workflow-examples/serverless-workflow-callback-events-over-http-quarkus/callback-event-service/pom.xml b/serverless-workflow-examples/serverless-workflow-callback-events-over-http-quarkus/callback-event-service/pom.xml
index 7369fa1b14..b55391c43a 100644
--- a/serverless-workflow-examples/serverless-workflow-callback-events-over-http-quarkus/callback-event-service/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-callback-events-over-http-quarkus/callback-event-service/pom.xml
@@ -3,126 +3,124 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- 4.0.0
-
- org.acme.examples
- serverless-workflow-callback-events-over-http-quarkus
- 1.0-SNAPSHOT
-
- callback-event-service
- Kogito Example :: Serverless Workflow CallBack Over HTTP Quarkus :: Callback Event Service
-
- 2.16.10.Final
- quarkus-bom
- io.quarkus
- 2.16.10.Final
- org.kie.kogito
- kogito-bom
- 2.0.0-SNAPSHOT
- 3.8.1
- 11
- 3.0.0-M7
-
+ 4.0.0
+ org.acme.examples
+ callback-event-service
+ 1.0-SNAPSHOT
-
-
-
- ${quarkus.platform.group-id}
- ${quarkus.platform.artifact-id}
- ${quarkus.platform.version}
- pom
- import
-
-
- ${kogito.bom.group-id}
- ${kogito.bom.artifact-id}
- ${kogito.bom.version}
- pom
- import
-
-
-
+ Kogito Example :: Serverless Workflow CallBack Over HTTP Quarkus :: Callback Event Service
+
+ 2.16.10.Final
+ quarkus-bom
+ io.quarkus
+ 2.16.10.Final
+ org.kie.kogito
+ kogito-bom
+ 2.0.0-SNAPSHOT
+ 3.8.1
+ 11
+ 3.1.2
+
+
+
+
+ ${quarkus.platform.group-id}
+ ${quarkus.platform.artifact-id}
+ ${quarkus.platform.version}
+ pom
+ import
+
+
+ ${kogito.bom.group-id}
+ ${kogito.bom.artifact-id}
+ ${kogito.bom.version}
+ pom
+ import
+
+
+
+
+
+ io.quarkus
+ quarkus-smallrye-openapi
+
+
+ io.quarkus
+ quarkus-resteasy-reactive-jackson
+
+
+ io.quarkus
+ quarkus-vertx
+
+
+ io.smallrye.reactive
+ smallrye-mutiny-vertx-web-client
+
+
+ org.kie.kogito
+ kogito-events-core
+
+
+
+ ${project.artifactId}
+
+
+ maven-compiler-plugin
+ ${version.compiler.plugin}
+
+ ${maven.compiler.release}
+
+
+
+ ${quarkus.platform.group-id}
+ quarkus-maven-plugin
+ ${quarkus-plugin.version}
+
+
+
+ build
+
+
+
+
+
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${maven.home}
+
+
+
+
+
+ integration-test
+ verify
+
+
+
+
+
+
+
+
+ container
+
+
+ container
+
+
+
+ container
+
+
- io.quarkus
- quarkus-smallrye-openapi
-
-
- io.quarkus
- quarkus-resteasy-reactive-jackson
-
-
- io.quarkus
- quarkus-vertx
-
-
- io.smallrye.reactive
- smallrye-mutiny-vertx-web-client
-
-
- org.kie.kogito
- kogito-events-core
+ io.quarkus
+ quarkus-container-image-jib
-
-
- ${project.artifactId}
-
-
- maven-compiler-plugin
- ${version.compiler.plugin}
-
- ${maven.compiler.release}
-
-
-
- ${quarkus.platform.group-id}
- quarkus-maven-plugin
- ${quarkus-plugin.version}
-
-
-
- build
-
-
-
-
-
- maven-failsafe-plugin
- ${version.failsafe.plugin}
-
-
- org.jboss.logmanager.LogManager
- ${maven.home}
-
-
-
-
-
- integration-test
- verify
-
-
-
-
-
-
-
-
- container
-
-
- container
-
-
-
- container
-
-
-
- io.quarkus
- quarkus-container-image-jib
-
-
-
-
+
+
+
\ No newline at end of file
diff --git a/serverless-workflow-examples/serverless-workflow-callback-events-over-http-quarkus/callback-workflow/pom.xml b/serverless-workflow-examples/serverless-workflow-callback-events-over-http-quarkus/callback-workflow/pom.xml
index 61ae4f2ab1..a1aec8bd0d 100644
--- a/serverless-workflow-examples/serverless-workflow-callback-events-over-http-quarkus/callback-workflow/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-callback-events-over-http-quarkus/callback-workflow/pom.xml
@@ -3,153 +3,150 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- 4.0.0
-
- org.acme.examples
- serverless-workflow-callback-events-over-http-quarkus
- 1.0-SNAPSHOT
-
- callback-workflow
- Kogito Example :: Serverless Workflow CallBack Over HTTP Quarkus :: Service
- Kogito Serverless Workflow Callback Example Over HTTP - Quarkus
-
- 2.16.10.Final
- quarkus-bom
- io.quarkus
- 2.16.10.Final
- org.kie.kogito
- kogito-bom
- 2.0.0-SNAPSHOT
- 3.8.1
- 11
- 3.0.0-M7
- 2.33.2
- 2.35.0
-
+ 4.0.0
+ org.acme.examples
+ callback-workflow
+ 1.0-SNAPSHOT
+ Kogito Example :: Serverless Workflow CallBack Over HTTP Quarkus :: Service
+ Kogito Serverless Workflow Callback Example Over HTTP - Quarkus
+
+ 2.16.10.Final
+ quarkus-bom
+ io.quarkus
+ 2.16.10.Final
+ org.kie.kogito
+ kogito-bom
+ 2.0.0-SNAPSHOT
+ 3.8.1
+ 11
+ 3.1.2
+ 2.33.2
+ 2.35.0
+
-
-
-
- ${quarkus.platform.group-id}
- ${quarkus.platform.artifact-id}
- ${quarkus.platform.version}
- pom
- import
-
-
- ${kogito.bom.group-id}
- ${kogito.bom.artifact-id}
- ${kogito.bom.version}
- pom
- import
-
-
-
+
+
+ ${quarkus.platform.group-id}
+ ${quarkus.platform.artifact-id}
+ ${quarkus.platform.version}
+ pom
+ import
+
+
+ ${kogito.bom.group-id}
+ ${kogito.bom.artifact-id}
+ ${kogito.bom.version}
+ pom
+ import
+
+
+
+
+
+ org.kie.kogito
+ kogito-quarkus-serverless-workflow
+
+
+ io.quarkus
+ quarkus-resteasy
+
+
+ io.quarkus
+ quarkus-resteasy-jackson
+
+
+ org.kie.kogito
+ kogito-quarkus-serverless-workflow-devui
+
+
+ org.kie.kogito
+ kogito-addons-quarkus-source-files
+
+
+ io.quarkus
+ quarkus-junit5
+ test
+
+
+ io.rest-assured
+ rest-assured
+ test
+
+
+ com.github.tomakehurst
+ wiremock-jre8
+ ${version.com.github.tomakehurst.wiremock}
+ test
+
+
+ org.wiremock
+ wiremock-webhooks-extension
+ ${version.org.wiremock.webhooks}
+ test
+
+
+
+ ${project.artifactId}
+
+
+ maven-compiler-plugin
+ ${version.compiler.plugin}
+
+ ${maven.compiler.release}
+
+
+
+ ${quarkus.platform.group-id}
+ quarkus-maven-plugin
+ ${quarkus-plugin.version}
+
+
+
+ generate-code
+ generate-code-tests
+ build
+
+
+
+
+
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${maven.home}
+
+
+
+
+
+ integration-test
+ verify
+
+
+
+
+
+
+
+
+ container
+
+
+ container
+
+
+
+ container
+
+
- org.kie.kogito
- kogito-quarkus-serverless-workflow
-
-
- io.quarkus
- quarkus-resteasy
-
-
- io.quarkus
- quarkus-resteasy-jackson
-
-
- org.kie.kogito
- kogito-quarkus-serverless-workflow-devui
-
-
- org.kie.kogito
- kogito-addons-quarkus-source-files
-
-
- io.quarkus
- quarkus-junit5
- test
-
-
- io.rest-assured
- rest-assured
- test
-
-
- com.github.tomakehurst
- wiremock-jre8
- ${version.com.github.tomakehurst.wiremock}
- test
-
-
- org.wiremock
- wiremock-webhooks-extension
- ${version.org.wiremock.webhooks}
- test
+ io.quarkus
+ quarkus-container-image-jib
-
-
- ${project.artifactId}
-
-
- maven-compiler-plugin
- ${version.compiler.plugin}
-
- ${maven.compiler.release}
-
-
-
- ${quarkus.platform.group-id}
- quarkus-maven-plugin
- ${quarkus-plugin.version}
-
-
-
- generate-code
- generate-code-tests
- build
-
-
-
-
-
- maven-failsafe-plugin
- ${version.failsafe.plugin}
-
-
- org.jboss.logmanager.LogManager
- ${maven.home}
-
-
-
-
-
- integration-test
- verify
-
-
-
-
-
-
-
-
- container
-
-
- container
-
-
-
- container
-
-
-
- io.quarkus
- quarkus-container-image-jib
-
-
-
-
+
+
+
diff --git a/serverless-workflow-examples/serverless-workflow-callback-events-over-http-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-callback-events-over-http-quarkus/pom.xml
index 7cfc6646ff..3df7ecc1ad 100644
--- a/serverless-workflow-examples/serverless-workflow-callback-events-over-http-quarkus/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-callback-events-over-http-quarkus/pom.xml
@@ -3,16 +3,16 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- 4.0.0
- org.acme.examples
- serverless-workflow-callback-events-over-http-quarkus
- 1.0-SNAPSHOT
- Kogito Example :: Serverless Workflow CallBack Over HTTP :: Quarkus
- Kogito Serverless Workflow Callback Over HTTP Example - Quarkus
- pom
+ 4.0.0
+ org.acme.examples
+ serverless-workflow-callback-events-over-http-quarkus
+ 1.0-SNAPSHOT
+ Kogito Example :: Serverless Workflow CallBack Over HTTP :: Quarkus
+ Kogito Serverless Workflow Callback Over HTTP Example - Quarkus
+ pom
-
- callback-event-service
- callback-workflow
-
+
+ callback-event-service
+ callback-workflow
+
\ No newline at end of file
diff --git a/serverless-workflow-examples/serverless-workflow-callback-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-callback-quarkus/pom.xml
index a88c72863a..aa6465b8fa 100644
--- a/serverless-workflow-examples/serverless-workflow-callback-quarkus/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-callback-quarkus/pom.xml
@@ -1,5 +1,6 @@
-
4.0.0
@@ -19,7 +20,7 @@
2.0.0-SNAPSHOT
3.8.1
11
- 3.0.0-M7
+ 3.1.2
diff --git a/serverless-workflow-examples/serverless-workflow-camel-routes/pom.xml b/serverless-workflow-examples/serverless-workflow-camel-routes/pom.xml
index 5192348973..61bd47038f 100644
--- a/serverless-workflow-examples/serverless-workflow-camel-routes/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-camel-routes/pom.xml
@@ -21,7 +21,7 @@
2.0.0-SNAPSHOT
11
3.8.1
- 3.0.0-M7
+ 3.1.2
3.5.4
diff --git a/serverless-workflow-examples/serverless-workflow-compensation-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-compensation-quarkus/pom.xml
index 9c66bb55d5..026b4f45e2 100644
--- a/serverless-workflow-examples/serverless-workflow-compensation-quarkus/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-compensation-quarkus/pom.xml
@@ -1,5 +1,6 @@
-
4.0.0
@@ -18,7 +19,7 @@
kogito-bom
2.0.0-SNAPSHOT
3.8.1
- 3.0.0-M7
+ 3.1.2
11
0.0.9
diff --git a/serverless-workflow-examples/serverless-workflow-consuming-events-over-http-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-consuming-events-over-http-quarkus/pom.xml
index 75f9a7eb38..5faa95aec5 100644
--- a/serverless-workflow-examples/serverless-workflow-consuming-events-over-http-quarkus/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-consuming-events-over-http-quarkus/pom.xml
@@ -3,145 +3,145 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- 4.0.0
+ 4.0.0
- org.acme.examples
- serverless-workflow-consuming-events-over-http-quarkus
+ org.acme.examples
+ serverless-workflow-consuming-events-over-http-quarkus
- 1.0-SNAPSHOT
- Kogito Example :: Serverless Workflow Consuming Events Over HTTP :: Quarkus
- Kogito Serverless Workflow Consuming Events Over HTTP - Quarkus
-
- 2.16.10.Final
- quarkus-bom
- io.quarkus
- 2.16.10.Final
- org.kie.kogito
- kogito-bom
- 2.0.0-SNAPSHOT
- 3.8.1
- 11
- 3.0.0-M7
-
+ 1.0-SNAPSHOT
+ Kogito Example :: Serverless Workflow Consuming Events Over HTTP :: Quarkus
+ Kogito Serverless Workflow Consuming Events Over HTTP - Quarkus
+
+ 2.16.10.Final
+ quarkus-bom
+ io.quarkus
+ 2.16.10.Final
+ org.kie.kogito
+ kogito-bom
+ 2.0.0-SNAPSHOT
+ 3.8.1
+ 11
+ 3.1.2
+
-
-
-
- ${quarkus.platform.group-id}
- ${quarkus.platform.artifact-id}
- ${quarkus.platform.version}
- pom
- import
-
-
- ${kogito.bom.group-id}
- ${kogito.bom.artifact-id}
- ${kogito.bom.version}
- pom
- import
-
-
-
+
+
+ ${quarkus.platform.group-id}
+ ${quarkus.platform.artifact-id}
+ ${quarkus.platform.version}
+ pom
+ import
+
+
+ ${kogito.bom.group-id}
+ ${kogito.bom.artifact-id}
+ ${kogito.bom.version}
+ pom
+ import
+
+
+
+
+
+ org.kie.kogito
+ kogito-quarkus-serverless-workflow
+
+
+ io.quarkus
+ quarkus-resteasy
+
+
+ io.quarkus
+ quarkus-resteasy-jackson
+
+
+ org.kie.kogito
+ kogito-quarkus-serverless-workflow-devui
+
+
+ org.kie.kogito
+ kogito-addons-quarkus-source-files
+
+
+ org.kie.kogito
+ kogito-addons-quarkus-process-management
+
+
+ io.quarkus
+ quarkus-junit5
+ test
+
+
+ io.rest-assured
+ rest-assured
+ test
+
+
+ org.awaitility
+ awaitility
+ test
+
+
+
+ ${project.artifactId}
+
+
+ maven-compiler-plugin
+ ${version.compiler.plugin}
+
+ ${maven.compiler.release}
+
+
+
+ ${quarkus.platform.group-id}
+ quarkus-maven-plugin
+ ${quarkus-plugin.version}
+
+
+
+ build
+
+
+
+
+
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${maven.home}
+
+
+
+
+
+ integration-test
+ verify
+
+
+
+
+
+
+
+
+ container
+
+
+ container
+
+
+
+ container
+
+
- org.kie.kogito
- kogito-quarkus-serverless-workflow
-
-
- io.quarkus
- quarkus-resteasy
-
-
- io.quarkus
- quarkus-resteasy-jackson
-
-
- org.kie.kogito
- kogito-quarkus-serverless-workflow-devui
-
-
- org.kie.kogito
- kogito-addons-quarkus-source-files
-
-
- org.kie.kogito
- kogito-addons-quarkus-process-management
-
-
- io.quarkus
- quarkus-junit5
- test
-
-
- io.rest-assured
- rest-assured
- test
-
-
- org.awaitility
- awaitility
- test
+ io.quarkus
+ quarkus-container-image-jib
-
-
- ${project.artifactId}
-
-
- maven-compiler-plugin
- ${version.compiler.plugin}
-
- ${maven.compiler.release}
-
-
-
- ${quarkus.platform.group-id}
- quarkus-maven-plugin
- ${quarkus-plugin.version}
-
-
-
- build
-
-
-
-
-
- maven-failsafe-plugin
- ${version.failsafe.plugin}
-
-
- org.jboss.logmanager.LogManager
- ${maven.home}
-
-
-
-
-
- integration-test
- verify
-
-
-
-
-
-
-
-
- container
-
-
- container
-
-
-
- container
-
-
-
- io.quarkus
- quarkus-container-image-jib
-
-
-
-
+
+
+
\ No newline at end of file
diff --git a/serverless-workflow-examples/serverless-workflow-correlation-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-correlation-quarkus/pom.xml
index 9481ce905b..6b86ab8f43 100644
--- a/serverless-workflow-examples/serverless-workflow-correlation-quarkus/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-correlation-quarkus/pom.xml
@@ -1,5 +1,6 @@
-
4.0.0
@@ -19,7 +20,7 @@
2.0.0-SNAPSHOT
3.8.1
11
- 3.0.0-M7
+ 3.1.2
@@ -73,7 +74,7 @@
org.kie.kogito
kogito-addons-quarkus-source-files
-
+
io.quarkus
quarkus-junit5
diff --git a/serverless-workflow-examples/serverless-workflow-custom-function-knative/custom-function-knative-service/pom.xml b/serverless-workflow-examples/serverless-workflow-custom-function-knative/custom-function-knative-service/pom.xml
index bf15ce4075..2bc4cc2c47 100644
--- a/serverless-workflow-examples/serverless-workflow-custom-function-knative/custom-function-knative-service/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-custom-function-knative/custom-function-knative-service/pom.xml
@@ -3,130 +3,129 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- 4.0.0
-
- org.acme.examples
- serverless-workflow-custom-function-knative
- 1.0-SNAPSHOT
-
- custom-function-knative-service
- Kogito Example :: Serverless Workflow Custom Function Knative :: Service
-
- 2.16.10.Final
- quarkus-bom
- io.quarkus
- 2.16.10.Final
- org.kie.kogito
- kogito-bom
- 2.0.0-SNAPSHOT
- 3.8.1
- 11
- 3.0.0-M7
-
+ 4.0.0
-
-
-
- ${quarkus.platform.group-id}
- ${quarkus.platform.artifact-id}
- ${quarkus.platform.version}
- pom
- import
-
-
- ${kogito.bom.group-id}
- ${kogito.bom.artifact-id}
- ${kogito.bom.version}
- pom
- import
-
-
-
+ custom-function-knative-service
+ org.acme.examples
+ 1.0-SNAPSHOT
+ Kogito Example :: Serverless Workflow Custom Function Knative :: Service
+
+
+ 2.16.10.Final
+ quarkus-bom
+ io.quarkus
+ 2.16.10.Final
+ org.kie.kogito
+ kogito-bom
+ 2.0.0-SNAPSHOT
+ 3.8.1
+ 11
+ 3.1.2
+
+
+
+
+ ${quarkus.platform.group-id}
+ ${quarkus.platform.artifact-id}
+ ${quarkus.platform.version}
+ pom
+ import
+
+
+ ${kogito.bom.group-id}
+ ${kogito.bom.artifact-id}
+ ${kogito.bom.version}
+ pom
+ import
+
+
+
+
+
+ io.quarkus
+ quarkus-smallrye-openapi
+
+
+ io.quarkus
+ quarkus-resteasy-reactive
+
+
+ io.quarkus
+ quarkus-resteasy-reactive-jackson
+
+
+ io.quarkus
+ quarkus-kubernetes
+
+
+ io.quarkus
+ quarkus-container-image-jib
+
+
+ io.quarkus
+ quarkus-funqy-knative-events
+
+
+
+ ${project.artifactId}
+
+
+ maven-compiler-plugin
+ ${version.compiler.plugin}
+
+ ${maven.compiler.release}
+
+
+
+ ${quarkus.platform.group-id}
+ quarkus-maven-plugin
+ ${quarkus-plugin.version}
+
+
+
+ build
+
+
+
+
+
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${maven.home}
+
+
+
+
+
+ integration-test
+ verify
+
+
+
+
+
+
+
+
+ container
+
+
+ container
+
+
+
+ container
+
+
- io.quarkus
- quarkus-smallrye-openapi
-
-
- io.quarkus
- quarkus-resteasy-reactive
-
-
- io.quarkus
- quarkus-resteasy-reactive-jackson
-
-
- io.quarkus
- quarkus-kubernetes
-
-
- io.quarkus
- quarkus-container-image-jib
-
-
- io.quarkus
- quarkus-funqy-knative-events
+ io.quarkus
+ quarkus-container-image-jib
-
-
- ${project.artifactId}
-
-
- maven-compiler-plugin
- ${version.compiler.plugin}
-
- ${maven.compiler.release}
-
-
-
- ${quarkus.platform.group-id}
- quarkus-maven-plugin
- ${quarkus-plugin.version}
-
-
-
- build
-
-
-
-
-
- maven-failsafe-plugin
- ${version.failsafe.plugin}
-
-
- org.jboss.logmanager.LogManager
- ${maven.home}
-
-
-
-
-
- integration-test
- verify
-
-
-
-
-
-
-
-
- container
-
-
- container
-
-
-
- container
-
-
-
- io.quarkus
- quarkus-container-image-jib
-
-
-
-
+
+
+
\ No newline at end of file
diff --git a/serverless-workflow-examples/serverless-workflow-custom-function-knative/pom.xml b/serverless-workflow-examples/serverless-workflow-custom-function-knative/pom.xml
index bdb5c2269e..9ae99fd5a8 100644
--- a/serverless-workflow-examples/serverless-workflow-custom-function-knative/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-custom-function-knative/pom.xml
@@ -3,16 +3,17 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- 4.0.0
- org.acme.examples
- serverless-workflow-custom-function-knative
- 1.0-SNAPSHOT
- Kogito Example :: Serverless Workflow Custom Function :: Quarkus
- Kogito Serverless Workflow Custom Function Knative Example - Quarkus
- pom
+ 4.0.0
-
- custom-function-knative-service
- workflow
-
+ org.acme.examples
+ serverless-workflow-custom-function-knative
+ 1.0-SNAPSHOT
+ Kogito Example :: Serverless Workflow Custom Function :: Quarkus
+ Kogito Serverless Workflow Custom Function Knative Example - Quarkus
+ pom
+
+
+ custom-function-knative-service
+ workflow
+
\ No newline at end of file
diff --git a/serverless-workflow-examples/serverless-workflow-custom-function-knative/workflow/pom.xml b/serverless-workflow-examples/serverless-workflow-custom-function-knative/workflow/pom.xml
index b8258d74a0..19ce8a266d 100644
--- a/serverless-workflow-examples/serverless-workflow-custom-function-knative/workflow/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-custom-function-knative/workflow/pom.xml
@@ -3,167 +3,169 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- 4.0.0
-
- org.acme.examples
- serverless-workflow-custom-function-knative
- 1.0-SNAPSHOT
-
- workflow
- Kogito Example :: Serverless Workflow Custom Function Knative :: Workflow
- Kogito Serverless Workflow Custom Function Knative - Workflow
-
- 2.16.10.Final
- quarkus-bom
- io.quarkus
- 2.16.10.Final
- org.kie.kogito
- kogito-bom
- 2.0.0-SNAPSHOT
- 3.8.1
- 11
- 3.0.0-M7
- 2.33.2
- 2.35.0
-
+ 4.0.0
+
+ org.acme.examples
+ serverless-workflow-custom-function-knative
+ 1.0-SNAPSHOT
+
-
-
-
- ${quarkus.platform.group-id}
- ${quarkus.platform.artifact-id}
- ${quarkus.platform.version}
- pom
- import
-
-
- ${kogito.bom.group-id}
- ${kogito.bom.artifact-id}
- ${kogito.bom.version}
- pom
- import
-
-
-
+ workflow
+ Kogito Example :: Serverless Workflow Custom Function Knative :: Workflow
+ Kogito Serverless Workflow Custom Function Knative - Workflow
+
+
+ 2.16.10.Final
+ quarkus-bom
+ io.quarkus
+ 2.16.10.Final
+ org.kie.kogito
+ kogito-bom
+ 2.0.0-SNAPSHOT
+ 3.8.1
+ 11
+ 3.1.2
+ 2.33.2
+ 2.35.0
+
+
+
+
+ ${quarkus.platform.group-id}
+ ${quarkus.platform.artifact-id}
+ ${quarkus.platform.version}
+ pom
+ import
+
+
+ ${kogito.bom.group-id}
+ ${kogito.bom.artifact-id}
+ ${kogito.bom.version}
+ pom
+ import
+
+
+
+
+
+ org.kie.kogito
+ kogito-quarkus-serverless-workflow
+
+
+ io.quarkus
+ quarkus-resteasy
+
+
+ io.quarkus
+ quarkus-resteasy-jackson
+
+
+ org.kie.kogito
+ kogito-quarkus-serverless-workflow-devui
+
+
+ org.kie.kogito
+ kogito-addons-quarkus-source-files
+
+
+ org.kie.kogito
+ kogito-addons-quarkus-knative-serving
+
+
+ org.kie.kogito
+ kogito-addons-quarkus-kubernetes
+
+
+ org.kie.kogito
+ kogito-addons-quarkus-fabric8-kubernetes-service-catalog
+
+
+ io.quarkus
+ quarkus-kubernetes
+
+
+ io.quarkus
+ quarkus-container-image-jib
+
+
+ io.quarkus
+ quarkus-junit5
+ test
+
+
+ io.rest-assured
+ rest-assured
+ test
+
+
+ com.github.tomakehurst
+ wiremock-jre8
+ ${version.com.github.tomakehurst.wiremock}
+ test
+
+
+
+ ${project.artifactId}
+
+
+ maven-compiler-plugin
+ ${version.compiler.plugin}
+
+ ${maven.compiler.release}
+
+
+
+ ${quarkus.platform.group-id}
+ quarkus-maven-plugin
+ ${quarkus-plugin.version}
+
+
+
+ generate-code
+ generate-code-tests
+ build
+
+
+
+
+
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${maven.home}
+
+
+
+
+
+ integration-test
+ verify
+
+
+
+
+
+
+
+
+ container
+
+
+ container
+
+
+
+ container
+
+
- org.kie.kogito
- kogito-quarkus-serverless-workflow
-
-
- io.quarkus
- quarkus-resteasy
-
-
- io.quarkus
- quarkus-resteasy-jackson
-
-
- org.kie.kogito
- kogito-quarkus-serverless-workflow-devui
-
-
- org.kie.kogito
- kogito-addons-quarkus-source-files
-
-
- org.kie.kogito
- kogito-addons-quarkus-knative-serving
-
-
- org.kie.kogito
- kogito-addons-quarkus-kubernetes
-
-
- org.kie.kogito
- kogito-addons-quarkus-fabric8-kubernetes-service-catalog
-
-
- io.quarkus
- quarkus-kubernetes
-
-
- io.quarkus
- quarkus-container-image-jib
-
-
- io.quarkus
- quarkus-junit5
- test
-
-
- io.rest-assured
- rest-assured
- test
-
-
- com.github.tomakehurst
- wiremock-jre8
- ${version.com.github.tomakehurst.wiremock}
- test
+ io.quarkus
+ quarkus-container-image-jib
-
-
- ${project.artifactId}
-
-
- maven-compiler-plugin
- ${version.compiler.plugin}
-
- ${maven.compiler.release}
-
-
-
- ${quarkus.platform.group-id}
- quarkus-maven-plugin
- ${quarkus-plugin.version}
-
-
-
- generate-code
- generate-code-tests
- build
-
-
-
-
-
- maven-failsafe-plugin
- ${version.failsafe.plugin}
-
-
- org.jboss.logmanager.LogManager
- ${maven.home}
-
-
-
-
-
- integration-test
- verify
-
-
-
-
-
-
-
-
- container
-
-
- container
-
-
-
- container
-
-
-
- io.quarkus
- quarkus-container-image-jib
-
-
-
-
+
+
+
diff --git a/serverless-workflow-examples/serverless-workflow-custom-type/pom.xml b/serverless-workflow-examples/serverless-workflow-custom-type/pom.xml
index 6f11c67af3..3b6cbd853d 100644
--- a/serverless-workflow-examples/serverless-workflow-custom-type/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-custom-type/pom.xml
@@ -1,5 +1,6 @@
-
4.0.0
@@ -8,42 +9,7 @@
1.0-SNAPSHOT
pom
Kogito Example :: Serverless Workflow Custom type :: Quarkus
-
-
- 3.8.1
- 3.1.0
- 2.16.10.Final
- quarkus-bom
- io.quarkus
- 2.16.10.Final
- org.kie.kogito
- kogito-bom
- 2.0.0-SNAPSHOT
- 3.0.0-M7
- 11
- 1.7.30
-
-
-
-
-
- ${quarkus.platform.group-id}
- ${quarkus.platform.artifact-id}
- ${quarkus.platform.version}
- pom
- import
-
-
- ${kogito.bom.group-id}
- ${kogito.bom.artifact-id}
- ${kogito.bom.version}
- pom
- import
-
-
-
-
serverless-workflow-custom-rpc-deployment
serverless-workflow-custom-rpc
diff --git a/serverless-workflow-examples/serverless-workflow-custom-type/serverless-workflow-custom-rpc-deployment/pom.xml b/serverless-workflow-examples/serverless-workflow-custom-type/serverless-workflow-custom-rpc-deployment/pom.xml
index b2e98af178..a8135b36df 100644
--- a/serverless-workflow-examples/serverless-workflow-custom-type/serverless-workflow-custom-rpc-deployment/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-custom-type/serverless-workflow-custom-rpc-deployment/pom.xml
@@ -2,24 +2,43 @@
-
- serverless-workflow-custom-type
- org.acme.examples
- 1.0-SNAPSHOT
-
+
4.0.0
+ org.acme.examples
+ 1.0-SNAPSHOT
serverless-workflow-custom-rpc-deployment
+
Kogito Example :: Serverless Workflow Custom RPC :: Deployment
Custom addon to add custom rpc support
+
+ 3.8.1
+ 2.16.10.Final
+ org.kie.kogito
+ kogito-bom
+ 2.0.0-SNAPSHOT
+ 11
+
+
+
+
+
+ ${kogito.bom.group-id}
+ ${kogito.bom.artifact-id}
+ ${kogito.bom.version}
+ pom
+ import
+
+
+
+
org.acme.examples
serverless-workflow-custom-rpc
${project.version}
-
org.kie.kogito
kogito-quarkus-serverless-workflow-deployment
diff --git a/serverless-workflow-examples/serverless-workflow-custom-type/serverless-workflow-custom-rpc-server/pom.xml b/serverless-workflow-examples/serverless-workflow-custom-type/serverless-workflow-custom-rpc-server/pom.xml
index fd202102ca..1662383747 100644
--- a/serverless-workflow-examples/serverless-workflow-custom-type/serverless-workflow-custom-rpc-server/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-custom-type/serverless-workflow-custom-rpc-server/pom.xml
@@ -1,16 +1,37 @@
-
+
4.0.0
-
- org.acme.examples
- serverless-workflow-custom-type
- 1.0-SNAPSHOT
-
+
+ org.acme.examples
+ 1.0-SNAPSHOT
serverless-workflow-custom-rpc-server
+
Kogito Example :: Serverless Workflow Custom RPC Server :: Quarkus
Custom RPC server
-
+
+
+ 3.8.1
+ quarkus-bom
+ io.quarkus
+ 2.16.10.Final
+ 11
+
+
+
+
+
+ ${quarkus.platform.group-id}
+ ${quarkus.platform.artifact-id}
+ ${quarkus.platform.version}
+ pom
+ import
+
+
+
+
org.slf4j
diff --git a/serverless-workflow-examples/serverless-workflow-custom-type/serverless-workflow-custom-rpc/pom.xml b/serverless-workflow-examples/serverless-workflow-custom-type/serverless-workflow-custom-rpc/pom.xml
index b1968a3693..0a46ab23fe 100644
--- a/serverless-workflow-examples/serverless-workflow-custom-type/serverless-workflow-custom-rpc/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-custom-type/serverless-workflow-custom-rpc/pom.xml
@@ -2,17 +2,38 @@
-
- serverless-workflow-custom-type
- org.acme.examples
- 1.0-SNAPSHOT
-
+
4.0.0
+ org.acme.examples
+ 1.0-SNAPSHOT
serverless-workflow-custom-rpc
+
Kogito Example :: Serverless Workflow Custom RPC :: Runtime
Runtime counterpart for custom rpc type
+
+ 3.8.1
+ 2.16.10.Final
+ 2.16.10.Final
+ org.kie.kogito
+ kogito-bom
+ 2.0.0-SNAPSHOT
+ 11
+
+
+
+
+
+ ${kogito.bom.group-id}
+ ${kogito.bom.artifact-id}
+ ${kogito.bom.version}
+ pom
+ import
+
+
+
+
org.kie.kogito
@@ -45,15 +66,15 @@
maven-compiler-plugin
${version.compiler.plugin}
-
-
-
- io.quarkus
- quarkus-extension-processor
- ${quarkus.platform.version}
-
-
-
+
+
+
+ io.quarkus
+ quarkus-extension-processor
+ ${quarkus.platform.version}
+
+
+
diff --git a/serverless-workflow-examples/serverless-workflow-custom-type/serverless-workflow-custom-type-example/pom.xml b/serverless-workflow-examples/serverless-workflow-custom-type/serverless-workflow-custom-type-example/pom.xml
index b53097fa7e..56169d968e 100644
--- a/serverless-workflow-examples/serverless-workflow-custom-type/serverless-workflow-custom-type-example/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-custom-type/serverless-workflow-custom-type-example/pom.xml
@@ -1,25 +1,55 @@
-
- 4.0.0
+
-
- serverless-workflow-custom-type
- org.acme.examples
- 1.0-SNAPSHOT
-
+ 4.0.0
+ org.acme.examples
+ 1.0-SNAPSHOT
serverless-workflow-custom-type-example
Kogito Example :: Serverless Workflow Custom RPC Client :: Quarkus
The client project
-
+
+
+ 3.8.1
+ 2.16.10.Final
+ quarkus-bom
+ io.quarkus
+ 2.16.10.Final
+ org.kie.kogito
+ kogito-bom
+ 2.0.0-SNAPSHOT
+ 3.1.2
+ 11
+
+
+
+
+
+ ${quarkus.platform.group-id}
+ ${quarkus.platform.artifact-id}
+ ${quarkus.platform.version}
+ pom
+ import
+
+
+ ${kogito.bom.group-id}
+ ${kogito.bom.artifact-id}
+ ${kogito.bom.version}
+ pom
+ import
+
+
+
+
org.kie.kogito
kogito-quarkus-serverless-workflow
-
+
io.quarkus
quarkus-resteasy
diff --git a/serverless-workflow-examples/serverless-workflow-data-index-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-data-index-quarkus/pom.xml
index 602c0f3cce..a36857a8a5 100644
--- a/serverless-workflow-examples/serverless-workflow-data-index-quarkus/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-data-index-quarkus/pom.xml
@@ -1,5 +1,6 @@
-
4.0.0
@@ -19,7 +20,7 @@
2.0.0-SNAPSHOT
3.8.1
11
- 3.0.0-M7
+ 3.1.2
diff --git a/serverless-workflow-examples/serverless-workflow-error-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-error-quarkus/pom.xml
index 223a95b5de..86f5670e4f 100644
--- a/serverless-workflow-examples/serverless-workflow-error-quarkus/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-error-quarkus/pom.xml
@@ -1,6 +1,7 @@
-
+
4.0.0
org.acme.examples
@@ -19,7 +20,7 @@
2.0.0-SNAPSHOT
11
3.8.1
- 3.0.0-M7
+ 3.1.2
diff --git a/serverless-workflow-examples/serverless-workflow-events-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-events-quarkus/pom.xml
index 9df19d8e04..042586714f 100644
--- a/serverless-workflow-examples/serverless-workflow-events-quarkus/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-events-quarkus/pom.xml
@@ -1,5 +1,6 @@
-
4.0.0
@@ -19,7 +20,7 @@
2.0.0-SNAPSHOT
3.8.1
11
- 3.0.0-M7
+ 3.1.2
2.0.0-SNAPSHOT
diff --git a/serverless-workflow-examples/serverless-workflow-expression-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-expression-quarkus/pom.xml
index de212a2b36..7fb8a5a674 100644
--- a/serverless-workflow-examples/serverless-workflow-expression-quarkus/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-expression-quarkus/pom.xml
@@ -1,6 +1,7 @@
-
+
4.0.0
org.acme.examples
@@ -19,7 +20,7 @@
2.0.0-SNAPSHOT
11
3.8.1
- 3.0.0-M7
+ 3.1.2
diff --git a/serverless-workflow-examples/serverless-workflow-foreach-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-foreach-quarkus/pom.xml
index 4d35e8e4c6..ce67cd05f8 100644
--- a/serverless-workflow-examples/serverless-workflow-foreach-quarkus/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-foreach-quarkus/pom.xml
@@ -1,6 +1,7 @@
-
+
4.0.0
org.acme.examples
@@ -19,7 +20,7 @@
2.0.0-SNAPSHOT
11
3.8.1
- 3.0.0-M7
+ 3.1.2
@@ -66,7 +67,7 @@
org.kie.kogito
kogito-addons-quarkus-source-files
-
+
io.rest-assured
rest-assured
test
diff --git a/serverless-workflow-examples/serverless-workflow-functions-events-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-functions-events-quarkus/pom.xml
index b8eae9664d..68738e572e 100644
--- a/serverless-workflow-examples/serverless-workflow-functions-events-quarkus/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-functions-events-quarkus/pom.xml
@@ -1,5 +1,6 @@
-
4.0.0
@@ -21,7 +22,7 @@
2.0.0-SNAPSHOT
3.8.1
11
- 3.0.0-M7
+ 3.1.2
${version.surefire.plugin}
2.33.2
@@ -125,7 +126,7 @@
${quarkus.platform.group-id}
quarkus-maven-plugin
${quarkus-plugin.version}
- true
+ true
diff --git a/serverless-workflow-examples/serverless-workflow-functions-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-functions-quarkus/pom.xml
index f813c1d95c..ef27286f16 100644
--- a/serverless-workflow-examples/serverless-workflow-functions-quarkus/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-functions-quarkus/pom.xml
@@ -1,6 +1,7 @@
-
+
4.0.0
org.acme.examples
@@ -21,7 +22,7 @@
2.0.0-SNAPSHOT
3.8.1
11
- 3.0.0-M7
+ 3.1.2
2.33.2
diff --git a/serverless-workflow-examples/serverless-workflow-funqy/pom.xml b/serverless-workflow-examples/serverless-workflow-funqy/pom.xml
index de59f902c5..0ff2527860 100644
--- a/serverless-workflow-examples/serverless-workflow-funqy/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-funqy/pom.xml
@@ -1,5 +1,6 @@
-
4.0.0
diff --git a/serverless-workflow-examples/serverless-workflow-funqy/sw-funqy-services/pom.xml b/serverless-workflow-examples/serverless-workflow-funqy/sw-funqy-services/pom.xml
index 47dd9c2653..e3d6b6ef1d 100644
--- a/serverless-workflow-examples/serverless-workflow-funqy/sw-funqy-services/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-funqy/sw-funqy-services/pom.xml
@@ -1,15 +1,16 @@
-
4.0.0
-
- org.acme.examples
- serverless-workflow-funqy
- 1.0-SNAPSHOT
-
+
serverless-workflow-funqy-services
+ org.acme.examples
+ 1.0-SNAPSHOT
+
Kogito Example :: Serverless Workflow :: Funqy :: Services
Kogito Serverless Workflow Funqy Services - Quarkus
+
2.16.10.Final
quarkus-bom
@@ -17,7 +18,7 @@
2.16.10.Final
3.8.1
11
- 3.0.0-M7
+ 3.1.2
2.2
diff --git a/serverless-workflow-examples/serverless-workflow-funqy/sw-funqy-workflow/pom.xml b/serverless-workflow-examples/serverless-workflow-funqy/sw-funqy-workflow/pom.xml
index 3e6b74cfe0..60fe95e9fa 100644
--- a/serverless-workflow-examples/serverless-workflow-funqy/sw-funqy-workflow/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-funqy/sw-funqy-workflow/pom.xml
@@ -1,15 +1,16 @@
-
4.0.0
-
- org.acme.examples
- serverless-workflow-funqy
- 1.0-SNAPSHOT
-
+
serverless-workflow-funqy-workflow
+ org.acme.examples
+ 1.0-SNAPSHOT
+
Kogito Example :: Serverless Workflow :: Funqy :: Workflow
Kogito Serverless Workflow Funqy Workflow - Quarkus
+
2.16.10.Final
quarkus-bom
@@ -20,7 +21,7 @@
2.0.0-SNAPSHOT
3.8.1
11
- 3.0.0-M7
+ 3.1.2
2.33.2
diff --git a/serverless-workflow-examples/serverless-workflow-github-showcase/github-service/pom.xml b/serverless-workflow-examples/serverless-workflow-github-showcase/github-service/pom.xml
index 18042b5543..ddc41009d0 100644
--- a/serverless-workflow-examples/serverless-workflow-github-showcase/github-service/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-github-showcase/github-service/pom.xml
@@ -1,23 +1,29 @@
-
+
4.0.0
-
- org.acme.examples
- serverless-workflow-github-showcase
- 1.0-SNAPSHOT
-
+
github-service
+ org.acme.examples
+ 1.0-SNAPSHOT
+
Kogito Example :: Serverless Workflow Github Showcase :: GitHub Service
+
- true
+ 3.0.5
+ 0.11.2
+ 1.116
2.13.1.Final
quarkus-bom
io.quarkus
2.13.1.Final
3.8.1
+ 3.1.2
11
+ true
+
@@ -29,6 +35,7 @@
+
io.quarkus
diff --git a/serverless-workflow-examples/serverless-workflow-github-showcase/notification-service/pom.xml b/serverless-workflow-examples/serverless-workflow-github-showcase/notification-service/pom.xml
index 10ac9acdfc..7a6c38d7b8 100644
--- a/serverless-workflow-examples/serverless-workflow-github-showcase/notification-service/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-github-showcase/notification-service/pom.xml
@@ -1,24 +1,33 @@
-
- 4.0.0
+
- org.acme.examples
- serverless-workflow-github-showcase
- 1.0-SNAPSHOT
+ org.kie.kogito
+ kogito-build-no-bom-parent
+ 2.0.0-SNAPSHOT
+
notification-service
+ org.acme.examples
+ 1.0-SNAPSHOT
+
Kogito Example :: Serverless Workflow Github Showcase :: Notification Service
+
- true
+ 3.0.5
+ 2.13.0
2.13.1.Final
quarkus-bom
io.quarkus
2.13.1.Final
2.3.0
3.8.1
+ 3.1.2
11
+ true
+
diff --git a/serverless-workflow-examples/serverless-workflow-github-showcase/pom.xml b/serverless-workflow-examples/serverless-workflow-github-showcase/pom.xml
index 778edbb8ae..401b5147cc 100644
--- a/serverless-workflow-examples/serverless-workflow-github-showcase/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-github-showcase/pom.xml
@@ -1,5 +1,6 @@
-
4.0.0
@@ -9,17 +10,11 @@
pom
Kogito Example :: Serverless Workflow Github Showcase
+
pr-checker-workflow
github-service
notification-service
-
- 3.0.5
- 3.0.0-M7
- 0.11.2
- 1.116
- 2.13.0
- 2.33.2
-
+
diff --git a/serverless-workflow-examples/serverless-workflow-github-showcase/pr-checker-workflow/pom.xml b/serverless-workflow-examples/serverless-workflow-github-showcase/pr-checker-workflow/pom.xml
index 0c02fac9ee..bc1997a2d2 100644
--- a/serverless-workflow-examples/serverless-workflow-github-showcase/pr-checker-workflow/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-github-showcase/pr-checker-workflow/pom.xml
@@ -1,16 +1,16 @@
-
4.0.0
-
- org.acme.examples
- serverless-workflow-github-showcase
- 1.0-SNAPSHOT
-
+
pr-checker-workflow
+ org.acme.examples
+ 1.0-SNAPSHOT
+
Kogito Example :: Serverless Workflow Github Showcase :: PR Checker Workflow
+
- true
2.13.1.Final
quarkus-bom
io.quarkus
@@ -18,9 +18,13 @@
org.kie.kogito
kogito-bom
1.29.0.Final
+ 2.33.2
3.8.1
+ 3.1.2
11
+ true
+
@@ -39,6 +43,7 @@
+
org.kie.kogito
@@ -81,6 +86,7 @@
test
+
${project.artifactId}
diff --git a/serverless-workflow-examples/serverless-workflow-greeting-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-greeting-quarkus/pom.xml
index aa29807bfa..b74b6a656a 100644
--- a/serverless-workflow-examples/serverless-workflow-greeting-quarkus/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-greeting-quarkus/pom.xml
@@ -1,6 +1,7 @@
-
+
4.0.0
org.acme.examples
@@ -19,7 +20,7 @@
2.0.0-SNAPSHOT
11
3.8.1
- 3.0.0-M7
+ 3.1.2
diff --git a/serverless-workflow-examples/serverless-workflow-greeting-rpc-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-greeting-rpc-quarkus/pom.xml
index bf5583007b..20bb415078 100644
--- a/serverless-workflow-examples/serverless-workflow-greeting-rpc-quarkus/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-greeting-rpc-quarkus/pom.xml
@@ -1,5 +1,6 @@
-
4.0.0
@@ -7,7 +8,9 @@
serverless-workflow-greeting-rpc-quarkus
1.0-SNAPSHOT
pom
+
Kogito Example :: Serverless Workflow gRPC example
+
serverless-workflow-greeting-client-rpc-quarkus
serverless-workflow-greeting-server-rpc-quarkus
diff --git a/serverless-workflow-examples/serverless-workflow-greeting-rpc-quarkus/serverless-workflow-greeting-client-rpc-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-greeting-rpc-quarkus/serverless-workflow-greeting-client-rpc-quarkus/pom.xml
index a1b534be2f..eeac1c56e3 100644
--- a/serverless-workflow-examples/serverless-workflow-greeting-rpc-quarkus/serverless-workflow-greeting-client-rpc-quarkus/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-greeting-rpc-quarkus/serverless-workflow-greeting-client-rpc-quarkus/pom.xml
@@ -1,15 +1,16 @@
-
4.0.0
-
- org.acme.examples
- serverless-workflow-greeting-rpc-quarkus
- 1.0-SNAPSHOT
-
+
serverless-workflow-greeting-client-rpc-quarkus
+ org.acme.examples
+ 1.0-SNAPSHOT
+
Kogito Example :: Serverless Workflow Greeting :: gRPC Client :: Quarkus
Kogito Serverless Workflow Example that test a simple gRPC service - Quarkus
+
2.16.10.Final
quarkus-bom
@@ -20,7 +21,7 @@
2.0.0-SNAPSHOT
3.8.1
11
- 3.0.0-M7
+ 3.1.2
diff --git a/serverless-workflow-examples/serverless-workflow-greeting-rpc-quarkus/serverless-workflow-greeting-server-rpc-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-greeting-rpc-quarkus/serverless-workflow-greeting-server-rpc-quarkus/pom.xml
index 0c5e6755bc..3f4e556f9a 100644
--- a/serverless-workflow-examples/serverless-workflow-greeting-rpc-quarkus/serverless-workflow-greeting-server-rpc-quarkus/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-greeting-rpc-quarkus/serverless-workflow-greeting-server-rpc-quarkus/pom.xml
@@ -2,162 +2,163 @@
- 4.0.0
-
- org.acme.examples
- serverless-workflow-greeting-rpc-quarkus
- 1.0-SNAPSHOT
-
- serverless-workflow-greeting-server-rpc-quarkus
- Kogito Example :: Serverless Workflow Greeting :: gRPC Server :: Quarkus
- Kogito Serverless Workflow Example that defines a simple gRPC service - Quarkus
-
- 3.8.1
- 11
- 3.0.0-M7
- 3.22.0
- 1.51.1
- 1.6.0
- 0.6.1
- 3.3.0
-
+ 4.0.0
-
-
- io.grpc
- grpc-netty-shaded
- ${version.io.grpc}
- runtime
-
-
- io.grpc
- grpc-protobuf
- ${version.io.grpc}
-
-
- io.grpc
- grpc-stub
- ${version.io.grpc}
-
-
-
- org.apache.tomcat
- annotations-api
- 6.0.53
- provided
-
+ serverless-workflow-greeting-server-rpc-quarkus
+ org.acme.examples
+ 1.0-SNAPSHOT
+
+ Kogito Example :: Serverless Workflow Greeting :: gRPC Server :: Quarkus
+ Kogito Serverless Workflow Example that defines a simple gRPC service - Quarkus
+
+
+ 3.8.1
+ 11
+ 3.1.2
+ 3.22.0
+ 1.51.1
+ 1.6.0
+ 0.6.1
+ 3.3.0
+ 3.1.2
+
+
+
+
+ io.grpc
+ grpc-netty-shaded
+ ${version.io.grpc}
+ runtime
+
+
+ io.grpc
+ grpc-protobuf
+ ${version.io.grpc}
+
+
+ io.grpc
+ grpc-stub
+ ${version.io.grpc}
+
+
+
+ org.apache.tomcat
+ annotations-api
+ 6.0.53
+ provided
+
+
+ org.junit.jupiter
+ junit-jupiter
+ 5.8.1
+
+
+
+
+
+ kr.motd.maven
+ os-maven-plugin
+ ${version.kr.motd.maven.os}
+
+
+
+
+ ${basedir}/src/main/resources
+
+
+ ${project.build.directory}/generated-resources
+
+
+ ${project.artifactId}
+
+
+ maven-compiler-plugin
+ ${version.compiler.plugin}
+
+ ${maven.compiler.release}
+
+
+
+ org.xolstice.maven.plugins
+ protobuf-maven-plugin
+ ${version.org.xolstice.maven.protobuf}
+
+
+ com.google.protobuf:protoc:${version.com.google.protobuf}:exe:${os.detected.classifier}
+
+ grpc-java
+ io.grpc:protoc-gen-grpc-java:${version.io.grpc}:exe:${os.detected.classifier}
+
+ false
+ ${project.basedir}/src/main/proto
+ ${project.build.directory}/generated-sources/protobuf/java
+ false
+
+
+
+ generate-sources
+
+ compile
+ compile-custom
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-checkstyle-plugin
+ 2.15
+
+ true
+
+
+
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+
+
+
+
+ container
+
+
+ container
+
+
+
- org.junit.jupiter
- junit-jupiter
- 5.8.1
+ com.google.cloud.tools
+ jib-maven-plugin
+ ${version.jib-maven-plugin}
-
-
-
-
- kr.motd.maven
- os-maven-plugin
- ${version.kr.motd.maven.os}
-
-
-
-
- ${basedir}/src/main/resources
-
-
- ${project.build.directory}/generated-resources
-
-
- ${project.artifactId}
+
+
-
- maven-compiler-plugin
- ${version.compiler.plugin}
-
- ${maven.compiler.release}
-
-
-
- org.xolstice.maven.plugins
- protobuf-maven-plugin
- ${version.org.xolstice.maven.protobuf}
-
-
- com.google.protobuf:protoc:${version.com.google.protobuf}:exe:${os.detected.classifier}
-
- grpc-java
- io.grpc:protoc-gen-grpc-java:${version.io.grpc}:exe:${os.detected.classifier}
-
- false
- ${project.basedir}/src/main/proto
- ${project.build.directory}/generated-sources/protobuf/java
- false
-
-
-
- generate-sources
-
- compile
- compile-custom
-
-
-
-
-
- org.apache.maven.plugins
- maven-checkstyle-plugin
- 2.15
-
- true
-
-
-
- maven-surefire-plugin
- ${version.surefire.plugin}
-
+
+ com.google.cloud.tools
+ jib-maven-plugin
+ ${version.jib-maven-plugin}
+
+
+ package
+
+ dockerBuild
+
+
+
+
+
+ dev.local/${USER}/${project.artifactId}:${project.version}
+
+
+ org.acme.examples.sw.greeting.GreeterService
+
+
+
-
-
-
-
- container
-
-
- container
-
-
-
-
- com.google.cloud.tools
- jib-maven-plugin
- ${version.jib-maven-plugin}
-
-
-
-
-
- com.google.cloud.tools
- jib-maven-plugin
- ${version.jib-maven-plugin}
-
-
- package
-
- dockerBuild
-
-
-
-
-
- dev.local/${USER}/${project.artifactId}:${project.version}
-
-
- org.acme.examples.sw.greeting.GreeterService
-
-
-
-
-
-
-
+
+
+
\ No newline at end of file
diff --git a/serverless-workflow-examples/serverless-workflow-hello-world/pom.xml b/serverless-workflow-examples/serverless-workflow-hello-world/pom.xml
index 419c093f87..0ba5b66164 100644
--- a/serverless-workflow-examples/serverless-workflow-hello-world/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-hello-world/pom.xml
@@ -2,171 +2,171 @@
- 4.0.0
+ 4.0.0
- org.acme.examples
- serverless-workflow-hello-world
- 1.0-SNAPSHOT
+ org.acme.examples
+ serverless-workflow-hello-world
+ 1.0-SNAPSHOT
- Kogito Example :: Serverless Workflow Hello World :: Quarkus
- Kogito Serverless Workflow Example - Quarkus
-
-
- 2.16.10.Final
- quarkus-bom
- io.quarkus
- 2.16.10.Final
- org.kie.kogito
- kogito-bom
- 2.0.0-SNAPSHOT
- 2.0.0-SNAPSHOT
- 11
- 3.8.1
- 3.0.0-M7
- ${version.surefire.plugin}
-
-
-
-
- ${quarkus.platform.group-id}
- ${quarkus.platform.artifact-id}
- ${quarkus.platform.version}
- pom
- import
-
-
- ${kogito.bom.group-id}
- ${kogito.bom.artifact-id}
- ${kogito.bom.version}
- pom
- import
-
-
-
+ Kogito Example :: Serverless Workflow Hello World :: Quarkus
+ Kogito Serverless Workflow Example - Quarkus
+
+ 2.16.10.Final
+ quarkus-bom
+ io.quarkus
+ 2.16.10.Final
+ org.kie.kogito
+ kogito-bom
+ 2.0.0-SNAPSHOT
+ 2.0.0-SNAPSHOT
+ 11
+ 3.8.1
+ 3.1.2
+ ${version.surefire.plugin}
+
+
+
+ ${quarkus.platform.group-id}
+ ${quarkus.platform.artifact-id}
+ ${quarkus.platform.version}
+ pom
+ import
+
+
+ ${kogito.bom.group-id}
+ ${kogito.bom.artifact-id}
+ ${kogito.bom.version}
+ pom
+ import
+
+
+
+
+
+
+ org.kie.kogito
+ kogito-quarkus-serverless-workflow
+
+
+ io.quarkus
+ quarkus-smallrye-openapi
+
+
+ io.quarkus
+ quarkus-resteasy-jackson
+
+
+ io.quarkus
+ quarkus-arc
+
+
+ org.kie.kogito
+ kogito-quarkus-serverless-workflow-devui
+
+
+ org.kie.kogito
+ kogito-addons-quarkus-source-files
+
+
+ io.quarkus
+ quarkus-resteasy
+
+
+ io.quarkus
+ quarkus-junit5
+ test
+
+
+ io.rest-assured
+ rest-assured
+ test
+
+
+
+ ${project.artifactId}
+
+
+ maven-compiler-plugin
+ ${version.compiler.plugin}
+
+ ${maven.compiler.release}
+
+
+
+ ${quarkus.platform.group-id}
+ quarkus-maven-plugin
+ ${quarkus-plugin.version}
+ true
+
+
+
+ build
+ generate-code
+ generate-code-tests
+
+
+
+
+
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${maven.home}
+
+
+
+
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${maven.home}
+
+
+
+
+
+ integration-test
+ verify
+
+
+
+
+
+
+
+
+ container
+
+
+ container
+
+
+
+ container
+
+
- org.kie.kogito
- kogito-quarkus-serverless-workflow
-
-
- io.quarkus
- quarkus-smallrye-openapi
-
-
- io.quarkus
- quarkus-resteasy-jackson
-
-
- io.quarkus
- quarkus-arc
-
-
- org.kie.kogito
- kogito-quarkus-serverless-workflow-devui
-
-
- org.kie.kogito
- kogito-addons-quarkus-source-files
-
-
- io.quarkus
- quarkus-resteasy
-
-
- io.quarkus
- quarkus-junit5
- test
-
-
- io.rest-assured
- rest-assured
- test
+ io.quarkus
+ quarkus-container-image-jib
-
-
- ${project.artifactId}
-
-
- maven-compiler-plugin
- ${version.compiler.plugin}
-
- ${maven.compiler.release}
-
-
-
- ${quarkus.platform.group-id}
- quarkus-maven-plugin
- ${quarkus-plugin.version}
- true
-
-
-
- build
- generate-code
- generate-code-tests
-
-
-
-
-
- maven-surefire-plugin
- ${version.surefire.plugin}
-
-
- org.jboss.logmanager.LogManager
- ${maven.home}
-
-
-
-
- maven-failsafe-plugin
- ${version.failsafe.plugin}
-
-
- org.jboss.logmanager.LogManager
- ${maven.home}
-
-
-
-
-
- integration-test
- verify
-
-
-
-
-
-
-
-
- container
-
-
- container
-
-
-
- container
-
-
-
- io.quarkus
- quarkus-container-image-jib
-
-
-
-
- native
-
-
- native
-
-
-
- native
-
-
-
+
+
+
+ native
+
+
+ native
+
+
+
+ native
+
+
+
diff --git a/serverless-workflow-examples/serverless-workflow-loanbroker-showcase/aggregator/mvnw b/serverless-workflow-examples/serverless-workflow-loanbroker-showcase/aggregator/mvnw
deleted file mode 100755
index 8a8fb2282d..0000000000
--- a/serverless-workflow-examples/serverless-workflow-loanbroker-showcase/aggregator/mvnw
+++ /dev/null
@@ -1,316 +0,0 @@
-#!/bin/sh
-# ----------------------------------------------------------------------------
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# https://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-# ----------------------------------------------------------------------------
-
-# ----------------------------------------------------------------------------
-# Maven Start Up Batch script
-#
-# Required ENV vars:
-# ------------------
-# JAVA_HOME - location of a JDK home dir
-#
-# Optional ENV vars
-# -----------------
-# M2_HOME - location of maven2's installed home dir
-# MAVEN_OPTS - parameters passed to the Java VM when running Maven
-# e.g. to debug Maven itself, use
-# set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
-# MAVEN_SKIP_RC - flag to disable loading of mavenrc files
-# ----------------------------------------------------------------------------
-
-if [ -z "$MAVEN_SKIP_RC" ] ; then
-
- if [ -f /usr/local/etc/mavenrc ] ; then
- . /usr/local/etc/mavenrc
- fi
-
- if [ -f /etc/mavenrc ] ; then
- . /etc/mavenrc
- fi
-
- if [ -f "$HOME/.mavenrc" ] ; then
- . "$HOME/.mavenrc"
- fi
-
-fi
-
-# OS specific support. $var _must_ be set to either true or false.
-cygwin=false;
-darwin=false;
-mingw=false
-case "`uname`" in
- CYGWIN*) cygwin=true ;;
- MINGW*) mingw=true;;
- Darwin*) darwin=true
- # Use /usr/libexec/java_home if available, otherwise fall back to /Library/Java/Home
- # See https://developer.apple.com/library/mac/qa/qa1170/_index.html
- if [ -z "$JAVA_HOME" ]; then
- if [ -x "/usr/libexec/java_home" ]; then
- export JAVA_HOME="`/usr/libexec/java_home`"
- else
- export JAVA_HOME="/Library/Java/Home"
- fi
- fi
- ;;
-esac
-
-if [ -z "$JAVA_HOME" ] ; then
- if [ -r /etc/gentoo-release ] ; then
- JAVA_HOME=`java-config --jre-home`
- fi
-fi
-
-if [ -z "$M2_HOME" ] ; then
- ## resolve links - $0 may be a link to maven's home
- PRG="$0"
-
- # need this for relative symlinks
- while [ -h "$PRG" ] ; do
- ls=`ls -ld "$PRG"`
- link=`expr "$ls" : '.*-> \(.*\)$'`
- if expr "$link" : '/.*' > /dev/null; then
- PRG="$link"
- else
- PRG="`dirname "$PRG"`/$link"
- fi
- done
-
- saveddir=`pwd`
-
- M2_HOME=`dirname "$PRG"`/..
-
- # make it fully qualified
- M2_HOME=`cd "$M2_HOME" && pwd`
-
- cd "$saveddir"
- # echo Using m2 at $M2_HOME
-fi
-
-# For Cygwin, ensure paths are in UNIX format before anything is touched
-if $cygwin ; then
- [ -n "$M2_HOME" ] &&
- M2_HOME=`cygpath --unix "$M2_HOME"`
- [ -n "$JAVA_HOME" ] &&
- JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
- [ -n "$CLASSPATH" ] &&
- CLASSPATH=`cygpath --path --unix "$CLASSPATH"`
-fi
-
-# For Mingw, ensure paths are in UNIX format before anything is touched
-if $mingw ; then
- [ -n "$M2_HOME" ] &&
- M2_HOME="`(cd "$M2_HOME"; pwd)`"
- [ -n "$JAVA_HOME" ] &&
- JAVA_HOME="`(cd "$JAVA_HOME"; pwd)`"
-fi
-
-if [ -z "$JAVA_HOME" ]; then
- javaExecutable="`which javac`"
- if [ -n "$javaExecutable" ] && ! [ "`expr \"$javaExecutable\" : '\([^ ]*\)'`" = "no" ]; then
- # readlink(1) is not available as standard on Solaris 10.
- readLink=`which readlink`
- if [ ! `expr "$readLink" : '\([^ ]*\)'` = "no" ]; then
- if $darwin ; then
- javaHome="`dirname \"$javaExecutable\"`"
- javaExecutable="`cd \"$javaHome\" && pwd -P`/javac"
- else
- javaExecutable="`readlink -f \"$javaExecutable\"`"
- fi
- javaHome="`dirname \"$javaExecutable\"`"
- javaHome=`expr "$javaHome" : '\(.*\)/bin'`
- JAVA_HOME="$javaHome"
- export JAVA_HOME
- fi
- fi
-fi
-
-if [ -z "$JAVACMD" ] ; then
- if [ -n "$JAVA_HOME" ] ; then
- if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
- # IBM's JDK on AIX uses strange locations for the executables
- JAVACMD="$JAVA_HOME/jre/sh/java"
- else
- JAVACMD="$JAVA_HOME/bin/java"
- fi
- else
- JAVACMD="`\\unset -f command; \\command -v java`"
- fi
-fi
-
-if [ ! -x "$JAVACMD" ] ; then
- echo "Error: JAVA_HOME is not defined correctly." >&2
- echo " We cannot execute $JAVACMD" >&2
- exit 1
-fi
-
-if [ -z "$JAVA_HOME" ] ; then
- echo "Warning: JAVA_HOME environment variable is not set."
-fi
-
-CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher
-
-# traverses directory structure from process work directory to filesystem root
-# first directory with .mvn subdirectory is considered project base directory
-find_maven_basedir() {
-
- if [ -z "$1" ]
- then
- echo "Path not specified to find_maven_basedir"
- return 1
- fi
-
- basedir="$1"
- wdir="$1"
- while [ "$wdir" != '/' ] ; do
- if [ -d "$wdir"/.mvn ] ; then
- basedir=$wdir
- break
- fi
- # workaround for JBEAP-8937 (on Solaris 10/Sparc)
- if [ -d "${wdir}" ]; then
- wdir=`cd "$wdir/.."; pwd`
- fi
- # end of workaround
- done
- echo "${basedir}"
-}
-
-# concatenates all lines of a file
-concat_lines() {
- if [ -f "$1" ]; then
- echo "$(tr -s '\n' ' ' < "$1")"
- fi
-}
-
-BASE_DIR=`find_maven_basedir "$(pwd)"`
-if [ -z "$BASE_DIR" ]; then
- exit 1;
-fi
-
-##########################################################################################
-# Extension to allow automatically downloading the maven-wrapper.jar from Maven-central
-# This allows using the maven wrapper in projects that prohibit checking in binary data.
-##########################################################################################
-if [ -r "$BASE_DIR/.mvn/wrapper/maven-wrapper.jar" ]; then
- if [ "$MVNW_VERBOSE" = true ]; then
- echo "Found .mvn/wrapper/maven-wrapper.jar"
- fi
-else
- if [ "$MVNW_VERBOSE" = true ]; then
- echo "Couldn't find .mvn/wrapper/maven-wrapper.jar, downloading it ..."
- fi
- if [ -n "$MVNW_REPOURL" ]; then
- jarUrl="$MVNW_REPOURL/org/apache/maven/wrapper/maven-wrapper/3.1.0/maven-wrapper-3.1.0.jar"
- else
- jarUrl="https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.0/maven-wrapper-3.1.0.jar"
- fi
- while IFS="=" read key value; do
- case "$key" in (wrapperUrl) jarUrl="$value"; break ;;
- esac
- done < "$BASE_DIR/.mvn/wrapper/maven-wrapper.properties"
- if [ "$MVNW_VERBOSE" = true ]; then
- echo "Downloading from: $jarUrl"
- fi
- wrapperJarPath="$BASE_DIR/.mvn/wrapper/maven-wrapper.jar"
- if $cygwin; then
- wrapperJarPath=`cygpath --path --windows "$wrapperJarPath"`
- fi
-
- if command -v wget > /dev/null; then
- if [ "$MVNW_VERBOSE" = true ]; then
- echo "Found wget ... using wget"
- fi
- if [ -z "$MVNW_USERNAME" ] || [ -z "$MVNW_PASSWORD" ]; then
- wget "$jarUrl" -O "$wrapperJarPath" || rm -f "$wrapperJarPath"
- else
- wget --http-user=$MVNW_USERNAME --http-password=$MVNW_PASSWORD "$jarUrl" -O "$wrapperJarPath" || rm -f "$wrapperJarPath"
- fi
- elif command -v curl > /dev/null; then
- if [ "$MVNW_VERBOSE" = true ]; then
- echo "Found curl ... using curl"
- fi
- if [ -z "$MVNW_USERNAME" ] || [ -z "$MVNW_PASSWORD" ]; then
- curl -o "$wrapperJarPath" "$jarUrl" -f
- else
- curl --user $MVNW_USERNAME:$MVNW_PASSWORD -o "$wrapperJarPath" "$jarUrl" -f
- fi
-
- else
- if [ "$MVNW_VERBOSE" = true ]; then
- echo "Falling back to using Java to download"
- fi
- javaClass="$BASE_DIR/.mvn/wrapper/MavenWrapperDownloader.java"
- # For Cygwin, switch paths to Windows format before running javac
- if $cygwin; then
- javaClass=`cygpath --path --windows "$javaClass"`
- fi
- if [ -e "$javaClass" ]; then
- if [ ! -e "$BASE_DIR/.mvn/wrapper/MavenWrapperDownloader.class" ]; then
- if [ "$MVNW_VERBOSE" = true ]; then
- echo " - Compiling MavenWrapperDownloader.java ..."
- fi
- # Compiling the Java class
- ("$JAVA_HOME/bin/javac" "$javaClass")
- fi
- if [ -e "$BASE_DIR/.mvn/wrapper/MavenWrapperDownloader.class" ]; then
- # Running the downloader
- if [ "$MVNW_VERBOSE" = true ]; then
- echo " - Running MavenWrapperDownloader.java ..."
- fi
- ("$JAVA_HOME/bin/java" -cp .mvn/wrapper MavenWrapperDownloader "$MAVEN_PROJECTBASEDIR")
- fi
- fi
- fi
-fi
-##########################################################################################
-# End of extension
-##########################################################################################
-
-export MAVEN_PROJECTBASEDIR=${MAVEN_BASEDIR:-"$BASE_DIR"}
-if [ "$MVNW_VERBOSE" = true ]; then
- echo $MAVEN_PROJECTBASEDIR
-fi
-MAVEN_OPTS="$(concat_lines "$MAVEN_PROJECTBASEDIR/.mvn/jvm.config") $MAVEN_OPTS"
-
-# For Cygwin, switch paths to Windows format before running java
-if $cygwin; then
- [ -n "$M2_HOME" ] &&
- M2_HOME=`cygpath --path --windows "$M2_HOME"`
- [ -n "$JAVA_HOME" ] &&
- JAVA_HOME=`cygpath --path --windows "$JAVA_HOME"`
- [ -n "$CLASSPATH" ] &&
- CLASSPATH=`cygpath --path --windows "$CLASSPATH"`
- [ -n "$MAVEN_PROJECTBASEDIR" ] &&
- MAVEN_PROJECTBASEDIR=`cygpath --path --windows "$MAVEN_PROJECTBASEDIR"`
-fi
-
-# Provide a "standardized" way to retrieve the CLI args that will
-# work with both Windows and non-Windows executions.
-MAVEN_CMD_LINE_ARGS="$MAVEN_CONFIG $@"
-export MAVEN_CMD_LINE_ARGS
-
-WRAPPER_LAUNCHER=org.apache.maven.wrapper.MavenWrapperMain
-
-exec "$JAVACMD" \
- $MAVEN_OPTS \
- $MAVEN_DEBUG_OPTS \
- -classpath "$MAVEN_PROJECTBASEDIR/.mvn/wrapper/maven-wrapper.jar" \
- "-Dmaven.home=${M2_HOME}" \
- "-Dmaven.multiModuleProjectDirectory=${MAVEN_PROJECTBASEDIR}" \
- ${WRAPPER_LAUNCHER} $MAVEN_CONFIG "$@"
diff --git a/serverless-workflow-examples/serverless-workflow-loanbroker-showcase/aggregator/mvnw.cmd b/serverless-workflow-examples/serverless-workflow-loanbroker-showcase/aggregator/mvnw.cmd
deleted file mode 100644
index 1d8ab018ea..0000000000
--- a/serverless-workflow-examples/serverless-workflow-loanbroker-showcase/aggregator/mvnw.cmd
+++ /dev/null
@@ -1,188 +0,0 @@
-@REM ----------------------------------------------------------------------------
-@REM Licensed to the Apache Software Foundation (ASF) under one
-@REM or more contributor license agreements. See the NOTICE file
-@REM distributed with this work for additional information
-@REM regarding copyright ownership. The ASF licenses this file
-@REM to you under the Apache License, Version 2.0 (the
-@REM "License"); you may not use this file except in compliance
-@REM with the License. You may obtain a copy of the License at
-@REM
-@REM https://www.apache.org/licenses/LICENSE-2.0
-@REM
-@REM Unless required by applicable law or agreed to in writing,
-@REM software distributed under the License is distributed on an
-@REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-@REM KIND, either express or implied. See the License for the
-@REM specific language governing permissions and limitations
-@REM under the License.
-@REM ----------------------------------------------------------------------------
-
-@REM ----------------------------------------------------------------------------
-@REM Maven Start Up Batch script
-@REM
-@REM Required ENV vars:
-@REM JAVA_HOME - location of a JDK home dir
-@REM
-@REM Optional ENV vars
-@REM M2_HOME - location of maven2's installed home dir
-@REM MAVEN_BATCH_ECHO - set to 'on' to enable the echoing of the batch commands
-@REM MAVEN_BATCH_PAUSE - set to 'on' to wait for a keystroke before ending
-@REM MAVEN_OPTS - parameters passed to the Java VM when running Maven
-@REM e.g. to debug Maven itself, use
-@REM set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
-@REM MAVEN_SKIP_RC - flag to disable loading of mavenrc files
-@REM ----------------------------------------------------------------------------
-
-@REM Begin all REM lines with '@' in case MAVEN_BATCH_ECHO is 'on'
-@echo off
-@REM set title of command window
-title %0
-@REM enable echoing by setting MAVEN_BATCH_ECHO to 'on'
-@if "%MAVEN_BATCH_ECHO%" == "on" echo %MAVEN_BATCH_ECHO%
-
-@REM set %HOME% to equivalent of $HOME
-if "%HOME%" == "" (set "HOME=%HOMEDRIVE%%HOMEPATH%")
-
-@REM Execute a user defined script before this one
-if not "%MAVEN_SKIP_RC%" == "" goto skipRcPre
-@REM check for pre script, once with legacy .bat ending and once with .cmd ending
-if exist "%USERPROFILE%\mavenrc_pre.bat" call "%USERPROFILE%\mavenrc_pre.bat" %*
-if exist "%USERPROFILE%\mavenrc_pre.cmd" call "%USERPROFILE%\mavenrc_pre.cmd" %*
-:skipRcPre
-
-@setlocal
-
-set ERROR_CODE=0
-
-@REM To isolate internal variables from possible post scripts, we use another setlocal
-@setlocal
-
-@REM ==== START VALIDATION ====
-if not "%JAVA_HOME%" == "" goto OkJHome
-
-echo.
-echo Error: JAVA_HOME not found in your environment. >&2
-echo Please set the JAVA_HOME variable in your environment to match the >&2
-echo location of your Java installation. >&2
-echo.
-goto error
-
-:OkJHome
-if exist "%JAVA_HOME%\bin\java.exe" goto init
-
-echo.
-echo Error: JAVA_HOME is set to an invalid directory. >&2
-echo JAVA_HOME = "%JAVA_HOME%" >&2
-echo Please set the JAVA_HOME variable in your environment to match the >&2
-echo location of your Java installation. >&2
-echo.
-goto error
-
-@REM ==== END VALIDATION ====
-
-:init
-
-@REM Find the project base dir, i.e. the directory that contains the folder ".mvn".
-@REM Fallback to current working directory if not found.
-
-set MAVEN_PROJECTBASEDIR=%MAVEN_BASEDIR%
-IF NOT "%MAVEN_PROJECTBASEDIR%"=="" goto endDetectBaseDir
-
-set EXEC_DIR=%CD%
-set WDIR=%EXEC_DIR%
-:findBaseDir
-IF EXIST "%WDIR%"\.mvn goto baseDirFound
-cd ..
-IF "%WDIR%"=="%CD%" goto baseDirNotFound
-set WDIR=%CD%
-goto findBaseDir
-
-:baseDirFound
-set MAVEN_PROJECTBASEDIR=%WDIR%
-cd "%EXEC_DIR%"
-goto endDetectBaseDir
-
-:baseDirNotFound
-set MAVEN_PROJECTBASEDIR=%EXEC_DIR%
-cd "%EXEC_DIR%"
-
-:endDetectBaseDir
-
-IF NOT EXIST "%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config" goto endReadAdditionalConfig
-
-@setlocal EnableExtensions EnableDelayedExpansion
-for /F "usebackq delims=" %%a in ("%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config") do set JVM_CONFIG_MAVEN_PROPS=!JVM_CONFIG_MAVEN_PROPS! %%a
-@endlocal & set JVM_CONFIG_MAVEN_PROPS=%JVM_CONFIG_MAVEN_PROPS%
-
-:endReadAdditionalConfig
-
-SET MAVEN_JAVA_EXE="%JAVA_HOME%\bin\java.exe"
-set WRAPPER_JAR="%MAVEN_PROJECTBASEDIR%\.mvn\wrapper\maven-wrapper.jar"
-set WRAPPER_LAUNCHER=org.apache.maven.wrapper.MavenWrapperMain
-
-set DOWNLOAD_URL="https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.0/maven-wrapper-3.1.0.jar"
-
-FOR /F "usebackq tokens=1,2 delims==" %%A IN ("%MAVEN_PROJECTBASEDIR%\.mvn\wrapper\maven-wrapper.properties") DO (
- IF "%%A"=="wrapperUrl" SET DOWNLOAD_URL=%%B
-)
-
-@REM Extension to allow automatically downloading the maven-wrapper.jar from Maven-central
-@REM This allows using the maven wrapper in projects that prohibit checking in binary data.
-if exist %WRAPPER_JAR% (
- if "%MVNW_VERBOSE%" == "true" (
- echo Found %WRAPPER_JAR%
- )
-) else (
- if not "%MVNW_REPOURL%" == "" (
- SET DOWNLOAD_URL="%MVNW_REPOURL%/org/apache/maven/wrapper/maven-wrapper/3.1.0/maven-wrapper-3.1.0.jar"
- )
- if "%MVNW_VERBOSE%" == "true" (
- echo Couldn't find %WRAPPER_JAR%, downloading it ...
- echo Downloading from: %DOWNLOAD_URL%
- )
-
- powershell -Command "&{"^
- "$webclient = new-object System.Net.WebClient;"^
- "if (-not ([string]::IsNullOrEmpty('%MVNW_USERNAME%') -and [string]::IsNullOrEmpty('%MVNW_PASSWORD%'))) {"^
- "$webclient.Credentials = new-object System.Net.NetworkCredential('%MVNW_USERNAME%', '%MVNW_PASSWORD%');"^
- "}"^
- "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webclient.DownloadFile('%DOWNLOAD_URL%', '%WRAPPER_JAR%')"^
- "}"
- if "%MVNW_VERBOSE%" == "true" (
- echo Finished downloading %WRAPPER_JAR%
- )
-)
-@REM End of extension
-
-@REM Provide a "standardized" way to retrieve the CLI args that will
-@REM work with both Windows and non-Windows executions.
-set MAVEN_CMD_LINE_ARGS=%*
-
-%MAVEN_JAVA_EXE% ^
- %JVM_CONFIG_MAVEN_PROPS% ^
- %MAVEN_OPTS% ^
- %MAVEN_DEBUG_OPTS% ^
- -classpath %WRAPPER_JAR% ^
- "-Dmaven.multiModuleProjectDirectory=%MAVEN_PROJECTBASEDIR%" ^
- %WRAPPER_LAUNCHER% %MAVEN_CONFIG% %*
-if ERRORLEVEL 1 goto error
-goto end
-
-:error
-set ERROR_CODE=1
-
-:end
-@endlocal & set ERROR_CODE=%ERROR_CODE%
-
-if not "%MAVEN_SKIP_RC%"=="" goto skipRcPost
-@REM check for post script, once with legacy .bat ending and once with .cmd ending
-if exist "%USERPROFILE%\mavenrc_post.bat" call "%USERPROFILE%\mavenrc_post.bat"
-if exist "%USERPROFILE%\mavenrc_post.cmd" call "%USERPROFILE%\mavenrc_post.cmd"
-:skipRcPost
-
-@REM pause the script if MAVEN_BATCH_PAUSE is set to 'on'
-if "%MAVEN_BATCH_PAUSE%"=="on" pause
-
-if "%MAVEN_TERMINATE_CMD%"=="on" exit %ERROR_CODE%
-
-cmd /C exit /B %ERROR_CODE%
diff --git a/serverless-workflow-examples/serverless-workflow-loanbroker-showcase/aggregator/pom.xml b/serverless-workflow-examples/serverless-workflow-loanbroker-showcase/aggregator/pom.xml
index 4986409df7..ebd9913ec7 100644
--- a/serverless-workflow-examples/serverless-workflow-loanbroker-showcase/aggregator/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-loanbroker-showcase/aggregator/pom.xml
@@ -1,16 +1,33 @@
-
-
- serverless-workflow-loanbroker-showcase
- org.acme.examples
- 1.0-SNAPSHOT
-
+
+
4.0.0
- Kogito Example :: Serverless Workflow Loan Broker Showcase :: Aggregator
+
serverless-workflow-loanbroker-showcase-aggregator
+ org.acme.examples
+ 1.0-SNAPSHOT
+
+ Kogito Example :: Serverless Workflow Loan Broker Showcase :: Aggregator
+
+ io.quarkus
+ quarkus-bom
+ 2.16.10.Final
+ 2.33.2
+ 1.17.3
+ 2.3.0
+
+
+ 2.14.0
+ 3.1.2
+ 3.8.1
+ 11
+ UTF-8
+ UTF-8
true
+
@@ -22,6 +39,7 @@
+
org.apache.camel.quarkus
diff --git a/serverless-workflow-examples/serverless-workflow-loanbroker-showcase/loanbroker-flow/pom.xml b/serverless-workflow-examples/serverless-workflow-loanbroker-showcase/loanbroker-flow/pom.xml
index 1cd9d543b6..7e7becf767 100644
--- a/serverless-workflow-examples/serverless-workflow-loanbroker-showcase/loanbroker-flow/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-loanbroker-showcase/loanbroker-flow/pom.xml
@@ -1,17 +1,32 @@
-
-
- serverless-workflow-loanbroker-showcase
- org.acme.examples
- 1.0-SNAPSHOT
-
+
+
4.0.0
- Kogito Example :: Serverless Workflow Loan Broker Showcase :: Flow
serverless-workflow-loanbroker-showcase-flow
+ org.acme.examples
+ 1.0-SNAPSHOT
+
+ Kogito Example :: Serverless Workflow Loan Broker Showcase :: Flow
+
+ io.quarkus
+ quarkus-bom
+ 2.16.10.Final
+ org.kie.kogito
+ kogito-bom
+ 2.0.0-SNAPSHOT
+ 2.33.2
+ 1.17.3
+ 3.1.2
+ 3.8.1
+ 11
+ UTF-8
+ UTF-8
true
+
@@ -30,6 +45,7 @@
+
@@ -138,7 +154,8 @@
- ${project.build.directory}/${project.build.finalName}-runner
+ ${project.build.directory}/${project.build.finalName}-runner
+
org.jboss.logmanager.LogManager
${maven.home}
diff --git a/serverless-workflow-examples/serverless-workflow-loanbroker-showcase/loanbroker-ui/pom.xml b/serverless-workflow-examples/serverless-workflow-loanbroker-showcase/loanbroker-ui/pom.xml
index 967164feeb..41914ab31e 100644
--- a/serverless-workflow-examples/serverless-workflow-loanbroker-showcase/loanbroker-ui/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-loanbroker-showcase/loanbroker-ui/pom.xml
@@ -1,20 +1,29 @@
-
4.0.0
-
- serverless-workflow-loanbroker-showcase
- org.acme.examples
- 1.0-SNAPSHOT
-
+ serverless-workflow-loanbroker-showcase-ui
+ org.acme.examples
+ 1.0-SNAPSHOT
Kogito Example :: Serverless Workflow Loan Broker Showcase :: UI
- serverless-workflow-loanbroker-showcase-ui
+
+ 2.3.0
+ io.quarkus
+ quarkus-bom
+ 2.16.10.Final
5.1.3
3.6.0
+ 3.1.2
+ 3.8.1
+ 11
+ UTF-8
+ UTF-8
+
@@ -26,6 +35,7 @@
+
io.quarkus
@@ -92,6 +102,7 @@
test
+
diff --git a/serverless-workflow-examples/serverless-workflow-loanbroker-showcase/pom.xml b/serverless-workflow-examples/serverless-workflow-loanbroker-showcase/pom.xml
index 593097bac5..973501a5e5 100644
--- a/serverless-workflow-examples/serverless-workflow-loanbroker-showcase/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-loanbroker-showcase/pom.xml
@@ -6,35 +6,12 @@
4.0.0
org.acme.examples
- Kogito Example :: Serverless Workflow Loan Broker Showcase
- 1.0-SNAPSHOT
- Kogito Serverless Workflow example showcasing the Loan Broker use case
serverless-workflow-loanbroker-showcase
+ 1.0-SNAPSHOT
pom
-
- 2.16.10.Final
- io.quarkus
- quarkus-bom
- 2.16.10.Final
- org.kie.kogito
- kogito-bom
- 2.0.0-SNAPSHOT
- UTF-8
- UTF-8
-
- 2.33.2
- 1.17.3
- 2.3.0
-
-
- 2.14.0
-
- 3.0.0-M7
- 3.8.1
- 11
- ${version.surefire.plugin}
-
+ Kogito Example :: Serverless Workflow Loan Broker Showcase
+ Kogito Serverless Workflow example showcasing the Loan Broker use case
aggregator
diff --git a/serverless-workflow-examples/serverless-workflow-newsletter-subscription/pom.xml b/serverless-workflow-examples/serverless-workflow-newsletter-subscription/pom.xml
index eff219c7a6..baf1606830 100644
--- a/serverless-workflow-examples/serverless-workflow-newsletter-subscription/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-newsletter-subscription/pom.xml
@@ -5,27 +5,13 @@
4.0.0
+ serverless-workflow-newsletter-subscription
org.acme.examples
- Kogito Example :: Serverless Workflow Newsletter Subscription Showcase
1.0-SNAPSHOT
- Kogito Serverless Workflow example showcasing the Newsletter Subscription use case
- serverless-workflow-newsletter-subscription
pom
-
- 2.16.10.Final
- io.quarkus
- quarkus-bom
- 2.16.10.Final
- org.kie.kogito
- kogito-bom
- 2.0.0-SNAPSHOT
- 3.0.0-M7
- 5.1.3
- 3.6.0
- 3.8.1
- 11
- ${version.surefire.plugin}
-
+
+ Kogito Example :: Serverless Workflow Newsletter Subscription Showcase
+ Kogito Serverless Workflow example showcasing the Newsletter Subscription use case
subscription-service
diff --git a/serverless-workflow-examples/serverless-workflow-newsletter-subscription/subscription-flow/pom.xml b/serverless-workflow-examples/serverless-workflow-newsletter-subscription/subscription-flow/pom.xml
index 820573c441..0c0522423a 100644
--- a/serverless-workflow-examples/serverless-workflow-newsletter-subscription/subscription-flow/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-newsletter-subscription/subscription-flow/pom.xml
@@ -2,22 +2,35 @@
-
- serverless-workflow-newsletter-subscription
- org.acme.examples
- 1.0-SNAPSHOT
-
+
4.0.0
- Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Flow
- Kogito Serverless Workflow service that orchestrates the Newsletter Subscription use case
serverless-workflow-newsletter-subscription-flow
+ org.acme.examples
jar
+ 1.0-SNAPSHOT
+
+ Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Flow
+ Kogito Serverless Workflow service that orchestrates the Newsletter Subscription use case
+ 2.16.10.Final
+ io.quarkus
+ quarkus-bom
+ 2.16.10.Final
+ org.kie.kogito
+ kogito-bom
+ 2.0.0-SNAPSHOT
+ 5.1.3
+ 3.6.0
3.22.0
2.33.2
+ 3.1.2
+ ${version.surefire.plugin}
+ 3.8.1
+ 11
+
@@ -36,6 +49,7 @@
+
io.quarkus
diff --git a/serverless-workflow-examples/serverless-workflow-newsletter-subscription/subscription-service/pom.xml b/serverless-workflow-examples/serverless-workflow-newsletter-subscription/subscription-service/pom.xml
index 0855149d4d..42c6337cbe 100644
--- a/serverless-workflow-examples/serverless-workflow-newsletter-subscription/subscription-service/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-newsletter-subscription/subscription-service/pom.xml
@@ -2,22 +2,36 @@
-
- serverless-workflow-newsletter-subscription
- org.acme.examples
- 1.0-SNAPSHOT
-
+
4.0.0
- Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Service
- Regular Quarkus REST Service to serve the Subscription Service API
+ org.acme.examples
serverless-workflow-newsletter-subscription-service
+ 1.0-SNAPSHOT
jar
+
+ Kogito Example :: Serverless Workflow Newsletter Subscription :: Subscription Service
+ Regular Quarkus REST Service to serve the Subscription Service API
+
+ 2.16.10.Final
+ io.quarkus
+ quarkus-bom
+ 2.16.10.Final
+ org.kie.kogito
+ kogito-bom
+ 2.0.0-SNAPSHOT
+ 5.1.3
+ 3.6.0
3.22.0
2.3.0
1.0.1
+ ${version.surefire.plugin}
+ 3.1.2
+ 3.8.1
+ 11
+
@@ -36,6 +50,7 @@
+
io.quarkus
diff --git a/serverless-workflow-examples/serverless-workflow-oauth2-orchestration-quarkus/acme-financial-service/pom.xml b/serverless-workflow-examples/serverless-workflow-oauth2-orchestration-quarkus/acme-financial-service/pom.xml
index fec4a19205..a62dd4bac3 100644
--- a/serverless-workflow-examples/serverless-workflow-oauth2-orchestration-quarkus/acme-financial-service/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-oauth2-orchestration-quarkus/acme-financial-service/pom.xml
@@ -1,14 +1,16 @@
-
+
4.0.0
-
- org.acme.examples
- serverless-workflow-oauth2-orchestration-quarkus
- 1.0-SNAPSHOT
-
+
acme-financial-service
+ org.acme.examples
+ 1.0-SNAPSHOT
+
Kogito Example :: Serverless Workflow Oauth2 Orchestration Example :: ACME Financial Service
+
2.16.10.Final
quarkus-bom
@@ -19,9 +21,10 @@
2.0.0-SNAPSHOT
3.8.1
11
- 3.0.0-M7
+ 3.1.2
3.22.0
+
@@ -40,6 +43,7 @@
+
io.quarkus
diff --git a/serverless-workflow-examples/serverless-workflow-oauth2-orchestration-quarkus/currency-exchange-workflow/pom.xml b/serverless-workflow-examples/serverless-workflow-oauth2-orchestration-quarkus/currency-exchange-workflow/pom.xml
index 1b0bd8d2d6..846906bda1 100644
--- a/serverless-workflow-examples/serverless-workflow-oauth2-orchestration-quarkus/currency-exchange-workflow/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-oauth2-orchestration-quarkus/currency-exchange-workflow/pom.xml
@@ -1,14 +1,14 @@
-
+
4.0.0
-
- org.acme.examples
- serverless-workflow-oauth2-orchestration-quarkus
- 1.0-SNAPSHOT
-
currency-exchange-workflow
+ org.acme.examples
+ 1.0-SNAPSHOT
+
Kogito Example :: Serverless Workflow Oauth2 Orchestration Example :: Currency Exchange
@@ -21,8 +21,9 @@
2.0.0-SNAPSHOT
3.8.1
11
- 3.0.0-M7
+ 3.1.2
+
@@ -41,6 +42,7 @@
+
io.quarkus
diff --git a/serverless-workflow-examples/serverless-workflow-oauth2-orchestration-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-oauth2-orchestration-quarkus/pom.xml
index cb0fcce0a4..6dfbb410bd 100644
--- a/serverless-workflow-examples/serverless-workflow-oauth2-orchestration-quarkus/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-oauth2-orchestration-quarkus/pom.xml
@@ -1,5 +1,6 @@
-
4.0.0
@@ -7,9 +8,12 @@
serverless-workflow-oauth2-orchestration-quarkus
1.0-SNAPSHOT
pom
+
Kogito Example :: Serverless Workflow Oauth2 Orchestration Example
+
acme-financial-service
currency-exchange-workflow
+
diff --git a/serverless-workflow-examples/serverless-workflow-openvino-quarkus/model/v3-small_224_1.0_float.xml b/serverless-workflow-examples/serverless-workflow-openvino-quarkus/model/v3-small_224_1.0_float.xml
index 25028b4249..5c2826a75a 100644
--- a/serverless-workflow-examples/serverless-workflow-openvino-quarkus/model/v3-small_224_1.0_float.xml
+++ b/serverless-workflow-examples/serverless-workflow-openvino-quarkus/model/v3-small_224_1.0_float.xml
@@ -1,9626 +1,9934 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 224
- 224
- 3
-
-
- 4
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 1
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 3
- 224
- 224
-
-
- 1
- 1
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 3
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 3
- 224
- 224
-
-
- 1
- 3
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 16
- 3
- 3
- 3
-
-
-
-
-
-
-
-
-
-
-
- 1
- 3
- 224
- 224
-
-
- 16
- 3
- 3
- 3
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 16
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 16
- 112
- 112
-
-
- 1
- 16
- 1
- 1
-
-
-
-
-
-
-
-
-
-
- 1
- 16
- 112
- 112
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 16
- 1
- 1
- 3
- 3
-
-
-
-
-
-
-
-
-
-
-
- 1
- 16
- 112
- 112
-
-
- 16
- 1
- 1
- 3
- 3
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 16
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 16
- 56
- 56
-
-
- 1
- 16
- 1
- 1
-
-
-
-
-
-
-
-
-
-
- 1
- 16
- 56
- 56
-
-
-
-
-
-
-
-
-
-
-
- 1
- 16
- 56
- 56
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 8
- 16
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 16
- 1
- 1
-
-
- 8
- 16
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 8
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 8
- 1
- 1
-
-
- 1
- 8
- 1
- 1
-
-
-
-
-
-
-
-
-
-
- 1
- 8
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 16
- 8
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 8
- 1
- 1
-
-
- 16
- 8
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 16
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 16
- 1
- 1
-
-
- 1
- 16
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 16
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 1
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 16
- 1
- 1
-
-
- 1
- 1
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 16
- 56
- 56
-
-
- 1
- 16
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 16
- 16
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 16
- 56
- 56
-
-
- 16
- 16
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 16
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 16
- 56
- 56
-
-
- 1
- 16
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 72
- 16
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 16
- 56
- 56
-
-
- 72
- 16
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 72
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 72
- 56
- 56
-
-
- 1
- 72
- 1
- 1
-
-
-
-
-
-
-
-
-
-
- 1
- 72
- 56
- 56
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 72
- 1
- 1
- 3
- 3
-
-
-
-
-
-
-
-
-
-
-
- 1
- 72
- 56
- 56
-
-
- 72
- 1
- 1
- 3
- 3
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 72
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 72
- 28
- 28
-
-
- 1
- 72
- 1
- 1
-
-
-
-
-
-
-
-
-
-
- 1
- 72
- 28
- 28
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 24
- 72
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 72
- 28
- 28
-
-
- 24
- 72
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 24
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 24
- 28
- 28
-
-
- 1
- 24
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 88
- 24
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 24
- 28
- 28
-
-
- 88
- 24
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 88
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 88
- 28
- 28
-
-
- 1
- 88
- 1
- 1
-
-
-
-
-
-
-
-
-
-
- 1
- 88
- 28
- 28
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 88
- 1
- 1
- 3
- 3
-
-
-
-
-
-
-
-
-
-
-
- 1
- 88
- 28
- 28
-
-
- 88
- 1
- 1
- 3
- 3
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 88
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 88
- 28
- 28
-
-
- 1
- 88
- 1
- 1
-
-
-
-
-
-
-
-
-
-
- 1
- 88
- 28
- 28
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 24
- 88
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 88
- 28
- 28
-
-
- 24
- 88
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 24
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 24
- 28
- 28
-
-
- 1
- 24
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 24
- 28
- 28
-
-
- 1
- 24
- 28
- 28
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 96
- 24
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 24
- 28
- 28
-
-
- 96
- 24
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 96
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 96
- 28
- 28
-
-
- 1
- 96
- 1
- 1
-
-
-
-
-
-
-
-
-
-
- 1
- 96
- 28
- 28
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 96
- 1
- 1
- 5
- 5
-
-
-
-
-
-
-
-
-
-
-
- 1
- 96
- 28
- 28
-
-
- 96
- 1
- 1
- 5
- 5
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 96
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 96
- 14
- 14
-
-
- 1
- 96
- 1
- 1
-
-
-
-
-
-
-
-
-
-
- 1
- 96
- 14
- 14
-
-
-
-
-
-
-
-
-
-
-
- 1
- 96
- 14
- 14
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 24
- 96
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 96
- 1
- 1
-
-
- 24
- 96
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 24
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 24
- 1
- 1
-
-
- 1
- 24
- 1
- 1
-
-
-
-
-
-
-
-
-
-
- 1
- 24
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 96
- 24
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 24
- 1
- 1
-
-
- 96
- 24
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 96
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 96
- 1
- 1
-
-
- 1
- 96
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 96
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 1
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 96
- 1
- 1
-
-
- 1
- 1
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 96
- 14
- 14
-
-
- 1
- 96
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 40
- 96
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 96
- 14
- 14
-
-
- 40
- 96
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 40
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 40
- 14
- 14
-
-
- 1
- 40
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 240
- 40
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 40
- 14
- 14
-
-
- 240
- 40
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 240
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 240
- 14
- 14
-
-
- 1
- 240
- 1
- 1
-
-
-
-
-
-
-
-
-
-
- 1
- 240
- 14
- 14
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 240
- 1
- 1
- 5
- 5
-
-
-
-
-
-
-
-
-
-
-
- 1
- 240
- 14
- 14
-
-
- 240
- 1
- 1
- 5
- 5
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 240
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 240
- 14
- 14
-
-
- 1
- 240
- 1
- 1
-
-
-
-
-
-
-
-
-
-
- 1
- 240
- 14
- 14
-
-
-
-
-
-
-
-
-
-
-
- 1
- 240
- 14
- 14
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 64
- 240
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 240
- 1
- 1
-
-
- 64
- 240
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 64
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 64
- 1
- 1
-
-
- 1
- 64
- 1
- 1
-
-
-
-
-
-
-
-
-
-
- 1
- 64
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 240
- 64
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 64
- 1
- 1
-
-
- 240
- 64
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 240
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 240
- 1
- 1
-
-
- 1
- 240
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 240
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 1
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 240
- 1
- 1
-
-
- 1
- 1
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 240
- 14
- 14
-
-
- 1
- 240
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 40
- 240
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 240
- 14
- 14
-
-
- 40
- 240
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 40
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 40
- 14
- 14
-
-
- 1
- 40
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 40
- 14
- 14
-
-
- 1
- 40
- 14
- 14
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 240
- 40
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 40
- 14
- 14
-
-
- 240
- 40
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 240
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 240
- 14
- 14
-
-
- 1
- 240
- 1
- 1
-
-
-
-
-
-
-
-
-
-
- 1
- 240
- 14
- 14
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 240
- 1
- 1
- 5
- 5
-
-
-
-
-
-
-
-
-
-
-
- 1
- 240
- 14
- 14
-
-
- 240
- 1
- 1
- 5
- 5
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 240
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 240
- 14
- 14
-
-
- 1
- 240
- 1
- 1
-
-
-
-
-
-
-
-
-
-
- 1
- 240
- 14
- 14
-
-
-
-
-
-
-
-
-
-
-
- 1
- 240
- 14
- 14
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 64
- 240
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 240
- 1
- 1
-
-
- 64
- 240
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 64
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 64
- 1
- 1
-
-
- 1
- 64
- 1
- 1
-
-
-
-
-
-
-
-
-
-
- 1
- 64
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 240
- 64
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 64
- 1
- 1
-
-
- 240
- 64
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 240
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 240
- 1
- 1
-
-
- 1
- 240
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 240
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 1
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 240
- 1
- 1
-
-
- 1
- 1
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 240
- 14
- 14
-
-
- 1
- 240
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 40
- 240
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 240
- 14
- 14
-
-
- 40
- 240
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 40
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 40
- 14
- 14
-
-
- 1
- 40
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 40
- 14
- 14
-
-
- 1
- 40
- 14
- 14
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 120
- 40
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 40
- 14
- 14
-
-
- 120
- 40
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 120
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 120
- 14
- 14
-
-
- 1
- 120
- 1
- 1
-
-
-
-
-
-
-
-
-
-
- 1
- 120
- 14
- 14
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 120
- 1
- 1
- 5
- 5
-
-
-
-
-
-
-
-
-
-
-
- 1
- 120
- 14
- 14
-
-
- 120
- 1
- 1
- 5
- 5
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 120
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 120
- 14
- 14
-
-
- 1
- 120
- 1
- 1
-
-
-
-
-
-
-
-
-
-
- 1
- 120
- 14
- 14
-
-
-
-
-
-
-
-
-
-
-
- 1
- 120
- 14
- 14
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 32
- 120
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 120
- 1
- 1
-
-
- 32
- 120
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 32
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 32
- 1
- 1
-
-
- 1
- 32
- 1
- 1
-
-
-
-
-
-
-
-
-
-
- 1
- 32
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 120
- 32
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 32
- 1
- 1
-
-
- 120
- 32
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 120
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 120
- 1
- 1
-
-
- 1
- 120
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 120
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 1
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 120
- 1
- 1
-
-
- 1
- 1
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 120
- 14
- 14
-
-
- 1
- 120
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 48
- 120
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 120
- 14
- 14
-
-
- 48
- 120
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 48
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 48
- 14
- 14
-
-
- 1
- 48
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 144
- 48
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 48
- 14
- 14
-
-
- 144
- 48
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 144
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 144
- 14
- 14
-
-
- 1
- 144
- 1
- 1
-
-
-
-
-
-
-
-
-
-
- 1
- 144
- 14
- 14
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 144
- 1
- 1
- 5
- 5
-
-
-
-
-
-
-
-
-
-
-
- 1
- 144
- 14
- 14
-
-
- 144
- 1
- 1
- 5
- 5
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 144
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 144
- 14
- 14
-
-
- 1
- 144
- 1
- 1
-
-
-
-
-
-
-
-
-
-
- 1
- 144
- 14
- 14
-
-
-
-
-
-
-
-
-
-
-
- 1
- 144
- 14
- 14
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 40
- 144
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 144
- 1
- 1
-
-
- 40
- 144
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 40
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 40
- 1
- 1
-
-
- 1
- 40
- 1
- 1
-
-
-
-
-
-
-
-
-
-
- 1
- 40
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 144
- 40
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 40
- 1
- 1
-
-
- 144
- 40
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 144
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 144
- 1
- 1
-
-
- 1
- 144
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 144
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 1
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 144
- 1
- 1
-
-
- 1
- 1
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 144
- 14
- 14
-
-
- 1
- 144
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 48
- 144
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 144
- 14
- 14
-
-
- 48
- 144
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 48
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 48
- 14
- 14
-
-
- 1
- 48
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 48
- 14
- 14
-
-
- 1
- 48
- 14
- 14
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 288
- 48
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 48
- 14
- 14
-
-
- 288
- 48
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 288
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 288
- 14
- 14
-
-
- 1
- 288
- 1
- 1
-
-
-
-
-
-
-
-
-
-
- 1
- 288
- 14
- 14
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 288
- 1
- 1
- 5
- 5
-
-
-
-
-
-
-
-
-
-
-
- 1
- 288
- 14
- 14
-
-
- 288
- 1
- 1
- 5
- 5
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 288
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 288
- 7
- 7
-
-
- 1
- 288
- 1
- 1
-
-
-
-
-
-
-
-
-
-
- 1
- 288
- 7
- 7
-
-
-
-
-
-
-
-
-
-
-
- 1
- 288
- 7
- 7
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 72
- 288
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 288
- 1
- 1
-
-
- 72
- 288
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 72
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 72
- 1
- 1
-
-
- 1
- 72
- 1
- 1
-
-
-
-
-
-
-
-
-
-
- 1
- 72
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 288
- 72
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 72
- 1
- 1
-
-
- 288
- 72
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 288
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 288
- 1
- 1
-
-
- 1
- 288
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 288
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 1
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 288
- 1
- 1
-
-
- 1
- 1
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 288
- 7
- 7
-
-
- 1
- 288
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 96
- 288
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 288
- 7
- 7
-
-
- 96
- 288
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 96
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 96
- 7
- 7
-
-
- 1
- 96
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 576
- 96
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 96
- 7
- 7
-
-
- 576
- 96
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 576
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 576
- 7
- 7
-
-
- 1
- 576
- 1
- 1
-
-
-
-
-
-
-
-
-
-
- 1
- 576
- 7
- 7
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 576
- 1
- 1
- 5
- 5
-
-
-
-
-
-
-
-
-
-
-
- 1
- 576
- 7
- 7
-
-
- 576
- 1
- 1
- 5
- 5
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 576
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 576
- 7
- 7
-
-
- 1
- 576
- 1
- 1
-
-
-
-
-
-
-
-
-
-
- 1
- 576
- 7
- 7
-
-
-
-
-
-
-
-
-
-
-
- 1
- 576
- 7
- 7
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 144
- 576
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 576
- 1
- 1
-
-
- 144
- 576
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 144
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 144
- 1
- 1
-
-
- 1
- 144
- 1
- 1
-
-
-
-
-
-
-
-
-
-
- 1
- 144
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 576
- 144
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 144
- 1
- 1
-
-
- 576
- 144
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 576
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 576
- 1
- 1
-
-
- 1
- 576
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 576
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 1
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 576
- 1
- 1
-
-
- 1
- 1
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 576
- 7
- 7
-
-
- 1
- 576
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 96
- 576
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 576
- 7
- 7
-
-
- 96
- 576
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 96
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 96
- 7
- 7
-
-
- 1
- 96
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 96
- 7
- 7
-
-
- 1
- 96
- 7
- 7
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 576
- 96
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 96
- 7
- 7
-
-
- 576
- 96
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 576
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 576
- 7
- 7
-
-
- 1
- 576
- 1
- 1
-
-
-
-
-
-
-
-
-
-
- 1
- 576
- 7
- 7
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 576
- 1
- 1
- 5
- 5
-
-
-
-
-
-
-
-
-
-
-
- 1
- 576
- 7
- 7
-
-
- 576
- 1
- 1
- 5
- 5
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 576
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 576
- 7
- 7
-
-
- 1
- 576
- 1
- 1
-
-
-
-
-
-
-
-
-
-
- 1
- 576
- 7
- 7
-
-
-
-
-
-
-
-
-
-
-
- 1
- 576
- 7
- 7
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 144
- 576
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 576
- 1
- 1
-
-
- 144
- 576
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 144
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 144
- 1
- 1
-
-
- 1
- 144
- 1
- 1
-
-
-
-
-
-
-
-
-
-
- 1
- 144
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 576
- 144
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 144
- 1
- 1
-
-
- 576
- 144
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 576
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 576
- 1
- 1
-
-
- 1
- 576
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 576
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 1
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 576
- 1
- 1
-
-
- 1
- 1
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 576
- 7
- 7
-
-
- 1
- 576
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 96
- 576
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 576
- 7
- 7
-
-
- 96
- 576
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 96
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 96
- 7
- 7
-
-
- 1
- 96
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 96
- 7
- 7
-
-
- 1
- 96
- 7
- 7
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 576
- 96
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 96
- 7
- 7
-
-
- 576
- 96
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 576
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 576
- 7
- 7
-
-
- 1
- 576
- 1
- 1
-
-
-
-
-
-
-
-
-
-
- 1
- 576
- 7
- 7
-
-
-
-
-
-
-
-
-
-
-
- 1
- 576
- 7
- 7
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1024
- 576
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 576
- 1
- 1
-
-
- 1024
- 576
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 1024
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 1024
- 1
- 1
-
-
- 1
- 1024
- 1
- 1
-
-
-
-
-
-
-
-
-
-
- 1
- 1024
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 1024
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1001
- 1024
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 1024
- 1
- 1
-
-
- 1001
- 1024
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 1001
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
- 1
- 1001
- 1
- 1
-
-
- 1
- 1001
- 1
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 1001
- 1
- 1
-
-
- 2
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
- 1001
-
-
- 2
-
-
-
-
-
-
-
-
-
-
-
- 1
- 1001
-
-
-
-
-
-
-
-
-
-
- 1
- 1001
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 224
+ 224
+ 3
+
+
+ 4
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 1
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 3
+ 224
+ 224
+
+
+ 1
+ 1
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 3
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 3
+ 224
+ 224
+
+
+ 1
+ 3
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 16
+ 3
+ 3
+ 3
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 3
+ 224
+ 224
+
+
+ 16
+ 3
+ 3
+ 3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 16
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 16
+ 112
+ 112
+
+
+ 1
+ 16
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+ 1
+ 16
+ 112
+ 112
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 16
+ 1
+ 1
+ 3
+ 3
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 16
+ 112
+ 112
+
+
+ 16
+ 1
+ 1
+ 3
+ 3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 16
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 16
+ 56
+ 56
+
+
+ 1
+ 16
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+ 1
+ 16
+ 56
+ 56
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 16
+ 56
+ 56
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 8
+ 16
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 16
+ 1
+ 1
+
+
+ 8
+ 16
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 8
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 8
+ 1
+ 1
+
+
+ 1
+ 8
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+ 1
+ 8
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 16
+ 8
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 8
+ 1
+ 1
+
+
+ 16
+ 8
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 16
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 16
+ 1
+ 1
+
+
+ 1
+ 16
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 16
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 1
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 16
+ 1
+ 1
+
+
+ 1
+ 1
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 16
+ 56
+ 56
+
+
+ 1
+ 16
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 16
+ 16
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 16
+ 56
+ 56
+
+
+ 16
+ 16
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 16
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 16
+ 56
+ 56
+
+
+ 1
+ 16
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 72
+ 16
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 16
+ 56
+ 56
+
+
+ 72
+ 16
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 72
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 72
+ 56
+ 56
+
+
+ 1
+ 72
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+ 1
+ 72
+ 56
+ 56
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 72
+ 1
+ 1
+ 3
+ 3
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 72
+ 56
+ 56
+
+
+ 72
+ 1
+ 1
+ 3
+ 3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 72
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 72
+ 28
+ 28
+
+
+ 1
+ 72
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+ 1
+ 72
+ 28
+ 28
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 24
+ 72
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 72
+ 28
+ 28
+
+
+ 24
+ 72
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 24
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 24
+ 28
+ 28
+
+
+ 1
+ 24
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 88
+ 24
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 24
+ 28
+ 28
+
+
+ 88
+ 24
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 88
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 88
+ 28
+ 28
+
+
+ 1
+ 88
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+ 1
+ 88
+ 28
+ 28
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 88
+ 1
+ 1
+ 3
+ 3
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 88
+ 28
+ 28
+
+
+ 88
+ 1
+ 1
+ 3
+ 3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 88
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 88
+ 28
+ 28
+
+
+ 1
+ 88
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+ 1
+ 88
+ 28
+ 28
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 24
+ 88
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 88
+ 28
+ 28
+
+
+ 24
+ 88
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 24
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 24
+ 28
+ 28
+
+
+ 1
+ 24
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 24
+ 28
+ 28
+
+
+ 1
+ 24
+ 28
+ 28
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 96
+ 24
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 24
+ 28
+ 28
+
+
+ 96
+ 24
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 96
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 96
+ 28
+ 28
+
+
+ 1
+ 96
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+ 1
+ 96
+ 28
+ 28
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 96
+ 1
+ 1
+ 5
+ 5
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 96
+ 28
+ 28
+
+
+ 96
+ 1
+ 1
+ 5
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 96
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 96
+ 14
+ 14
+
+
+ 1
+ 96
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+ 1
+ 96
+ 14
+ 14
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 96
+ 14
+ 14
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 24
+ 96
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 96
+ 1
+ 1
+
+
+ 24
+ 96
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 24
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 24
+ 1
+ 1
+
+
+ 1
+ 24
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+ 1
+ 24
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 96
+ 24
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 24
+ 1
+ 1
+
+
+ 96
+ 24
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 96
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 96
+ 1
+ 1
+
+
+ 1
+ 96
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 96
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 1
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 96
+ 1
+ 1
+
+
+ 1
+ 1
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 96
+ 14
+ 14
+
+
+ 1
+ 96
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 40
+ 96
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 96
+ 14
+ 14
+
+
+ 40
+ 96
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 40
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 40
+ 14
+ 14
+
+
+ 1
+ 40
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 240
+ 40
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 40
+ 14
+ 14
+
+
+ 240
+ 40
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 240
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 240
+ 14
+ 14
+
+
+ 1
+ 240
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+ 1
+ 240
+ 14
+ 14
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 240
+ 1
+ 1
+ 5
+ 5
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 240
+ 14
+ 14
+
+
+ 240
+ 1
+ 1
+ 5
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 240
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 240
+ 14
+ 14
+
+
+ 1
+ 240
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+ 1
+ 240
+ 14
+ 14
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 240
+ 14
+ 14
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 64
+ 240
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 240
+ 1
+ 1
+
+
+ 64
+ 240
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 64
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 64
+ 1
+ 1
+
+
+ 1
+ 64
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+ 1
+ 64
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 240
+ 64
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 64
+ 1
+ 1
+
+
+ 240
+ 64
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 240
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 240
+ 1
+ 1
+
+
+ 1
+ 240
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 240
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 1
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 240
+ 1
+ 1
+
+
+ 1
+ 1
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 240
+ 14
+ 14
+
+
+ 1
+ 240
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 40
+ 240
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 240
+ 14
+ 14
+
+
+ 40
+ 240
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 40
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 40
+ 14
+ 14
+
+
+ 1
+ 40
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 40
+ 14
+ 14
+
+
+ 1
+ 40
+ 14
+ 14
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 240
+ 40
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 40
+ 14
+ 14
+
+
+ 240
+ 40
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 240
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 240
+ 14
+ 14
+
+
+ 1
+ 240
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+ 1
+ 240
+ 14
+ 14
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 240
+ 1
+ 1
+ 5
+ 5
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 240
+ 14
+ 14
+
+
+ 240
+ 1
+ 1
+ 5
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 240
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 240
+ 14
+ 14
+
+
+ 1
+ 240
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+ 1
+ 240
+ 14
+ 14
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 240
+ 14
+ 14
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 64
+ 240
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 240
+ 1
+ 1
+
+
+ 64
+ 240
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 64
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 64
+ 1
+ 1
+
+
+ 1
+ 64
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+ 1
+ 64
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 240
+ 64
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 64
+ 1
+ 1
+
+
+ 240
+ 64
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 240
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 240
+ 1
+ 1
+
+
+ 1
+ 240
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 240
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 1
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 240
+ 1
+ 1
+
+
+ 1
+ 1
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 240
+ 14
+ 14
+
+
+ 1
+ 240
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 40
+ 240
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 240
+ 14
+ 14
+
+
+ 40
+ 240
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 40
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 40
+ 14
+ 14
+
+
+ 1
+ 40
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 40
+ 14
+ 14
+
+
+ 1
+ 40
+ 14
+ 14
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 120
+ 40
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 40
+ 14
+ 14
+
+
+ 120
+ 40
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 120
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 120
+ 14
+ 14
+
+
+ 1
+ 120
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+ 1
+ 120
+ 14
+ 14
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 120
+ 1
+ 1
+ 5
+ 5
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 120
+ 14
+ 14
+
+
+ 120
+ 1
+ 1
+ 5
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 120
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 120
+ 14
+ 14
+
+
+ 1
+ 120
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+ 1
+ 120
+ 14
+ 14
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 120
+ 14
+ 14
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 32
+ 120
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 120
+ 1
+ 1
+
+
+ 32
+ 120
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 32
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 32
+ 1
+ 1
+
+
+ 1
+ 32
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+ 1
+ 32
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 120
+ 32
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 32
+ 1
+ 1
+
+
+ 120
+ 32
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 120
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 120
+ 1
+ 1
+
+
+ 1
+ 120
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 120
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 1
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 120
+ 1
+ 1
+
+
+ 1
+ 1
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 120
+ 14
+ 14
+
+
+ 1
+ 120
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 48
+ 120
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 120
+ 14
+ 14
+
+
+ 48
+ 120
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 48
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 48
+ 14
+ 14
+
+
+ 1
+ 48
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 144
+ 48
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 48
+ 14
+ 14
+
+
+ 144
+ 48
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 144
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 144
+ 14
+ 14
+
+
+ 1
+ 144
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+ 1
+ 144
+ 14
+ 14
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 144
+ 1
+ 1
+ 5
+ 5
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 144
+ 14
+ 14
+
+
+ 144
+ 1
+ 1
+ 5
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 144
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 144
+ 14
+ 14
+
+
+ 1
+ 144
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+ 1
+ 144
+ 14
+ 14
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 144
+ 14
+ 14
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 40
+ 144
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 144
+ 1
+ 1
+
+
+ 40
+ 144
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 40
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 40
+ 1
+ 1
+
+
+ 1
+ 40
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+ 1
+ 40
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 144
+ 40
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 40
+ 1
+ 1
+
+
+ 144
+ 40
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 144
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 144
+ 1
+ 1
+
+
+ 1
+ 144
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 144
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 1
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 144
+ 1
+ 1
+
+
+ 1
+ 1
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 144
+ 14
+ 14
+
+
+ 1
+ 144
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 48
+ 144
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 144
+ 14
+ 14
+
+
+ 48
+ 144
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 48
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 48
+ 14
+ 14
+
+
+ 1
+ 48
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 48
+ 14
+ 14
+
+
+ 1
+ 48
+ 14
+ 14
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 288
+ 48
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 48
+ 14
+ 14
+
+
+ 288
+ 48
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 288
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 288
+ 14
+ 14
+
+
+ 1
+ 288
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+ 1
+ 288
+ 14
+ 14
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 288
+ 1
+ 1
+ 5
+ 5
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 288
+ 14
+ 14
+
+
+ 288
+ 1
+ 1
+ 5
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 288
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 288
+ 7
+ 7
+
+
+ 1
+ 288
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+ 1
+ 288
+ 7
+ 7
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 288
+ 7
+ 7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 72
+ 288
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 288
+ 1
+ 1
+
+
+ 72
+ 288
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 72
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 72
+ 1
+ 1
+
+
+ 1
+ 72
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+ 1
+ 72
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 288
+ 72
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 72
+ 1
+ 1
+
+
+ 288
+ 72
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 288
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 288
+ 1
+ 1
+
+
+ 1
+ 288
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 288
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 1
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 288
+ 1
+ 1
+
+
+ 1
+ 1
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 288
+ 7
+ 7
+
+
+ 1
+ 288
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 96
+ 288
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 288
+ 7
+ 7
+
+
+ 96
+ 288
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 96
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 96
+ 7
+ 7
+
+
+ 1
+ 96
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 576
+ 96
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 96
+ 7
+ 7
+
+
+ 576
+ 96
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 576
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 576
+ 7
+ 7
+
+
+ 1
+ 576
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+ 1
+ 576
+ 7
+ 7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 576
+ 1
+ 1
+ 5
+ 5
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 576
+ 7
+ 7
+
+
+ 576
+ 1
+ 1
+ 5
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 576
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 576
+ 7
+ 7
+
+
+ 1
+ 576
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+ 1
+ 576
+ 7
+ 7
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 576
+ 7
+ 7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 144
+ 576
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 576
+ 1
+ 1
+
+
+ 144
+ 576
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 144
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 144
+ 1
+ 1
+
+
+ 1
+ 144
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+ 1
+ 144
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 576
+ 144
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 144
+ 1
+ 1
+
+
+ 576
+ 144
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 576
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 576
+ 1
+ 1
+
+
+ 1
+ 576
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 576
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 1
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 576
+ 1
+ 1
+
+
+ 1
+ 1
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 576
+ 7
+ 7
+
+
+ 1
+ 576
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 96
+ 576
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 576
+ 7
+ 7
+
+
+ 96
+ 576
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 96
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 96
+ 7
+ 7
+
+
+ 1
+ 96
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 96
+ 7
+ 7
+
+
+ 1
+ 96
+ 7
+ 7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 576
+ 96
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 96
+ 7
+ 7
+
+
+ 576
+ 96
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 576
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 576
+ 7
+ 7
+
+
+ 1
+ 576
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+ 1
+ 576
+ 7
+ 7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 576
+ 1
+ 1
+ 5
+ 5
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 576
+ 7
+ 7
+
+
+ 576
+ 1
+ 1
+ 5
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 576
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 576
+ 7
+ 7
+
+
+ 1
+ 576
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+ 1
+ 576
+ 7
+ 7
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 576
+ 7
+ 7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 144
+ 576
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 576
+ 1
+ 1
+
+
+ 144
+ 576
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 144
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 144
+ 1
+ 1
+
+
+ 1
+ 144
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+ 1
+ 144
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 576
+ 144
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 144
+ 1
+ 1
+
+
+ 576
+ 144
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 576
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 576
+ 1
+ 1
+
+
+ 1
+ 576
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 576
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 1
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 576
+ 1
+ 1
+
+
+ 1
+ 1
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 576
+ 7
+ 7
+
+
+ 1
+ 576
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 96
+ 576
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 576
+ 7
+ 7
+
+
+ 96
+ 576
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 96
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 96
+ 7
+ 7
+
+
+ 1
+ 96
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 96
+ 7
+ 7
+
+
+ 1
+ 96
+ 7
+ 7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 576
+ 96
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 96
+ 7
+ 7
+
+
+ 576
+ 96
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 576
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 576
+ 7
+ 7
+
+
+ 1
+ 576
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+ 1
+ 576
+ 7
+ 7
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 576
+ 7
+ 7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+ 576
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 576
+ 1
+ 1
+
+
+ 1024
+ 576
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 1024
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 1024
+ 1
+ 1
+
+
+ 1
+ 1024
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+ 1
+ 1024
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 1024
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1001
+ 1024
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 1024
+ 1
+ 1
+
+
+ 1001
+ 1024
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 1001
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 1001
+ 1
+ 1
+
+
+ 1
+ 1001
+ 1
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 1001
+ 1
+ 1
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 1001
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 1001
+
+
+
+
+
+
+
+
+
+
+ 1
+ 1001
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/serverless-workflow-examples/serverless-workflow-openvino-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-openvino-quarkus/pom.xml
index 9908df841e..fafe1b0369 100644
--- a/serverless-workflow-examples/serverless-workflow-openvino-quarkus/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-openvino-quarkus/pom.xml
@@ -1,6 +1,7 @@
-
+
4.0.0
org.acme.examples
@@ -9,6 +10,7 @@
Kogito Example :: Serverless Workflow Openvino :: Quarkus
Kogito Serverless Workflow OpenVino Example - Quarkus
+
2.16.10.Final
quarkus-bom
@@ -20,7 +22,7 @@
11
1.6.0
3.8.1
- 3.0.0-M7
+ 3.1.2
3.22.0
@@ -77,10 +79,10 @@
rest-assured
test
-
+
org.assertj
assertj-core
- ${version.org.assertj}
+ ${version.org.assertj}
test
@@ -133,29 +135,29 @@
dependencies-install
generate-resources
- exec
+ exec
- pip
-
- install
- -r
- ${project.basedir}/requirements.txt
-
+ pip
+
+ install
+ -r
+ ${project.basedir}/requirements.txt
+
jep
generate-resources
- exec
+ exec
- pip
-
- install
- jep
-
+ pip
+
+ install
+ jep
+
diff --git a/serverless-workflow-examples/serverless-workflow-order-processing/pom.xml b/serverless-workflow-examples/serverless-workflow-order-processing/pom.xml
index 6b30621401..3fa581f825 100644
--- a/serverless-workflow-examples/serverless-workflow-order-processing/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-order-processing/pom.xml
@@ -21,7 +21,7 @@
3.8.1
2.33.2
11
- 3.0.0-M7
+ 3.1.2
diff --git a/serverless-workflow-examples/serverless-workflow-parallel-execution/pom.xml b/serverless-workflow-examples/serverless-workflow-parallel-execution/pom.xml
index 383b81c1e8..dd1edd589d 100644
--- a/serverless-workflow-examples/serverless-workflow-parallel-execution/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-parallel-execution/pom.xml
@@ -2,160 +2,160 @@
- 4.0.0
+ 4.0.0
- org.acme.examples
- serverless-workflow-parallel-execution
- 1.0-SNAPSHOT
+ org.acme.examples
+ serverless-workflow-parallel-execution
+ 1.0-SNAPSHOT
- Kogito Example :: Serverless Workflow Parallel Execution :: Quarkus
- Kogito Serverless Workflow Example - Quarkus
+ Kogito Example :: Serverless Workflow Parallel Execution :: Quarkus
+ Kogito Serverless Workflow Example - Quarkus
-
- 2.16.10.Final
- quarkus-bom
- io.quarkus
- 2.16.10.Final
- org.kie.kogito
- kogito-bom
- 2.0.0-SNAPSHOT
- 2.0.0-SNAPSHOT
- 11
- 3.8.1
- 3.0.0-M7
- ${version.surefire.plugin}
-
+
+ 2.16.10.Final
+ quarkus-bom
+ io.quarkus
+ 2.16.10.Final
+ org.kie.kogito
+ kogito-bom
+ 2.0.0-SNAPSHOT
+ 2.0.0-SNAPSHOT
+ 11
+ 3.8.1
+ 3.1.2
+ ${version.surefire.plugin}
+
-
-
-
- ${quarkus.platform.group-id}
- ${quarkus.platform.artifact-id}
- ${quarkus.platform.version}
- pom
- import
-
-
- ${kogito.bom.group-id}
- ${kogito.bom.artifact-id}
- ${kogito.bom.version}
- pom
- import
-
-
-
+
+
+ ${quarkus.platform.group-id}
+ ${quarkus.platform.artifact-id}
+ ${quarkus.platform.version}
+ pom
+ import
+
+
+ ${kogito.bom.group-id}
+ ${kogito.bom.artifact-id}
+ ${kogito.bom.version}
+ pom
+ import
+
+
+
+
+
+ org.kie.kogito
+ kogito-quarkus-serverless-workflow
+
+
+ io.quarkus
+ quarkus-resteasy-jackson
+
+
+ io.quarkus
+ quarkus-arc
+
+
+ io.quarkus
+ quarkus-resteasy
+
+
+ io.quarkus
+ quarkus-smallrye-openapi
+
+
+ io.quarkus
+ quarkus-junit5
+ test
+
+
+ io.rest-assured
+ rest-assured
+ test
+
+
+
+ ${project.artifactId}
+
+
+ maven-compiler-plugin
+ ${version.compiler.plugin}
+
+ ${maven.compiler.release}
+
+
+
+ ${quarkus.platform.group-id}
+ quarkus-maven-plugin
+ ${quarkus-plugin.version}
+
+
+
+ build
+
+
+
+
+
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${maven.home}
+
+
+
+
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${maven.home}
+
+
+
+
+
+ integration-test
+ verify
+
+
+
+
+
+
+
+
+ container
+
+
+ container
+
+
+
+ container
+
+
- org.kie.kogito
- kogito-quarkus-serverless-workflow
-
-
- io.quarkus
- quarkus-resteasy-jackson
-
-
- io.quarkus
- quarkus-arc
-
-
- io.quarkus
- quarkus-resteasy
-
-
- io.quarkus
- quarkus-smallrye-openapi
-
-
- io.quarkus
- quarkus-junit5
- test
-
-
- io.rest-assured
- rest-assured
- test
+ io.quarkus
+ quarkus-container-image-jib
-
-
- ${project.artifactId}
-
-
- maven-compiler-plugin
- ${version.compiler.plugin}
-
- ${maven.compiler.release}
-
-
-
- ${quarkus.platform.group-id}
- quarkus-maven-plugin
- ${quarkus-plugin.version}
-
-
-
- build
-
-
-
-
-
- maven-surefire-plugin
- ${version.surefire.plugin}
-
-
- org.jboss.logmanager.LogManager
- ${maven.home}
-
-
-
-
- maven-failsafe-plugin
- ${version.failsafe.plugin}
-
-
- org.jboss.logmanager.LogManager
- ${maven.home}
-
-
-
-
-
- integration-test
- verify
-
-
-
-
-
-
-
-
- container
-
-
- container
-
-
-
- container
-
-
-
- io.quarkus
- quarkus-container-image-jib
-
-
-
-
- native
-
-
- native
-
-
-
- native
-
-
-
+
+
+
+ native
+
+
+ native
+
+
+
+ native
+
+
+
diff --git a/serverless-workflow-examples/serverless-workflow-python-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-python-quarkus/pom.xml
index 39eccff726..857291d056 100644
--- a/serverless-workflow-examples/serverless-workflow-python-quarkus/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-python-quarkus/pom.xml
@@ -1,6 +1,7 @@
-
+
4.0.0
org.acme.examples
@@ -20,7 +21,7 @@
11
1.6.0
3.8.1
- 3.0.0-M7
+ 3.1.2
3.22.0
@@ -77,10 +78,10 @@
rest-assured
test
-
+
org.assertj
assertj-core
- ${version.org.assertj}
+ ${version.org.assertj}
test
@@ -133,29 +134,29 @@
dependencies-install
generate-resources
- exec
+ exec
- pip
-
- install
- -r
- ${project.basedir}/requirements.txt
-
+ pip
+
+ install
+ -r
+ ${project.basedir}/requirements.txt
+
jep
generate-resources
- exec
+ exec
- pip
-
- install
- jep
-
+ pip
+
+ install
+ jep
+
@@ -172,7 +173,7 @@
native
-
-
-
+
+
+
diff --git a/serverless-workflow-examples/serverless-workflow-qas-service-showcase/pom.xml b/serverless-workflow-examples/serverless-workflow-qas-service-showcase/pom.xml
index b79f6a9a66..ff8c0d1b45 100644
--- a/serverless-workflow-examples/serverless-workflow-qas-service-showcase/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-qas-service-showcase/pom.xml
@@ -1,5 +1,6 @@
-
4.0.0
@@ -9,19 +10,10 @@
pom
Kogito Example :: Serverless Workflow Query and Answer Showcase
+
query-answer-service
query-service
-
- 3.22.0
- 3.0.0-M7
- 5.1.3
- 3.6.0
- 3.8.1
- 11
- ${version.surefire.plugin}
-
-
diff --git a/serverless-workflow-examples/serverless-workflow-qas-service-showcase/query-answer-service/pom.xml b/serverless-workflow-examples/serverless-workflow-qas-service-showcase/query-answer-service/pom.xml
index eb2d9990e4..88f6b0ce87 100644
--- a/serverless-workflow-examples/serverless-workflow-qas-service-showcase/query-answer-service/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-qas-service-showcase/query-answer-service/pom.xml
@@ -1,16 +1,17 @@
-
4.0.0
-
- org.acme.examples
- serverless-workflow-qas-service-showcase
- 1.0-SNAPSHOT
-
query-answer-service
+ org.acme.examples
+ 1.0-SNAPSHOT
+
Kogito Example :: Serverless Workflow Query and Answer :: Workflow Service
+
+ 3.22.0
2.16.10.Final
io.quarkus
quarkus-bom
@@ -18,8 +19,15 @@
org.kie.kogito
kogito-bom
2.0.0-SNAPSHOT
+ 5.1.3
+ 3.6.0
2.33.2
+ 3.8.1
+ 3.1.2
+ ${version.surefire.plugin}
+ 11
+
@@ -38,6 +46,7 @@
+
io.quarkus
diff --git a/serverless-workflow-examples/serverless-workflow-qas-service-showcase/query-service/pom.xml b/serverless-workflow-examples/serverless-workflow-qas-service-showcase/query-service/pom.xml
index 19ce3443f3..ca2f3cf4a7 100644
--- a/serverless-workflow-examples/serverless-workflow-qas-service-showcase/query-service/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-qas-service-showcase/query-service/pom.xml
@@ -1,26 +1,35 @@
-
+
4.0.0
-
- org.acme.examples
- serverless-workflow-qas-service-showcase
- 1.0-SNAPSHOT
-
query-service
+ org.acme.examples
+ 1.0-SNAPSHOT
+
Kogito Example :: Serverless Workflow Query and Answer :: Query Service
+
2.16.10.Final
- io.quarkus
+ io.quarkus
quarkus-bom
2.16.10.Final
org.kie.kogito
kogito-bom
2.0.0-SNAPSHOT
+ 5.1.3
+ 3.6.0
+ 3.22.0
1.0.1
2.3.0
+ 3.8.1
+ 3.1.2
+ ${version.surefire.plugin}
+ 11
+
@@ -39,6 +48,7 @@
+
io.quarkus
diff --git a/serverless-workflow-examples/serverless-workflow-saga-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-saga-quarkus/pom.xml
index 80ef552585..bbc38cd085 100644
--- a/serverless-workflow-examples/serverless-workflow-saga-quarkus/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-saga-quarkus/pom.xml
@@ -1,5 +1,6 @@
-
+
4.0.0
org.acme.examples
@@ -20,7 +21,7 @@
3.8.1
11
3.22.0
- 3.0.0-M7
+ 3.1.2
${version.surefire.plugin}
@@ -60,7 +61,7 @@
org.kie.kogito
kogito-addons-quarkus-source-files
-
+
io.quarkus
diff --git a/serverless-workflow-examples/serverless-workflow-service-calls-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-service-calls-quarkus/pom.xml
index 737db22531..7aefe0dfcf 100644
--- a/serverless-workflow-examples/serverless-workflow-service-calls-quarkus/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-service-calls-quarkus/pom.xml
@@ -1,5 +1,6 @@
-
4.0.0
@@ -9,6 +10,7 @@
Kogito Example :: Serverless Workflow Service Calls :: Quarkus
Kogito Serverless Workflow Example - Quarkus
+
2.16.10.Final
quarkus-bom
@@ -19,7 +21,7 @@
2.0.0-SNAPSHOT
3.8.1
11
- 3.0.0-M7
+ 3.1.2
2.33.2
diff --git a/serverless-workflow-examples/serverless-workflow-stock-profit/fake-stock-service/pom.xml b/serverless-workflow-examples/serverless-workflow-stock-profit/fake-stock-service/pom.xml
index 6721aeb7f9..5e202ab578 100644
--- a/serverless-workflow-examples/serverless-workflow-stock-profit/fake-stock-service/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-stock-profit/fake-stock-service/pom.xml
@@ -1,14 +1,37 @@
+
4.0.0
-
- serverless-workflow-stock-profit
- org.acme.examples
- 1.0-SNAPSHOT
-
+
fake-stock-service
+ org.acme.examples
+ 1.0-SNAPSHOT
+
Kogito Example :: Serverless Workflow Stock Profit :: Mock Stock Service
+
+
+ 2.16.10.Final
+ quarkus-bom
+ io.quarkus
+ 2.16.10.Final
+ 3.8.1
+ 3.1.2
+ 11
+
+
+
+
+
+ ${quarkus.platform.group-id}
+ ${quarkus.platform.artifact-id}
+ ${quarkus.platform.version}
+ pom
+ import
+
+
+
+
io.quarkus
diff --git a/serverless-workflow-examples/serverless-workflow-stock-profit/pom.xml b/serverless-workflow-examples/serverless-workflow-stock-profit/pom.xml
index af960f2f6e..8aac9e6ab1 100644
--- a/serverless-workflow-examples/serverless-workflow-stock-profit/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-stock-profit/pom.xml
@@ -1,48 +1,20 @@
- 4.0.0
- org.acme.examples
- serverless-workflow-stock-profit
- 1.0-SNAPSHOT
- Kogito Example :: Serverless Workflow Stock Profit
- pom
-
- stock-profit
- stock-portfolio-service
- real-stock-service
- fake-stock-service
-
-
- 2.16.10.Final
- quarkus-bom
- io.quarkus
- 2.16.10.Final
- org.kie.kogito
- kogito-bom
- 2.0.0-SNAPSHOT
- 3.8.1
- 11
- 3.0.0-M7
- ${version.surefire.plugin}
- 2.33.2
-
-
-
-
- ${quarkus.platform.group-id}
- ${quarkus.platform.artifact-id}
- ${quarkus.platform.version}
- pom
- import
-
-
- ${kogito.bom.group-id}
- ${kogito.bom.artifact-id}
- ${kogito.bom.version}
- pom
- import
-
-
-
+
+ 4.0.0
+
+ org.acme.examples
+ serverless-workflow-stock-profit
+ 1.0-SNAPSHOT
+ pom
+
+ Kogito Example :: Serverless Workflow Stock Profit
+
+
+ stock-profit
+ stock-portfolio-service
+ real-stock-service
+ fake-stock-service
+
diff --git a/serverless-workflow-examples/serverless-workflow-stock-profit/real-stock-service/pom.xml b/serverless-workflow-examples/serverless-workflow-stock-profit/real-stock-service/pom.xml
index aedcf4c8ba..0cef040df8 100644
--- a/serverless-workflow-examples/serverless-workflow-stock-profit/real-stock-service/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-stock-profit/real-stock-service/pom.xml
@@ -1,14 +1,37 @@
+
4.0.0
-
- serverless-workflow-stock-profit
- org.acme.examples
- 1.0-SNAPSHOT
-
+
real-stock-service
+ org.acme.examples
+ 1.0-SNAPSHOT
+
Kogito Example :: Serverless Workflow Stock Profit :: Stock Service
+
+
+ 2.16.10.Final
+ quarkus-bom
+ io.quarkus
+ 2.16.10.Final
+ 3.8.1
+ 3.1.2
+ 11
+
+
+
+
+
+ ${quarkus.platform.group-id}
+ ${quarkus.platform.artifact-id}
+ ${quarkus.platform.version}
+ pom
+ import
+
+
+
+
io.quarkus
diff --git a/serverless-workflow-examples/serverless-workflow-stock-profit/stock-portfolio-service/pom.xml b/serverless-workflow-examples/serverless-workflow-stock-profit/stock-portfolio-service/pom.xml
index 84fc6e86b3..aa0c89e278 100644
--- a/serverless-workflow-examples/serverless-workflow-stock-profit/stock-portfolio-service/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-stock-profit/stock-portfolio-service/pom.xml
@@ -1,14 +1,38 @@
+
4.0.0
-
- serverless-workflow-stock-profit
- org.acme.examples
- 1.0-SNAPSHOT
-
+
stock-portfolio-service
+ org.acme.examples
+ 1.0-SNAPSHOT
+
Kogito Example :: Serverless Workflow Stock Profit :: Portfolio Service
+
+
+ 2.16.10.Final
+ quarkus-bom
+ io.quarkus
+ 2.16.10.Final
+ 3.8.1
+ 3.1.2
+ ${version.surefire.plugin}
+ 11
+
+
+
+
+
+ ${quarkus.platform.group-id}
+ ${quarkus.platform.artifact-id}
+ ${quarkus.platform.version}
+ pom
+ import
+
+
+
+
io.quarkus
diff --git a/serverless-workflow-examples/serverless-workflow-stock-profit/stock-profit/pom.xml b/serverless-workflow-examples/serverless-workflow-stock-profit/stock-profit/pom.xml
index 7780b67e3c..5578e335d9 100644
--- a/serverless-workflow-examples/serverless-workflow-stock-profit/stock-profit/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-stock-profit/stock-profit/pom.xml
@@ -2,13 +2,47 @@
4.0.0
-
- serverless-workflow-stock-profit
- org.acme.examples
- 1.0-SNAPSHOT
-
+
stock-profit
+ org.acme.examples
+ 1.0-SNAPSHOT
+
Kogito Example :: Serverless Workflow Stock Profit :: Quarkus
+
+
+ 2.16.10.Final
+ quarkus-bom
+ io.quarkus
+ 2.16.10.Final
+ org.kie.kogito
+ kogito-bom
+ 2.0.0-SNAPSHOT
+ 2.33.2
+ 3.1.2
+ 3.8.1
+ ${version.surefire.plugin}
+ 11
+
+
+
+
+
+ ${quarkus.platform.group-id}
+ ${quarkus.platform.artifact-id}
+ ${quarkus.platform.version}
+ pom
+ import
+
+
+ ${kogito.bom.group-id}
+ ${kogito.bom.artifact-id}
+ ${kogito.bom.version}
+ pom
+ import
+
+
+
+
org.kie.kogito
@@ -47,6 +81,7 @@
test
+
diff --git a/serverless-workflow-examples/serverless-workflow-temperature-conversion/conversion-workflow-full/pom.xml b/serverless-workflow-examples/serverless-workflow-temperature-conversion/conversion-workflow-full/pom.xml
index 2b74ed7c5c..07b3db7d53 100644
--- a/serverless-workflow-examples/serverless-workflow-temperature-conversion/conversion-workflow-full/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-temperature-conversion/conversion-workflow-full/pom.xml
@@ -1,14 +1,16 @@
-
+
4.0.0
-
- org.acme.examples
- serverless-workflow-temperature-conversion
- 1.0-SNAPSHOT
-
+
conversion-workflow-full
+ org.acme.examples
+ 1.0-SNAPSHOT
+
Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Full Service
+
2.16.10.Final
quarkus-bom
@@ -19,10 +21,11 @@
2.0.0-SNAPSHOT
3.8.1
11
- 3.0.0-M7
+ 3.1.2
${version.surefire.plugin}
2.33.2
+
@@ -41,6 +44,7 @@
+
org.kie.kogito
diff --git a/serverless-workflow-examples/serverless-workflow-temperature-conversion/conversion-workflow-function/pom.xml b/serverless-workflow-examples/serverless-workflow-temperature-conversion/conversion-workflow-function/pom.xml
index 2c945bfa34..6ecb910240 100644
--- a/serverless-workflow-examples/serverless-workflow-temperature-conversion/conversion-workflow-function/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-temperature-conversion/conversion-workflow-function/pom.xml
@@ -1,14 +1,16 @@
-
+
4.0.0
-
- org.acme.examples
- serverless-workflow-temperature-conversion
- 1.0-SNAPSHOT
-
+
conversion-workflow-function
+ org.acme.examples
+ 1.0-SNAPSHOT
+
Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Function Service
+
2.16.10.Final
quarkus-bom
@@ -19,10 +21,11 @@
2.0.0-SNAPSHOT
3.8.1
11
- 3.0.0-M7
+ 3.1.2
${version.surefire.plugin}
2.33.2
+
@@ -41,6 +44,7 @@
+
org.kie.kogito
diff --git a/serverless-workflow-examples/serverless-workflow-temperature-conversion/conversion-workflow-spec/pom.xml b/serverless-workflow-examples/serverless-workflow-temperature-conversion/conversion-workflow-spec/pom.xml
index 69a838e445..e471a27214 100644
--- a/serverless-workflow-examples/serverless-workflow-temperature-conversion/conversion-workflow-spec/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-temperature-conversion/conversion-workflow-spec/pom.xml
@@ -1,14 +1,15 @@
-
4.0.0
-
- org.acme.examples
- serverless-workflow-temperature-conversion
- 1.0-SNAPSHOT
-
+
conversion-workflow-spec
+ org.acme.examples
+ 1.0-SNAPSHOT
+
Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Spec Service
+
2.16.10.Final
quarkus-bom
@@ -19,10 +20,11 @@
2.0.0-SNAPSHOT
3.8.1
11
- 3.0.0-M7
+ 3.1.2
${version.surefire.plugin}
2.33.2
+
@@ -41,6 +43,7 @@
+
org.kie.kogito
diff --git a/serverless-workflow-examples/serverless-workflow-temperature-conversion/conversion-workflow/pom.xml b/serverless-workflow-examples/serverless-workflow-temperature-conversion/conversion-workflow/pom.xml
index bd156d3a18..61f1df1d7f 100644
--- a/serverless-workflow-examples/serverless-workflow-temperature-conversion/conversion-workflow/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-temperature-conversion/conversion-workflow/pom.xml
@@ -1,14 +1,16 @@
-
+
4.0.0
-
- org.acme.examples
- serverless-workflow-temperature-conversion
- 1.0-SNAPSHOT
-
+
conversion-workflow
+ org.acme.examples
+ 1.0-SNAPSHOT
+
Kogito Example :: Serverless Workflow Temperature Conversion :: Conversion Service
+
2.16.10.Final
quarkus-bom
@@ -19,10 +21,11 @@
2.0.0-SNAPSHOT
3.8.1
11
- 3.0.0-M7
+ 3.1.2
${version.surefire.plugin}
2.33.2
+
@@ -41,6 +44,7 @@
+
org.kie.kogito
diff --git a/serverless-workflow-examples/serverless-workflow-temperature-conversion/multiplication-service/pom.xml b/serverless-workflow-examples/serverless-workflow-temperature-conversion/multiplication-service/pom.xml
index ead8a59d69..b60a97b2bf 100644
--- a/serverless-workflow-examples/serverless-workflow-temperature-conversion/multiplication-service/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-temperature-conversion/multiplication-service/pom.xml
@@ -1,14 +1,16 @@
-
+
4.0.0
-
- org.acme.examples
- serverless-workflow-temperature-conversion
- 1.0-SNAPSHOT
-
+
multiplication-service
+ org.acme.examples
+ 1.0-SNAPSHOT
+
Kogito Example :: Serverless Workflow Temperature Conversion :: Multiplication Service
+
2.16.10.Final
quarkus-bom
@@ -16,9 +18,10 @@
2.16.10.Final
3.8.1
11
- 3.0.0-M7
+ 3.1.2
${version.surefire.plugin}
+
diff --git a/serverless-workflow-examples/serverless-workflow-temperature-conversion/pom.xml b/serverless-workflow-examples/serverless-workflow-temperature-conversion/pom.xml
index 14806b61e8..295c14a589 100644
--- a/serverless-workflow-examples/serverless-workflow-temperature-conversion/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-temperature-conversion/pom.xml
@@ -1,13 +1,16 @@
-
+
4.0.0
org.acme.examples
serverless-workflow-temperature-conversion
1.0-SNAPSHOT
pom
+
Kogito Example :: Serverless Workflow Temperature Conversion
+
subtraction-service
multiplication-service
diff --git a/serverless-workflow-examples/serverless-workflow-temperature-conversion/subtraction-service/pom.xml b/serverless-workflow-examples/serverless-workflow-temperature-conversion/subtraction-service/pom.xml
index 9a77c2a672..680bc874bb 100644
--- a/serverless-workflow-examples/serverless-workflow-temperature-conversion/subtraction-service/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-temperature-conversion/subtraction-service/pom.xml
@@ -1,14 +1,16 @@
-
+
4.0.0
-
- org.acme.examples
- serverless-workflow-temperature-conversion
- 1.0-SNAPSHOT
-
+
subtraction-service
+ org.acme.examples
+ 1.0-SNAPSHOT
+
Kogito Example :: Serverless Workflow Temperature Conversion :: Subtraction Service
+
2.16.10.Final
quarkus-bom
@@ -16,9 +18,10 @@
2.16.10.Final
3.8.1
11
- 3.0.0-M7
+ 3.1.2
${version.surefire.plugin}
+
@@ -30,6 +33,7 @@
+
io.quarkus
diff --git a/serverless-workflow-examples/serverless-workflow-testing-with-rest-assured/pom.xml b/serverless-workflow-examples/serverless-workflow-testing-with-rest-assured/pom.xml
index 19183fd81b..c9d4bf3060 100644
--- a/serverless-workflow-examples/serverless-workflow-testing-with-rest-assured/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-testing-with-rest-assured/pom.xml
@@ -2,165 +2,165 @@
- 4.0.0
+ 4.0.0
- org.acme.examples
- serverless-workflow-testing-with-rest-assured
- 1.0-SNAPSHOT
-
- Kogito Example :: Serverless Workflow Testing with REST Assured :: Quarkus
- Kogito Serverless Workflow Example - Quarkus
-
- 2.16.10.Final
- quarkus-bom
- io.quarkus
- 2.16.10.Final
- org.kie.kogito
- kogito-bom
- 2.0.0-SNAPSHOT
- 11
- 3.8.1
- 3.0.0-M7
- ${version.surefire.plugin}
-
-
-
-
- ${quarkus.platform.group-id}
- ${quarkus.platform.artifact-id}
- ${quarkus.platform.version}
- pom
- import
-
-
- ${kogito.bom.group-id}
- ${kogito.bom.artifact-id}
- ${kogito.bom.version}
- pom
- import
-
-
-
+ org.acme.examples
+ serverless-workflow-testing-with-rest-assured
+ 1.0-SNAPSHOT
+ Kogito Example :: Serverless Workflow Testing with REST Assured :: Quarkus
+ Kogito Serverless Workflow Example - Quarkus
+
+ 2.16.10.Final
+ quarkus-bom
+ io.quarkus
+ 2.16.10.Final
+ org.kie.kogito
+ kogito-bom
+ 2.0.0-SNAPSHOT
+ 11
+ 3.8.1
+ 3.1.2
+ ${version.surefire.plugin}
+
+
-
- org.kie.kogito
- kogito-quarkus-serverless-workflow
-
-
- io.quarkus
- quarkus-resteasy-jackson
-
-
- io.quarkus
- quarkus-arc
-
-
- io.quarkus
- quarkus-resteasy
-
-
- org.kie.kogito
- kogito-quarkus-serverless-workflow-devui
-
-
- org.kie.kogito
- kogito-addons-quarkus-source-files
+
+ ${quarkus.platform.group-id}
+ ${quarkus.platform.artifact-id}
+ ${quarkus.platform.version}
+ pom
+ import
+
+
+ ${kogito.bom.group-id}
+ ${kogito.bom.artifact-id}
+ ${kogito.bom.version}
+ pom
+ import
+
+
+
+
+
+
+ org.kie.kogito
+ kogito-quarkus-serverless-workflow
+
+ io.quarkus
+ quarkus-resteasy-jackson
+
+
+ io.quarkus
+ quarkus-arc
+
+
+ io.quarkus
+ quarkus-resteasy
+
+
+ org.kie.kogito
+ kogito-quarkus-serverless-workflow-devui
+
+
+ org.kie.kogito
+ kogito-addons-quarkus-source-files
+
+
+ io.quarkus
+ quarkus-junit5
+ test
+
+
+ io.rest-assured
+ rest-assured
+ test
+
+
+
+ ${project.artifactId}
+
+
+ maven-compiler-plugin
+ ${version.compiler.plugin}
+
+ ${maven.compiler.release}
+
+
+
+ ${quarkus.platform.group-id}
+ quarkus-maven-plugin
+ ${quarkus-plugin.version}
+ true
+
+
+
+ build
+ generate-code
+ generate-code-tests
+
+
+
+
+
+ maven-surefire-plugin
+ ${version.surefire.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${maven.home}
+
+
+
+
+ maven-failsafe-plugin
+ ${version.failsafe.plugin}
+
+
+ org.jboss.logmanager.LogManager
+ ${maven.home}
+
+
+
+
+
+ integration-test
+ verify
+
+
+
+
+
+
+
+
+ container
+
+
+ container
+
+
+
+ container
+
+
- io.quarkus
- quarkus-junit5
- test
-
-
- io.rest-assured
- rest-assured
- test
+ io.quarkus
+ quarkus-container-image-jib
-
-
- ${project.artifactId}
-
-
- maven-compiler-plugin
- ${version.compiler.plugin}
-
- ${maven.compiler.release}
-
-
-
- ${quarkus.platform.group-id}
- quarkus-maven-plugin
- ${quarkus-plugin.version}
- true
-
-
-
- build
- generate-code
- generate-code-tests
-
-
-
-
-
- maven-surefire-plugin
- ${version.surefire.plugin}
-
-
- org.jboss.logmanager.LogManager
- ${maven.home}
-
-
-
-
- maven-failsafe-plugin
- ${version.failsafe.plugin}
-
-
- org.jboss.logmanager.LogManager
- ${maven.home}
-
-
-
-
-
- integration-test
- verify
-
-
-
-
-
-
-
-
- container
-
-
- container
-
-
-
- container
-
-
-
- io.quarkus
- quarkus-container-image-jib
-
-
-
-
- native
-
-
- native
-
-
-
- native
-
-
-
+
+
+
+ native
+
+
+ native
+
+
+
+ native
+
+
+
diff --git a/serverless-workflow-examples/serverless-workflow-timeouts-showcase-embedded/pom.xml b/serverless-workflow-examples/serverless-workflow-timeouts-showcase-embedded/pom.xml
index 7e71926634..64230c680b 100644
--- a/serverless-workflow-examples/serverless-workflow-timeouts-showcase-embedded/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-timeouts-showcase-embedded/pom.xml
@@ -1,5 +1,6 @@
-
4.0.0
@@ -19,7 +20,7 @@
2.0.0-SNAPSHOT
11
3.8.1
- 3.0.0-M7
+ 3.1.2
${version.surefire.plugin}
5.1.3
3.6.0
diff --git a/serverless-workflow-examples/serverless-workflow-timeouts-showcase-extended/pom.xml b/serverless-workflow-examples/serverless-workflow-timeouts-showcase-extended/pom.xml
index 7a98b0ea21..4f594098e0 100644
--- a/serverless-workflow-examples/serverless-workflow-timeouts-showcase-extended/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-timeouts-showcase-extended/pom.xml
@@ -1,5 +1,6 @@
-
4.0.0
@@ -19,11 +20,12 @@
2.0.0-SNAPSHOT
11
3.8.1
- 3.0.0-M7
+ 3.1.2
${version.surefire.plugin}
5.1.3
3.6.0
+
@@ -42,6 +44,7 @@
+
io.quarkus
@@ -101,7 +104,7 @@
jquery
${version.org.webjars.jquery}
-
+
io.quarkus
diff --git a/serverless-workflow-examples/serverless-workflow-timeouts-showcase-operator-devprofile/pom.xml b/serverless-workflow-examples/serverless-workflow-timeouts-showcase-operator-devprofile/pom.xml
index e3e4b0b603..d1899d5e6e 100644
--- a/serverless-workflow-examples/serverless-workflow-timeouts-showcase-operator-devprofile/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-timeouts-showcase-operator-devprofile/pom.xml
@@ -1,5 +1,6 @@
-
4.0.0
@@ -19,12 +20,13 @@
2.0.0-SNAPSHOT
11
3.8.1
- 3.0.0-M7
+ 3.1.2
${version.surefire.plugin}
5.1.3
3.6.0
2.3.0
+
@@ -43,6 +45,7 @@
+
io.quarkus