diff --git a/kogito-quarkus-examples/process-business-rules-quarkus/README.md b/kogito-quarkus-examples/process-business-rules-quarkus/README.md
index 9b8b02857e..5b3d8e282f 100644
--- a/kogito-quarkus-examples/process-business-rules-quarkus/README.md
+++ b/kogito-quarkus-examples/process-business-rules-quarkus/README.md
@@ -211,7 +211,7 @@ Should return something like
```
-Then to see the Task created perfor the following command
+Then to see the Task created perform the following command
```
curl http://localhost:8080/persons/{uuid}/ChildrenHandling/{tuuid}
diff --git a/kogito-quarkus-examples/process-business-rules-quarkus/src/main/docker/Dockerfile.native b/kogito-quarkus-examples/process-business-rules-quarkus/src/main/docker/Dockerfile.native
index b508cbb1d3..40adea34f7 100644
--- a/kogito-quarkus-examples/process-business-rules-quarkus/src/main/docker/Dockerfile.native
+++ b/kogito-quarkus-examples/process-business-rules-quarkus/src/main/docker/Dockerfile.native
@@ -7,11 +7,11 @@
#
# Then, build the image with:
#
-# docker build -f src/main/docker/Dockerfile.native -t quarkus/kogito-infinispan-persistence-quarkus .
+# docker build -f src/main/docker/Dockerfile.native -t quarkus/process-business-rules-quarkus .
#
# Then run the container using:
#
-# docker run -i --rm -p 8080:8080 quarkus/kogito-infinispan-persistence-quarkus
+# docker run -i --rm -p 8080:8080 quarkus/process-business-rules-quarkus
#
###
FROM registry.access.redhat.com/ubi8/ubi-minimal
diff --git a/kogito-quarkus-examples/process-business-rules-quarkus/src/main/resources/META-INF/resources/index.html b/kogito-quarkus-examples/process-business-rules-quarkus/src/main/resources/META-INF/resources/index.html
deleted file mode 100644
index cc6e2fe97c..0000000000
--- a/kogito-quarkus-examples/process-business-rules-quarkus/src/main/resources/META-INF/resources/index.html
+++ /dev/null
@@ -1,172 +0,0 @@
-
-
-
-
-
- kogito-infinispan-persistence-quarkus - 1.0-SNAPSHOT
-
-
-
-
-
- Your new Cloud-Native application is ready!
-
-
-
-
-
Congratulations, you have created a new Quarkus application.
-
-
Why do you see this?
-
-
This page is served by Quarkus. The source is in
- src/main/resources/META-INF/resources/index.html
.
-
-
What can I do from here?
-
-
If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
-
-
- - Add REST resources, Servlets, functions and other services in
src/main/java
.
- - Your static assets are located in
src/main/resources/META-INF/resources
.
- - Configure your application in
src/main/resources/application.properties
.
-
-
-
-
How do I get rid of this page?
-
Just delete the src/main/resources/META-INF/resources/index.html
file.
-
-
-
-
Application
-
- - GroupId: org.acme
- - ArtifactId: kogito-infinispan-persistence-quarkus
- - Version: 1.0-SNAPSHOT
- - Quarkus Version: 0.19.1
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/kogito-quarkus-examples/process-decisions-rules-quarkus/README.md b/kogito-quarkus-examples/process-decisions-rules-quarkus/README.md
index da5ee2f5de..1d086fb763 100644
--- a/kogito-quarkus-examples/process-decisions-rules-quarkus/README.md
+++ b/kogito-quarkus-examples/process-decisions-rules-quarkus/README.md
@@ -279,7 +279,7 @@ After the Curl command, you should see a similar console log
"Suspended": "yes",
"ValidLicense": false
},
- "fine": null,
+ "fine": {"Amount": 500.0, "Points": 3},
"violation": {
"Code": null,
"Date": null,
diff --git a/kogito-quarkus-examples/process-error-handling/src/main/docker/Dockerfile.native b/kogito-quarkus-examples/process-error-handling/src/main/docker/Dockerfile.native
index b508cbb1d3..cde9f815a3 100644
--- a/kogito-quarkus-examples/process-error-handling/src/main/docker/Dockerfile.native
+++ b/kogito-quarkus-examples/process-error-handling/src/main/docker/Dockerfile.native
@@ -7,11 +7,11 @@
#
# Then, build the image with:
#
-# docker build -f src/main/docker/Dockerfile.native -t quarkus/kogito-infinispan-persistence-quarkus .
+# docker build -f src/main/docker/Dockerfile.native -t quarkus/process-error-handling .
#
# Then run the container using:
#
-# docker run -i --rm -p 8080:8080 quarkus/kogito-infinispan-persistence-quarkus
+# docker run -i --rm -p 8080:8080 quarkus/process-error-handling
#
###
FROM registry.access.redhat.com/ubi8/ubi-minimal
diff --git a/kogito-quarkus-examples/process-error-handling/src/main/resources/META-INF/resources/index.html b/kogito-quarkus-examples/process-error-handling/src/main/resources/META-INF/resources/index.html
deleted file mode 100644
index cc6e2fe97c..0000000000
--- a/kogito-quarkus-examples/process-error-handling/src/main/resources/META-INF/resources/index.html
+++ /dev/null
@@ -1,172 +0,0 @@
-
-
-
-
-
- kogito-infinispan-persistence-quarkus - 1.0-SNAPSHOT
-
-
-
-
-
- Your new Cloud-Native application is ready!
-
-
-
-
-
Congratulations, you have created a new Quarkus application.
-
-
Why do you see this?
-
-
This page is served by Quarkus. The source is in
- src/main/resources/META-INF/resources/index.html
.
-
-
What can I do from here?
-
-
If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
-
-
- - Add REST resources, Servlets, functions and other services in
src/main/java
.
- - Your static assets are located in
src/main/resources/META-INF/resources
.
- - Configure your application in
src/main/resources/application.properties
.
-
-
-
-
How do I get rid of this page?
-
Just delete the src/main/resources/META-INF/resources/index.html
file.
-
-
-
-
Application
-
- - GroupId: org.acme
- - ArtifactId: kogito-infinispan-persistence-quarkus
- - Version: 1.0-SNAPSHOT
- - Quarkus Version: 0.19.1
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/kogito-quarkus-examples/process-infinispan-persistence-quarkus/src/main/docker/Dockerfile.jvm b/kogito-quarkus-examples/process-infinispan-persistence-quarkus/src/main/docker/Dockerfile.jvm
index e9c3d78f50..b864836fdd 100644
--- a/kogito-quarkus-examples/process-infinispan-persistence-quarkus/src/main/docker/Dockerfile.jvm
+++ b/kogito-quarkus-examples/process-infinispan-persistence-quarkus/src/main/docker/Dockerfile.jvm
@@ -7,11 +7,11 @@
#
# Then, build the image with:
#
-# docker build -f src/main/docker/Dockerfile.jvm -t quarkus/kogito-infinispan-persistence-quarkus-jvm .
+# docker build -f src/main/docker/Dockerfile.jvm -t quarkus/process-infinispan-persistence-quarkus-jvm .
#
# Then run the container using:
#
-# docker run -i --rm -p 8080:8080 quarkus/kogito-infinispan-persistence-quarkus-jvm
+# docker run -i --rm -p 8080:8080 quarkus/process-infinispan-persistence-quarkus-jvm
#
###
FROM fabric8/java-alpine-openjdk11-jre
diff --git a/kogito-quarkus-examples/process-infinispan-persistence-quarkus/src/main/docker/Dockerfile.native b/kogito-quarkus-examples/process-infinispan-persistence-quarkus/src/main/docker/Dockerfile.native
index b508cbb1d3..82314f1127 100644
--- a/kogito-quarkus-examples/process-infinispan-persistence-quarkus/src/main/docker/Dockerfile.native
+++ b/kogito-quarkus-examples/process-infinispan-persistence-quarkus/src/main/docker/Dockerfile.native
@@ -7,11 +7,11 @@
#
# Then, build the image with:
#
-# docker build -f src/main/docker/Dockerfile.native -t quarkus/kogito-infinispan-persistence-quarkus .
+# docker build -f src/main/docker/Dockerfile.native -t quarkus/process-infinispan-persistence-quarkus .
#
# Then run the container using:
#
-# docker run -i --rm -p 8080:8080 quarkus/kogito-infinispan-persistence-quarkus
+# docker run -i --rm -p 8080:8080 quarkus/process-infinispan-persistence-quarkus
#
###
FROM registry.access.redhat.com/ubi8/ubi-minimal
diff --git a/kogito-quarkus-examples/process-infinispan-persistence-quarkus/src/main/resources/META-INF/resources/index.html b/kogito-quarkus-examples/process-infinispan-persistence-quarkus/src/main/resources/META-INF/resources/index.html
deleted file mode 100644
index cc6e2fe97c..0000000000
--- a/kogito-quarkus-examples/process-infinispan-persistence-quarkus/src/main/resources/META-INF/resources/index.html
+++ /dev/null
@@ -1,172 +0,0 @@
-
-
-
-
-
- kogito-infinispan-persistence-quarkus - 1.0-SNAPSHOT
-
-
-
-
-
- Your new Cloud-Native application is ready!
-
-
-
-
-
Congratulations, you have created a new Quarkus application.
-
-
Why do you see this?
-
-
This page is served by Quarkus. The source is in
- src/main/resources/META-INF/resources/index.html
.
-
-
What can I do from here?
-
-
If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
-
-
- - Add REST resources, Servlets, functions and other services in
src/main/java
.
- - Your static assets are located in
src/main/resources/META-INF/resources
.
- - Configure your application in
src/main/resources/application.properties
.
-
-
-
-
How do I get rid of this page?
-
Just delete the src/main/resources/META-INF/resources/index.html
file.
-
-
-
-
Application
-
- - GroupId: org.acme
- - ArtifactId: kogito-infinispan-persistence-quarkus
- - Version: 1.0-SNAPSHOT
- - Quarkus Version: 0.19.1
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/kogito-quarkus-examples/process-kafka-avro-multi-quarkus/src/main/resources/META-INF/resources/index.html b/kogito-quarkus-examples/process-kafka-avro-multi-quarkus/src/main/resources/META-INF/resources/index.html
deleted file mode 100644
index 1688079438..0000000000
--- a/kogito-quarkus-examples/process-kafka-avro-multi-quarkus/src/main/resources/META-INF/resources/index.html
+++ /dev/null
@@ -1,172 +0,0 @@
-
-
-
-
-
- kafka-quickstart - 1.0-SNAPSHOT
-
-
-
-
-
- Your new Cloud-Native application is ready!
-
-
-
-
-
Congratulations, you have created a new Quarkus application.
-
-
Why do you see this?
-
-
This page is served by Quarkus. The source is in
- src/main/resources/META-INF/resources/index.html
.
-
-
What can I do from here?
-
-
If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
-
-
- - Add REST resources, Servlets, functions and other services in
src/main/java
.
- - Your static assets are located in
src/main/resources/META-INF/resources
.
- - Configure your application in
src/main/resources/application.properties
.
-
-
-
-
How do I get rid of this page?
-
Just delete the src/main/resources/META-INF/resources/index.html
file.
-
-
-
-
Application
-
- - GroupId: org.acme
- - ArtifactId: kafka-quickstart
- - Version: 1.0-SNAPSHOT
- - Quarkus Version: 0.18.0
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/kogito-quarkus-examples/process-kafka-multi-quarkus/src/main/resources/META-INF/resources/index.html b/kogito-quarkus-examples/process-kafka-multi-quarkus/src/main/resources/META-INF/resources/index.html
deleted file mode 100644
index 1688079438..0000000000
--- a/kogito-quarkus-examples/process-kafka-multi-quarkus/src/main/resources/META-INF/resources/index.html
+++ /dev/null
@@ -1,172 +0,0 @@
-
-
-
-
-
- kafka-quickstart - 1.0-SNAPSHOT
-
-
-
-
-
- Your new Cloud-Native application is ready!
-
-
-
-
-
Congratulations, you have created a new Quarkus application.
-
-
Why do you see this?
-
-
This page is served by Quarkus. The source is in
- src/main/resources/META-INF/resources/index.html
.
-
-
What can I do from here?
-
-
If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
-
-
- - Add REST resources, Servlets, functions and other services in
src/main/java
.
- - Your static assets are located in
src/main/resources/META-INF/resources
.
- - Configure your application in
src/main/resources/application.properties
.
-
-
-
-
How do I get rid of this page?
-
Just delete the src/main/resources/META-INF/resources/index.html
file.
-
-
-
-
Application
-
- - GroupId: org.acme
- - ArtifactId: kafka-quickstart
- - Version: 1.0-SNAPSHOT
- - Quarkus Version: 0.18.0
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/kogito-quarkus-examples/process-kafka-persistence-quarkus/src/main/docker/Dockerfile.native b/kogito-quarkus-examples/process-kafka-persistence-quarkus/src/main/docker/Dockerfile.native
index 3c420fea93..ad1e2723e4 100644
--- a/kogito-quarkus-examples/process-kafka-persistence-quarkus/src/main/docker/Dockerfile.native
+++ b/kogito-quarkus-examples/process-kafka-persistence-quarkus/src/main/docker/Dockerfile.native
@@ -7,11 +7,11 @@
#
# Then, build the image with:
#
-# docker build -f src/main/docker/Dockerfile.native -t quarkus/kogito-infinispan-persistence-quarkus .
+# docker build -f src/main/docker/Dockerfile.native -t quarkus/process-kafka-persistence-quarkus .
#
# Then run the container using:
#
-# docker run -i --rm -p 8080:8080 quarkus/kogito-kafka-persistence-quarkus
+# docker run -i --rm -p 8080:8080 quarkus/process-kafka-persistence-quarkus
#
###
FROM registry.access.redhat.com/ubi8/ubi-minimal
diff --git a/kogito-quarkus-examples/process-kafka-persistence-quarkus/src/main/resources/META-INF/resources/index.html b/kogito-quarkus-examples/process-kafka-persistence-quarkus/src/main/resources/META-INF/resources/index.html
deleted file mode 100644
index c26803e187..0000000000
--- a/kogito-quarkus-examples/process-kafka-persistence-quarkus/src/main/resources/META-INF/resources/index.html
+++ /dev/null
@@ -1,172 +0,0 @@
-
-
-
-
-
- kogito-infinispan-persistence-quarkus - 1.0-SNAPSHOT
-
-
-
-
-
- Your new Cloud-Native application is ready!
-
-
-
-
-
Congratulations, you have created a new Quarkus application.
-
-
Why do you see this?
-
-
This page is served by Quarkus. The source is in
- src/main/resources/META-INF/resources/index.html
.
-
-
What can I do from here?
-
-
If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
-
-
- - Add REST resources, Servlets, functions and other services in
src/main/java
.
- - Your static assets are located in
src/main/resources/META-INF/resources
.
- - Configure your application in
src/main/resources/application.properties
.
-
-
-
-
How do I get rid of this page?
-
Just delete the src/main/resources/META-INF/resources/index.html
file.
-
-
-
-
Application
-
- - GroupId: org.acme
- - ArtifactId: kogito-kafka-persistence-quarkus
- - Version: 1.0-SNAPSHOT
- - Quarkus Version: 1.8.3
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/kogito-quarkus-examples/process-kafka-quickstart-quarkus/src/main/docker/Dockerfile.native b/kogito-quarkus-examples/process-kafka-quickstart-quarkus/src/main/docker/Dockerfile.native
index 957b2ba60a..645c7bcc4a 100644
--- a/kogito-quarkus-examples/process-kafka-quickstart-quarkus/src/main/docker/Dockerfile.native
+++ b/kogito-quarkus-examples/process-kafka-quickstart-quarkus/src/main/docker/Dockerfile.native
@@ -7,11 +7,11 @@
#
# Then, build the image with:
#
-# docker build -f src/main/docker/Dockerfile.native -t quarkus/kafka-quickstart .
+# docker build -f src/main/docker/Dockerfile.native -t quarkus/process-kafka-quickstart-quarkus .
#
# Then run the container using:
#
-# docker run -i --rm -p 8080:8080 quarkus/kafka-quickstart
+# docker run -i --rm -p 8080:8080 quarkus/process-kafka-quickstart-quarkus
#
###
FROM registry.access.redhat.com/ubi8/ubi-minimal
diff --git a/kogito-quarkus-examples/process-kafka-quickstart-quarkus/src/main/resources/META-INF/resources/index.html b/kogito-quarkus-examples/process-kafka-quickstart-quarkus/src/main/resources/META-INF/resources/index.html
deleted file mode 100644
index 1688079438..0000000000
--- a/kogito-quarkus-examples/process-kafka-quickstart-quarkus/src/main/resources/META-INF/resources/index.html
+++ /dev/null
@@ -1,172 +0,0 @@
-
-
-
-
-
- kafka-quickstart - 1.0-SNAPSHOT
-
-
-
-
-
- Your new Cloud-Native application is ready!
-
-
-
-
-
Congratulations, you have created a new Quarkus application.
-
-
Why do you see this?
-
-
This page is served by Quarkus. The source is in
- src/main/resources/META-INF/resources/index.html
.
-
-
What can I do from here?
-
-
If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
-
-
- - Add REST resources, Servlets, functions and other services in
src/main/java
.
- - Your static assets are located in
src/main/resources/META-INF/resources
.
- - Configure your application in
src/main/resources/application.properties
.
-
-
-
-
How do I get rid of this page?
-
Just delete the src/main/resources/META-INF/resources/index.html
file.
-
-
-
-
Application
-
- - GroupId: org.acme
- - ArtifactId: kafka-quickstart
- - Version: 1.0-SNAPSHOT
- - Quarkus Version: 0.18.0
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/kogito-quarkus-examples/process-mongodb-persistence-quarkus/src/main/resources/META-INF/resources/index.html b/kogito-quarkus-examples/process-mongodb-persistence-quarkus/src/main/resources/META-INF/resources/index.html
deleted file mode 100644
index a79d3cddd4..0000000000
--- a/kogito-quarkus-examples/process-mongodb-persistence-quarkus/src/main/resources/META-INF/resources/index.html
+++ /dev/null
@@ -1,172 +0,0 @@
-
-
-
-
-
- process-mongodb-persistence-quarkus - 1.0-SNAPSHOT
-
-
-
-
-
- Your new Cloud-Native application is ready!
-
-
-
-
-
Congratulations, you have created a new Quarkus application.
-
-
Why do you see this?
-
-
This page is served by Quarkus. The source is in
- src/main/resources/META-INF/resources/index.html
.
-
-
What can I do from here?
-
-
If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
-
-
- - Add REST resources, Servlets, functions and other services in
src/main/java
.
- - Your static assets are located in
src/main/resources/META-INF/resources
.
- - Configure your application in
src/main/resources/application.properties
.
-
-
-
-
How do I get rid of this page?
-
Just delete the src/main/resources/META-INF/resources/index.html
file.
-
-
-
-
Application
-
- - GroupId: org.acme
- - ArtifactId: process-mongodb-persistence-quarkus
- - Version: 1.0-SNAPSHOT
- - Quarkus Version: 0.19.1
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/kogito-quarkus-examples/process-rest-service-call-quarkus/src/main/docker/Dockerfile.jvm b/kogito-quarkus-examples/process-rest-service-call-quarkus/src/main/docker/Dockerfile.jvm
index 85f68f01b2..f6be25cc65 100644
--- a/kogito-quarkus-examples/process-rest-service-call-quarkus/src/main/docker/Dockerfile.jvm
+++ b/kogito-quarkus-examples/process-rest-service-call-quarkus/src/main/docker/Dockerfile.jvm
@@ -7,11 +7,11 @@
#
# Then, build the image with:
#
-# docker build -f src/main/docker/Dockerfile.jvm -t quarkus/process-service-rest-call-quarkus-jvm .
+# docker build -f src/main/docker/Dockerfile.jvm -t quarkus/process-rest-service-call-quarkus-jvm .
#
# Then run the container using:
#
-# docker run -i --rm -p 8080:8080 quarkus/process-service-rest-call-quarkus-jvm
+# docker run -i --rm -p 8080:8080 quarkus/process-rest-service-call-quarkus-jvm
#
###
FROM fabric8/java-alpine-openjdk11-jre
diff --git a/kogito-quarkus-examples/process-rest-service-call-quarkus/src/main/docker/Dockerfile.native b/kogito-quarkus-examples/process-rest-service-call-quarkus/src/main/docker/Dockerfile.native
index b508cbb1d3..68f52d70a4 100644
--- a/kogito-quarkus-examples/process-rest-service-call-quarkus/src/main/docker/Dockerfile.native
+++ b/kogito-quarkus-examples/process-rest-service-call-quarkus/src/main/docker/Dockerfile.native
@@ -7,11 +7,11 @@
#
# Then, build the image with:
#
-# docker build -f src/main/docker/Dockerfile.native -t quarkus/kogito-infinispan-persistence-quarkus .
+# docker build -f src/main/docker/Dockerfile.native -t quarkus/process-rest-service-call-quarkus .
#
# Then run the container using:
#
-# docker run -i --rm -p 8080:8080 quarkus/kogito-infinispan-persistence-quarkus
+# docker run -i --rm -p 8080:8080 quarkus/process-rest-service-call-quarkus
#
###
FROM registry.access.redhat.com/ubi8/ubi-minimal
@@ -19,4 +19,4 @@ WORKDIR /work/
COPY target/*-runner /work/application
RUN chmod 775 /work
EXPOSE 8080
-CMD ["./application", "-Dquarkus.http.host=0.0.0.0"]
\ No newline at end of file
+CMD ["./application", "-Dquarkus.http.host=0.0.0.0"]
diff --git a/kogito-quarkus-examples/process-rest-service-call-quarkus/src/main/resources/META-INF/resources/index.html b/kogito-quarkus-examples/process-rest-service-call-quarkus/src/main/resources/META-INF/resources/index.html
deleted file mode 100644
index cc6e2fe97c..0000000000
--- a/kogito-quarkus-examples/process-rest-service-call-quarkus/src/main/resources/META-INF/resources/index.html
+++ /dev/null
@@ -1,172 +0,0 @@
-
-
-
-
-
- kogito-infinispan-persistence-quarkus - 1.0-SNAPSHOT
-
-
-
-
-
- Your new Cloud-Native application is ready!
-
-
-
-
-
Congratulations, you have created a new Quarkus application.
-
-
Why do you see this?
-
-
This page is served by Quarkus. The source is in
- src/main/resources/META-INF/resources/index.html
.
-
-
What can I do from here?
-
-
If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
-
-
- - Add REST resources, Servlets, functions and other services in
src/main/java
.
- - Your static assets are located in
src/main/resources/META-INF/resources
.
- - Configure your application in
src/main/resources/application.properties
.
-
-
-
-
How do I get rid of this page?
-
Just delete the src/main/resources/META-INF/resources/index.html
file.
-
-
-
-
Application
-
- - GroupId: org.acme
- - ArtifactId: kogito-infinispan-persistence-quarkus
- - Version: 1.0-SNAPSHOT
- - Quarkus Version: 0.19.1
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/kogito-quarkus-examples/process-rest-workitem-quarkus/src/main/docker/Dockerfile.jvm b/kogito-quarkus-examples/process-rest-workitem-quarkus/src/main/docker/Dockerfile.jvm
index 85f68f01b2..16207c3618 100644
--- a/kogito-quarkus-examples/process-rest-workitem-quarkus/src/main/docker/Dockerfile.jvm
+++ b/kogito-quarkus-examples/process-rest-workitem-quarkus/src/main/docker/Dockerfile.jvm
@@ -7,11 +7,11 @@
#
# Then, build the image with:
#
-# docker build -f src/main/docker/Dockerfile.jvm -t quarkus/process-service-rest-call-quarkus-jvm .
+# docker build -f src/main/docker/Dockerfile.jvm -t quarkus/process-rest-workitem-quarkus-jvm .
#
# Then run the container using:
#
-# docker run -i --rm -p 8080:8080 quarkus/process-service-rest-call-quarkus-jvm
+# docker run -i --rm -p 8080:8080 quarkus/process-rest-workitem-quarkus-jvm
#
###
FROM fabric8/java-alpine-openjdk11-jre
@@ -23,4 +23,4 @@ COPY target/quarkus-app/*.jar /deployments/
COPY target/quarkus-app/app/ /deployments/app/
COPY target/quarkus-app/quarkus/ /deployments/quarkus/
-ENTRYPOINT [ "/deployments/run-java.sh" ]
\ No newline at end of file
+ENTRYPOINT [ "/deployments/run-java.sh" ]
diff --git a/kogito-quarkus-examples/process-rest-workitem-quarkus/src/main/docker/Dockerfile.native b/kogito-quarkus-examples/process-rest-workitem-quarkus/src/main/docker/Dockerfile.native
index b508cbb1d3..3dbb5048dc 100644
--- a/kogito-quarkus-examples/process-rest-workitem-quarkus/src/main/docker/Dockerfile.native
+++ b/kogito-quarkus-examples/process-rest-workitem-quarkus/src/main/docker/Dockerfile.native
@@ -7,11 +7,11 @@
#
# Then, build the image with:
#
-# docker build -f src/main/docker/Dockerfile.native -t quarkus/kogito-infinispan-persistence-quarkus .
+# docker build -f src/main/docker/Dockerfile.native -t quarkus/process-rest-workitem-quarkus .
#
# Then run the container using:
#
-# docker run -i --rm -p 8080:8080 quarkus/kogito-infinispan-persistence-quarkus
+# docker run -i --rm -p 8080:8080 quarkus/process-rest-workitem-quarkus
#
###
FROM registry.access.redhat.com/ubi8/ubi-minimal
diff --git a/kogito-quarkus-examples/process-scripts-quarkus/src/main/docker/Dockerfile.native b/kogito-quarkus-examples/process-scripts-quarkus/src/main/docker/Dockerfile.native
index b508cbb1d3..4ab5adbf0d 100644
--- a/kogito-quarkus-examples/process-scripts-quarkus/src/main/docker/Dockerfile.native
+++ b/kogito-quarkus-examples/process-scripts-quarkus/src/main/docker/Dockerfile.native
@@ -7,11 +7,11 @@
#
# Then, build the image with:
#
-# docker build -f src/main/docker/Dockerfile.native -t quarkus/kogito-infinispan-persistence-quarkus .
+# docker build -f src/main/docker/Dockerfile.native -t quarkus/process-scripts-quarkus .
#
# Then run the container using:
#
-# docker run -i --rm -p 8080:8080 quarkus/kogito-infinispan-persistence-quarkus
+# docker run -i --rm -p 8080:8080 quarkus/process-scripts-quarkus
#
###
FROM registry.access.redhat.com/ubi8/ubi-minimal
diff --git a/kogito-quarkus-examples/process-scripts-quarkus/src/main/resources/META-INF/resources/index.html b/kogito-quarkus-examples/process-scripts-quarkus/src/main/resources/META-INF/resources/index.html
deleted file mode 100644
index cc6e2fe97c..0000000000
--- a/kogito-quarkus-examples/process-scripts-quarkus/src/main/resources/META-INF/resources/index.html
+++ /dev/null
@@ -1,172 +0,0 @@
-
-
-
-
-
- kogito-infinispan-persistence-quarkus - 1.0-SNAPSHOT
-
-
-
-
-
- Your new Cloud-Native application is ready!
-
-
-
-
-
Congratulations, you have created a new Quarkus application.
-
-
Why do you see this?
-
-
This page is served by Quarkus. The source is in
- src/main/resources/META-INF/resources/index.html
.
-
-
What can I do from here?
-
-
If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
-
-
- - Add REST resources, Servlets, functions and other services in
src/main/java
.
- - Your static assets are located in
src/main/resources/META-INF/resources
.
- - Configure your application in
src/main/resources/application.properties
.
-
-
-
-
How do I get rid of this page?
-
Just delete the src/main/resources/META-INF/resources/index.html
file.
-
-
-
-
Application
-
- - GroupId: org.acme
- - ArtifactId: kogito-infinispan-persistence-quarkus
- - Version: 1.0-SNAPSHOT
- - Quarkus Version: 0.19.1
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/kogito-quarkus-examples/process-service-calls-quarkus/src/main/docker/Dockerfile.native b/kogito-quarkus-examples/process-service-calls-quarkus/src/main/docker/Dockerfile.native
index b508cbb1d3..9fd56ef285 100644
--- a/kogito-quarkus-examples/process-service-calls-quarkus/src/main/docker/Dockerfile.native
+++ b/kogito-quarkus-examples/process-service-calls-quarkus/src/main/docker/Dockerfile.native
@@ -7,11 +7,11 @@
#
# Then, build the image with:
#
-# docker build -f src/main/docker/Dockerfile.native -t quarkus/kogito-infinispan-persistence-quarkus .
+# docker build -f src/main/docker/Dockerfile.native -t quarkus/process-service-calls-quarkus .
#
# Then run the container using:
#
-# docker run -i --rm -p 8080:8080 quarkus/kogito-infinispan-persistence-quarkus
+# docker run -i --rm -p 8080:8080 quarkus/process-service-calls-quarkus
#
###
FROM registry.access.redhat.com/ubi8/ubi-minimal
diff --git a/kogito-quarkus-examples/process-service-calls-quarkus/src/main/resources/META-INF/resources/index.html b/kogito-quarkus-examples/process-service-calls-quarkus/src/main/resources/META-INF/resources/index.html
deleted file mode 100644
index cc6e2fe97c..0000000000
--- a/kogito-quarkus-examples/process-service-calls-quarkus/src/main/resources/META-INF/resources/index.html
+++ /dev/null
@@ -1,172 +0,0 @@
-
-
-
-
-
- kogito-infinispan-persistence-quarkus - 1.0-SNAPSHOT
-
-
-
-
-
- Your new Cloud-Native application is ready!
-
-
-
-
-
Congratulations, you have created a new Quarkus application.
-
-
Why do you see this?
-
-
This page is served by Quarkus. The source is in
- src/main/resources/META-INF/resources/index.html
.
-
-
What can I do from here?
-
-
If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
-
-
- - Add REST resources, Servlets, functions and other services in
src/main/java
.
- - Your static assets are located in
src/main/resources/META-INF/resources
.
- - Configure your application in
src/main/resources/application.properties
.
-
-
-
-
How do I get rid of this page?
-
Just delete the src/main/resources/META-INF/resources/index.html
file.
-
-
-
-
Application
-
- - GroupId: org.acme
- - ArtifactId: kogito-infinispan-persistence-quarkus
- - Version: 1.0-SNAPSHOT
- - Quarkus Version: 0.19.1
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/kogito-quarkus-examples/process-timer-quarkus/src/main/docker/Dockerfile.native b/kogito-quarkus-examples/process-timer-quarkus/src/main/docker/Dockerfile.native
index b508cbb1d3..4ee1d84443 100644
--- a/kogito-quarkus-examples/process-timer-quarkus/src/main/docker/Dockerfile.native
+++ b/kogito-quarkus-examples/process-timer-quarkus/src/main/docker/Dockerfile.native
@@ -7,11 +7,11 @@
#
# Then, build the image with:
#
-# docker build -f src/main/docker/Dockerfile.native -t quarkus/kogito-infinispan-persistence-quarkus .
+# docker build -f src/main/docker/Dockerfile.native -t quarkus/process-timer-quarkus .
#
# Then run the container using:
#
-# docker run -i --rm -p 8080:8080 quarkus/kogito-infinispan-persistence-quarkus
+# docker run -i --rm -p 8080:8080 quarkus/process-timer-quarkus
#
###
FROM registry.access.redhat.com/ubi8/ubi-minimal
diff --git a/kogito-quarkus-examples/process-timer-quarkus/src/main/resources/META-INF/resources/index.html b/kogito-quarkus-examples/process-timer-quarkus/src/main/resources/META-INF/resources/index.html
deleted file mode 100644
index cc6e2fe97c..0000000000
--- a/kogito-quarkus-examples/process-timer-quarkus/src/main/resources/META-INF/resources/index.html
+++ /dev/null
@@ -1,172 +0,0 @@
-
-
-
-
-
- kogito-infinispan-persistence-quarkus - 1.0-SNAPSHOT
-
-
-
-
-
- Your new Cloud-Native application is ready!
-
-
-
-
-
Congratulations, you have created a new Quarkus application.
-
-
Why do you see this?
-
-
This page is served by Quarkus. The source is in
- src/main/resources/META-INF/resources/index.html
.
-
-
What can I do from here?
-
-
If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
-
-
- - Add REST resources, Servlets, functions and other services in
src/main/java
.
- - Your static assets are located in
src/main/resources/META-INF/resources
.
- - Configure your application in
src/main/resources/application.properties
.
-
-
-
-
How do I get rid of this page?
-
Just delete the src/main/resources/META-INF/resources/index.html
file.
-
-
-
-
Application
-
- - GroupId: org.acme
- - ArtifactId: kogito-infinispan-persistence-quarkus
- - Version: 1.0-SNAPSHOT
- - Quarkus Version: 0.19.1
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/kogito-quarkus-examples/process-usertasks-custom-lifecycle-quarkus/src/main/docker/Dockerfile.native b/kogito-quarkus-examples/process-usertasks-custom-lifecycle-quarkus/src/main/docker/Dockerfile.native
index b508cbb1d3..950dfb127f 100644
--- a/kogito-quarkus-examples/process-usertasks-custom-lifecycle-quarkus/src/main/docker/Dockerfile.native
+++ b/kogito-quarkus-examples/process-usertasks-custom-lifecycle-quarkus/src/main/docker/Dockerfile.native
@@ -7,11 +7,11 @@
#
# Then, build the image with:
#
-# docker build -f src/main/docker/Dockerfile.native -t quarkus/kogito-infinispan-persistence-quarkus .
+# docker build -f src/main/docker/Dockerfile.native -t quarkus/process-usertasks-custom-lifecycle-quarkus .
#
# Then run the container using:
#
-# docker run -i --rm -p 8080:8080 quarkus/kogito-infinispan-persistence-quarkus
+# docker run -i --rm -p 8080:8080 quarkus/process-usertasks-custom-lifecycle-quarkus
#
###
FROM registry.access.redhat.com/ubi8/ubi-minimal
diff --git a/kogito-quarkus-examples/process-usertasks-custom-lifecycle-quarkus/src/main/resources/META-INF/resources/index.html b/kogito-quarkus-examples/process-usertasks-custom-lifecycle-quarkus/src/main/resources/META-INF/resources/index.html
deleted file mode 100644
index cc6e2fe97c..0000000000
--- a/kogito-quarkus-examples/process-usertasks-custom-lifecycle-quarkus/src/main/resources/META-INF/resources/index.html
+++ /dev/null
@@ -1,172 +0,0 @@
-
-
-
-
-
- kogito-infinispan-persistence-quarkus - 1.0-SNAPSHOT
-
-
-
-
-
- Your new Cloud-Native application is ready!
-
-
-
-
-
Congratulations, you have created a new Quarkus application.
-
-
Why do you see this?
-
-
This page is served by Quarkus. The source is in
- src/main/resources/META-INF/resources/index.html
.
-
-
What can I do from here?
-
-
If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
-
-
- - Add REST resources, Servlets, functions and other services in
src/main/java
.
- - Your static assets are located in
src/main/resources/META-INF/resources
.
- - Configure your application in
src/main/resources/application.properties
.
-
-
-
-
How do I get rid of this page?
-
Just delete the src/main/resources/META-INF/resources/index.html
file.
-
-
-
-
Application
-
- - GroupId: org.acme
- - ArtifactId: kogito-infinispan-persistence-quarkus
- - Version: 1.0-SNAPSHOT
- - Quarkus Version: 0.19.1
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/kogito-quarkus-examples/process-usertasks-quarkus/src/main/docker/Dockerfile.native b/kogito-quarkus-examples/process-usertasks-quarkus/src/main/docker/Dockerfile.native
index b508cbb1d3..6075cdfe51 100644
--- a/kogito-quarkus-examples/process-usertasks-quarkus/src/main/docker/Dockerfile.native
+++ b/kogito-quarkus-examples/process-usertasks-quarkus/src/main/docker/Dockerfile.native
@@ -7,11 +7,11 @@
#
# Then, build the image with:
#
-# docker build -f src/main/docker/Dockerfile.native -t quarkus/kogito-infinispan-persistence-quarkus .
+# docker build -f src/main/docker/Dockerfile.native -t quarkus/process-usertasks-quarkus .
#
# Then run the container using:
#
-# docker run -i --rm -p 8080:8080 quarkus/kogito-infinispan-persistence-quarkus
+# docker run -i --rm -p 8080:8080 quarkus/process-usertasks-quarkus
#
###
FROM registry.access.redhat.com/ubi8/ubi-minimal
diff --git a/kogito-quarkus-examples/process-usertasks-quarkus/src/main/resources/META-INF/resources/index.html b/kogito-quarkus-examples/process-usertasks-quarkus/src/main/resources/META-INF/resources/index.html
deleted file mode 100644
index cc6e2fe97c..0000000000
--- a/kogito-quarkus-examples/process-usertasks-quarkus/src/main/resources/META-INF/resources/index.html
+++ /dev/null
@@ -1,172 +0,0 @@
-
-
-
-
-
- kogito-infinispan-persistence-quarkus - 1.0-SNAPSHOT
-
-
-
-
-
- Your new Cloud-Native application is ready!
-
-
-
-
-
Congratulations, you have created a new Quarkus application.
-
-
Why do you see this?
-
-
This page is served by Quarkus. The source is in
- src/main/resources/META-INF/resources/index.html
.
-
-
What can I do from here?
-
-
If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
-
-
- - Add REST resources, Servlets, functions and other services in
src/main/java
.
- - Your static assets are located in
src/main/resources/META-INF/resources
.
- - Configure your application in
src/main/resources/application.properties
.
-
-
-
-
How do I get rid of this page?
-
Just delete the src/main/resources/META-INF/resources/index.html
file.
-
-
-
-
Application
-
- - GroupId: org.acme
- - ArtifactId: kogito-infinispan-persistence-quarkus
- - Version: 1.0-SNAPSHOT
- - Quarkus Version: 0.19.1
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/kogito-quarkus-examples/process-usertasks-with-security-oidc-quarkus/README.md b/kogito-quarkus-examples/process-usertasks-with-security-oidc-quarkus/README.md
index 1626d58610..f50a0c6a3c 100644
--- a/kogito-quarkus-examples/process-usertasks-with-security-oidc-quarkus/README.md
+++ b/kogito-quarkus-examples/process-usertasks-with-security-oidc-quarkus/README.md
@@ -39,7 +39,7 @@ When using native image compilation, you will also need:
To start a Keycloak Server you can use Docker and just run the following command:
```
-docker run -e KEYCLOAK_USER=admin -e KEYCLOAK_PASSWORD=admin -e KEYCLOAK_IMPORT=/tmp/kogito-realm.json -v /kogito-usertasks-with-security-oidc-quarkus/config/kogito-realm.json:/tmp/kogito-realm.json -p 8281:8080 quay.io/keycloak/keycloak:legacy
+docker run -e KEYCLOAK_USER=admin -e KEYCLOAK_PASSWORD=admin -e KEYCLOAK_IMPORT=/tmp/kogito-realm.json -v /process-usertasks-with-security-oidc-quarkus/config/kogito-realm.json:/tmp/kogito-realm.json -p 8281:8080 quay.io/keycloak/keycloak:legacy
```
You should be able to access your Keycloak Server at [localhost:8281/auth](http://localhost:8281).
diff --git a/kogito-quarkus-examples/process-usertasks-with-security-oidc-quarkus/src/main/docker/Dockerfile.native b/kogito-quarkus-examples/process-usertasks-with-security-oidc-quarkus/src/main/docker/Dockerfile.native
index b508cbb1d3..fd4f63c9ad 100644
--- a/kogito-quarkus-examples/process-usertasks-with-security-oidc-quarkus/src/main/docker/Dockerfile.native
+++ b/kogito-quarkus-examples/process-usertasks-with-security-oidc-quarkus/src/main/docker/Dockerfile.native
@@ -7,11 +7,11 @@
#
# Then, build the image with:
#
-# docker build -f src/main/docker/Dockerfile.native -t quarkus/kogito-infinispan-persistence-quarkus .
+# docker build -f src/main/docker/Dockerfile.native -t quarkus/process-usertasks-with-security-oidc-quarkus .
#
# Then run the container using:
#
-# docker run -i --rm -p 8080:8080 quarkus/kogito-infinispan-persistence-quarkus
+# docker run -i --rm -p 8080:8080 quarkus/process-usertasks-with-security-oidc-quarkus
#
###
FROM registry.access.redhat.com/ubi8/ubi-minimal
diff --git a/kogito-quarkus-examples/process-usertasks-with-security-quarkus/src/main/docker/Dockerfile.native b/kogito-quarkus-examples/process-usertasks-with-security-quarkus/src/main/docker/Dockerfile.native
index b508cbb1d3..3ee38108ab 100644
--- a/kogito-quarkus-examples/process-usertasks-with-security-quarkus/src/main/docker/Dockerfile.native
+++ b/kogito-quarkus-examples/process-usertasks-with-security-quarkus/src/main/docker/Dockerfile.native
@@ -7,11 +7,11 @@
#
# Then, build the image with:
#
-# docker build -f src/main/docker/Dockerfile.native -t quarkus/kogito-infinispan-persistence-quarkus .
+# docker build -f src/main/docker/Dockerfile.native -t quarkus/process-usertasks-with-security-quarkus .
#
# Then run the container using:
#
-# docker run -i --rm -p 8080:8080 quarkus/kogito-infinispan-persistence-quarkus
+# docker run -i --rm -p 8080:8080 quarkus/process-usertasks-with-security-quarkus
#
###
FROM registry.access.redhat.com/ubi8/ubi-minimal
diff --git a/kogito-quarkus-examples/process-usertasks-with-security-quarkus/src/main/resources/META-INF/resources/index.html b/kogito-quarkus-examples/process-usertasks-with-security-quarkus/src/main/resources/META-INF/resources/index.html
deleted file mode 100644
index cc6e2fe97c..0000000000
--- a/kogito-quarkus-examples/process-usertasks-with-security-quarkus/src/main/resources/META-INF/resources/index.html
+++ /dev/null
@@ -1,172 +0,0 @@
-
-
-
-
-
- kogito-infinispan-persistence-quarkus - 1.0-SNAPSHOT
-
-
-
-
-
- Your new Cloud-Native application is ready!
-
-
-
-
-
Congratulations, you have created a new Quarkus application.
-
-
Why do you see this?
-
-
This page is served by Quarkus. The source is in
- src/main/resources/META-INF/resources/index.html
.
-
-
What can I do from here?
-
-
If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
-
-
- - Add REST resources, Servlets, functions and other services in
src/main/java
.
- - Your static assets are located in
src/main/resources/META-INF/resources
.
- - Configure your application in
src/main/resources/application.properties
.
-
-
-
-
How do I get rid of this page?
-
Just delete the src/main/resources/META-INF/resources/index.html
file.
-
-
-
-
Application
-
- - GroupId: org.acme
- - ArtifactId: kogito-infinispan-persistence-quarkus
- - Version: 1.0-SNAPSHOT
- - Quarkus Version: 0.19.1
-
-
-
-
-
-
-
-
-
\ No newline at end of file