This is an automated email from the ASF dual-hosted git repository.
pefernan pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 27a7ae85f [incubator-kie-issues-1295] Examples clean up (#1940)
27a7ae85f is described below
commit 27a7ae85f185d6db446bbdd1548645e117904a63
Author: Abhiram Gundala <[email protected]>
AuthorDate: Wed Jun 5 11:55:35 2024 -0400
[incubator-kie-issues-1295] Examples clean up (#1940)
* [incubator-kie-issues-1295] examples clean up
* Update kogito-quarkus-examples/process-decisions-rules-quarkus/README.md
Co-authored-by: Jozef Marko <[email protected]>
---------
Co-authored-by: Pere Fernández <[email protected]>
Co-authored-by: Jozef Marko <[email protected]>
---
.../process-business-rules-quarkus/README.md | 2 +-
.../src/main/docker/Dockerfile.native | 4 +-
.../main/resources/META-INF/resources/index.html | 172 ---------------------
.../process-decisions-rules-quarkus/README.md | 2 +-
.../src/main/docker/Dockerfile.native | 4 +-
.../main/resources/META-INF/resources/index.html | 172 ---------------------
.../src/main/docker/Dockerfile.jvm | 4 +-
.../src/main/docker/Dockerfile.native | 4 +-
.../main/resources/META-INF/resources/index.html | 172 ---------------------
.../main/resources/META-INF/resources/index.html | 172 ---------------------
.../main/resources/META-INF/resources/index.html | 172 ---------------------
.../src/main/docker/Dockerfile.native | 4 +-
.../main/resources/META-INF/resources/index.html | 172 ---------------------
.../src/main/docker/Dockerfile.native | 4 +-
.../main/resources/META-INF/resources/index.html | 172 ---------------------
.../main/resources/META-INF/resources/index.html | 172 ---------------------
.../src/main/docker/Dockerfile.jvm | 4 +-
.../src/main/docker/Dockerfile.native | 6 +-
.../main/resources/META-INF/resources/index.html | 172 ---------------------
.../src/main/docker/Dockerfile.jvm | 6 +-
.../src/main/docker/Dockerfile.native | 4 +-
.../src/main/docker/Dockerfile.native | 4 +-
.../main/resources/META-INF/resources/index.html | 172 ---------------------
.../src/main/docker/Dockerfile.native | 4 +-
.../main/resources/META-INF/resources/index.html | 172 ---------------------
.../src/main/docker/Dockerfile.native | 4 +-
.../main/resources/META-INF/resources/index.html | 172 ---------------------
.../src/main/docker/Dockerfile.native | 4 +-
.../main/resources/META-INF/resources/index.html | 172 ---------------------
.../src/main/docker/Dockerfile.native | 4 +-
.../main/resources/META-INF/resources/index.html | 172 ---------------------
.../README.md | 2 +-
.../src/main/docker/Dockerfile.native | 4 +-
.../src/main/docker/Dockerfile.native | 4 +-
.../main/resources/META-INF/resources/index.html | 172 ---------------------
35 files changed, 39 insertions(+), 2619 deletions(-)
diff --git a/kogito-quarkus-examples/process-business-rules-quarkus/README.md
b/kogito-quarkus-examples/process-business-rules-quarkus/README.md
index 9b8b02857..5b3d8e282 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 b508cbb1d..40adea34f 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 cc6e2fe97..000000000
---
a/kogito-quarkus-examples/process-business-rules-quarkus/src/main/resources/META-INF/resources/index.html
+++ /dev/null
@@ -1,172 +0,0 @@
-<!--
-
- 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.
-
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="UTF-8">
- <title>kogito-infinispan-persistence-quarkus - 1.0-SNAPSHOT</title>
- <style>
- h1, h2, h3, h4, h5, h6 {
- margin-bottom: 0.5rem;
- font-weight: 400;
- line-height: 1.5;
- }
-
- h1 {
- font-size: 2.5rem;
- }
-
- h2 {
- font-size: 2rem
- }
-
- h3 {
- font-size: 1.75rem
- }
-
- h4 {
- font-size: 1.5rem
- }
-
- h5 {
- font-size: 1.25rem
- }
-
- h6 {
- font-size: 1rem
- }
-
- .lead {
- font-weight: 300;
- font-size: 2rem;
- }
-
- .banner {
- font-size: 2.7rem;
- margin: 0;
- padding: 2rem 1rem;
- background-color: #00A1E2;
- color: white;
- }
-
- body {
- margin: 0;
- font-family: -apple-system, system-ui, "Segoe UI", Roboto,
"Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol", "Noto Color Emoji";
- }
-
- code {
- font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation
Mono", "Courier New", monospace;
- font-size: 87.5%;
- color: #e83e8c;
- word-break: break-word;
- }
-
- .left-column {
- padding: .75rem;
- max-width: 75%;
- min-width: 55%;
- }
-
- .right-column {
- padding: .75rem;
- max-width: 25%;
- }
-
- .container {
- display: flex;
- width: 100%;
- }
-
- li {
- margin: 0.75rem;
- }
-
- .right-section {
- margin-left: 1rem;
- padding-left: 0.5rem;
- }
-
- .right-section h3 {
- padding-top: 0;
- font-weight: 200;
- }
-
- .right-section ul {
- border-left: 0.3rem solid #00A1E2;
- list-style-type: none;
- padding-left: 0;
- }
-
- </style>
-</head>
-<body>
-
-<div class="banner lead">
- Your new Cloud-Native application is ready!
-</div>
-
-<div class="container">
- <div class="left-column">
- <p class="lead"> Congratulations, you have created a new Quarkus
application.</p>
-
- <h2>Why do you see this?</h2>
-
- <p>This page is served by Quarkus. The source is in
- <code>src/main/resources/META-INF/resources/index.html</code>.</p>
-
- <h2>What can I do from here?</h2>
-
- <p>If not already done, run the application in <em>dev mode</em>
using: <code>mvn compile quarkus:dev</code>.
- </p>
- <ul>
- <li>Add REST resources, Servlets, functions and other services in
<code>src/main/java</code>.</li>
- <li>Your static assets are located in
<code>src/main/resources/META-INF/resources</code>.</li>
- <li>Configure your application in
<code>src/main/resources/application.properties</code>.
- </li>
- </ul>
-
- <h2>How do I get rid of this page?</h2>
- <p>Just delete the
<code>src/main/resources/META-INF/resources/index.html</code> file.</p>
- </div>
- <div class="right-column">
- <div class="right-section">
- <h3>Application</h3>
- <ul>
- <li>GroupId: org.acme</li>
- <li>ArtifactId: kogito-infinispan-persistence-quarkus</li>
- <li>Version: 1.0-SNAPSHOT</li>
- <li>Quarkus Version: 0.19.1</li>
- </ul>
- </div>
- <div class="right-section">
- <h3>Next steps</h3>
- <ul>
- <li><a
href="https://quarkus.io/guides/maven-tooling.html">Setup your IDE</a></li>
- <li><a
href="https://quarkus.io/guides/getting-started-guide.html">Getting
started</a></li>
- <li><a href="https://quarkus.io">Quarkus Web Site</a></li>
- </ul>
- </div>
- </div>
-</div>
-
-
-</body>
-</html>
\ 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 da5ee2f5d..1d086fb76 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 b508cbb1d..cde9f815a 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 cc6e2fe97..000000000
---
a/kogito-quarkus-examples/process-error-handling/src/main/resources/META-INF/resources/index.html
+++ /dev/null
@@ -1,172 +0,0 @@
-<!--
-
- 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.
-
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="UTF-8">
- <title>kogito-infinispan-persistence-quarkus - 1.0-SNAPSHOT</title>
- <style>
- h1, h2, h3, h4, h5, h6 {
- margin-bottom: 0.5rem;
- font-weight: 400;
- line-height: 1.5;
- }
-
- h1 {
- font-size: 2.5rem;
- }
-
- h2 {
- font-size: 2rem
- }
-
- h3 {
- font-size: 1.75rem
- }
-
- h4 {
- font-size: 1.5rem
- }
-
- h5 {
- font-size: 1.25rem
- }
-
- h6 {
- font-size: 1rem
- }
-
- .lead {
- font-weight: 300;
- font-size: 2rem;
- }
-
- .banner {
- font-size: 2.7rem;
- margin: 0;
- padding: 2rem 1rem;
- background-color: #00A1E2;
- color: white;
- }
-
- body {
- margin: 0;
- font-family: -apple-system, system-ui, "Segoe UI", Roboto,
"Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol", "Noto Color Emoji";
- }
-
- code {
- font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation
Mono", "Courier New", monospace;
- font-size: 87.5%;
- color: #e83e8c;
- word-break: break-word;
- }
-
- .left-column {
- padding: .75rem;
- max-width: 75%;
- min-width: 55%;
- }
-
- .right-column {
- padding: .75rem;
- max-width: 25%;
- }
-
- .container {
- display: flex;
- width: 100%;
- }
-
- li {
- margin: 0.75rem;
- }
-
- .right-section {
- margin-left: 1rem;
- padding-left: 0.5rem;
- }
-
- .right-section h3 {
- padding-top: 0;
- font-weight: 200;
- }
-
- .right-section ul {
- border-left: 0.3rem solid #00A1E2;
- list-style-type: none;
- padding-left: 0;
- }
-
- </style>
-</head>
-<body>
-
-<div class="banner lead">
- Your new Cloud-Native application is ready!
-</div>
-
-<div class="container">
- <div class="left-column">
- <p class="lead"> Congratulations, you have created a new Quarkus
application.</p>
-
- <h2>Why do you see this?</h2>
-
- <p>This page is served by Quarkus. The source is in
- <code>src/main/resources/META-INF/resources/index.html</code>.</p>
-
- <h2>What can I do from here?</h2>
-
- <p>If not already done, run the application in <em>dev mode</em>
using: <code>mvn compile quarkus:dev</code>.
- </p>
- <ul>
- <li>Add REST resources, Servlets, functions and other services in
<code>src/main/java</code>.</li>
- <li>Your static assets are located in
<code>src/main/resources/META-INF/resources</code>.</li>
- <li>Configure your application in
<code>src/main/resources/application.properties</code>.
- </li>
- </ul>
-
- <h2>How do I get rid of this page?</h2>
- <p>Just delete the
<code>src/main/resources/META-INF/resources/index.html</code> file.</p>
- </div>
- <div class="right-column">
- <div class="right-section">
- <h3>Application</h3>
- <ul>
- <li>GroupId: org.acme</li>
- <li>ArtifactId: kogito-infinispan-persistence-quarkus</li>
- <li>Version: 1.0-SNAPSHOT</li>
- <li>Quarkus Version: 0.19.1</li>
- </ul>
- </div>
- <div class="right-section">
- <h3>Next steps</h3>
- <ul>
- <li><a
href="https://quarkus.io/guides/maven-tooling.html">Setup your IDE</a></li>
- <li><a
href="https://quarkus.io/guides/getting-started-guide.html">Getting
started</a></li>
- <li><a href="https://quarkus.io">Quarkus Web Site</a></li>
- </ul>
- </div>
- </div>
-</div>
-
-
-</body>
-</html>
\ 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 e9c3d78f5..b864836fd 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 b508cbb1d..82314f112 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 cc6e2fe97..000000000
---
a/kogito-quarkus-examples/process-infinispan-persistence-quarkus/src/main/resources/META-INF/resources/index.html
+++ /dev/null
@@ -1,172 +0,0 @@
-<!--
-
- 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.
-
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="UTF-8">
- <title>kogito-infinispan-persistence-quarkus - 1.0-SNAPSHOT</title>
- <style>
- h1, h2, h3, h4, h5, h6 {
- margin-bottom: 0.5rem;
- font-weight: 400;
- line-height: 1.5;
- }
-
- h1 {
- font-size: 2.5rem;
- }
-
- h2 {
- font-size: 2rem
- }
-
- h3 {
- font-size: 1.75rem
- }
-
- h4 {
- font-size: 1.5rem
- }
-
- h5 {
- font-size: 1.25rem
- }
-
- h6 {
- font-size: 1rem
- }
-
- .lead {
- font-weight: 300;
- font-size: 2rem;
- }
-
- .banner {
- font-size: 2.7rem;
- margin: 0;
- padding: 2rem 1rem;
- background-color: #00A1E2;
- color: white;
- }
-
- body {
- margin: 0;
- font-family: -apple-system, system-ui, "Segoe UI", Roboto,
"Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol", "Noto Color Emoji";
- }
-
- code {
- font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation
Mono", "Courier New", monospace;
- font-size: 87.5%;
- color: #e83e8c;
- word-break: break-word;
- }
-
- .left-column {
- padding: .75rem;
- max-width: 75%;
- min-width: 55%;
- }
-
- .right-column {
- padding: .75rem;
- max-width: 25%;
- }
-
- .container {
- display: flex;
- width: 100%;
- }
-
- li {
- margin: 0.75rem;
- }
-
- .right-section {
- margin-left: 1rem;
- padding-left: 0.5rem;
- }
-
- .right-section h3 {
- padding-top: 0;
- font-weight: 200;
- }
-
- .right-section ul {
- border-left: 0.3rem solid #00A1E2;
- list-style-type: none;
- padding-left: 0;
- }
-
- </style>
-</head>
-<body>
-
-<div class="banner lead">
- Your new Cloud-Native application is ready!
-</div>
-
-<div class="container">
- <div class="left-column">
- <p class="lead"> Congratulations, you have created a new Quarkus
application.</p>
-
- <h2>Why do you see this?</h2>
-
- <p>This page is served by Quarkus. The source is in
- <code>src/main/resources/META-INF/resources/index.html</code>.</p>
-
- <h2>What can I do from here?</h2>
-
- <p>If not already done, run the application in <em>dev mode</em>
using: <code>mvn compile quarkus:dev</code>.
- </p>
- <ul>
- <li>Add REST resources, Servlets, functions and other services in
<code>src/main/java</code>.</li>
- <li>Your static assets are located in
<code>src/main/resources/META-INF/resources</code>.</li>
- <li>Configure your application in
<code>src/main/resources/application.properties</code>.
- </li>
- </ul>
-
- <h2>How do I get rid of this page?</h2>
- <p>Just delete the
<code>src/main/resources/META-INF/resources/index.html</code> file.</p>
- </div>
- <div class="right-column">
- <div class="right-section">
- <h3>Application</h3>
- <ul>
- <li>GroupId: org.acme</li>
- <li>ArtifactId: kogito-infinispan-persistence-quarkus</li>
- <li>Version: 1.0-SNAPSHOT</li>
- <li>Quarkus Version: 0.19.1</li>
- </ul>
- </div>
- <div class="right-section">
- <h3>Next steps</h3>
- <ul>
- <li><a
href="https://quarkus.io/guides/maven-tooling.html">Setup your IDE</a></li>
- <li><a
href="https://quarkus.io/guides/getting-started-guide.html">Getting
started</a></li>
- <li><a href="https://quarkus.io">Quarkus Web Site</a></li>
- </ul>
- </div>
- </div>
-</div>
-
-
-</body>
-</html>
\ 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 168807943..000000000
---
a/kogito-quarkus-examples/process-kafka-avro-multi-quarkus/src/main/resources/META-INF/resources/index.html
+++ /dev/null
@@ -1,172 +0,0 @@
-<!--
-
- 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.
-
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="UTF-8">
- <title>kafka-quickstart - 1.0-SNAPSHOT</title>
- <style>
- h1, h2, h3, h4, h5, h6 {
- margin-bottom: 0.5rem;
- font-weight: 400;
- line-height: 1.5;
- }
-
- h1 {
- font-size: 2.5rem;
- }
-
- h2 {
- font-size: 2rem
- }
-
- h3 {
- font-size: 1.75rem
- }
-
- h4 {
- font-size: 1.5rem
- }
-
- h5 {
- font-size: 1.25rem
- }
-
- h6 {
- font-size: 1rem
- }
-
- .lead {
- font-weight: 300;
- font-size: 2rem;
- }
-
- .banner {
- font-size: 2.7rem;
- margin: 0;
- padding: 2rem 1rem;
- background-color: #00A1E2;
- color: white;
- }
-
- body {
- margin: 0;
- font-family: -apple-system, system-ui, "Segoe UI", Roboto,
"Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol", "Noto Color Emoji";
- }
-
- code {
- font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation
Mono", "Courier New", monospace;
- font-size: 87.5%;
- color: #e83e8c;
- word-break: break-word;
- }
-
- .left-column {
- padding: .75rem;
- max-width: 75%;
- min-width: 55%;
- }
-
- .right-column {
- padding: .75rem;
- max-width: 25%;
- }
-
- .container {
- display: flex;
- width: 100%;
- }
-
- li {
- margin: 0.75rem;
- }
-
- .right-section {
- margin-left: 1rem;
- padding-left: 0.5rem;
- }
-
- .right-section h3 {
- padding-top: 0;
- font-weight: 200;
- }
-
- .right-section ul {
- border-left: 0.3rem solid #00A1E2;
- list-style-type: none;
- padding-left: 0;
- }
-
- </style>
-</head>
-<body>
-
-<div class="banner lead">
- Your new Cloud-Native application is ready!
-</div>
-
-<div class="container">
- <div class="left-column">
- <p class="lead"> Congratulations, you have created a new Quarkus
application.</p>
-
- <h2>Why do you see this?</h2>
-
- <p>This page is served by Quarkus. The source is in
- <code>src/main/resources/META-INF/resources/index.html</code>.</p>
-
- <h2>What can I do from here?</h2>
-
- <p>If not already done, run the application in <em>dev mode</em>
using: <code>mvn compile quarkus:dev</code>.
- </p>
- <ul>
- <li>Add REST resources, Servlets, functions and other services in
<code>src/main/java</code>.</li>
- <li>Your static assets are located in
<code>src/main/resources/META-INF/resources</code>.</li>
- <li>Configure your application in
<code>src/main/resources/application.properties</code>.
- </li>
- </ul>
-
- <h2>How do I get rid of this page?</h2>
- <p>Just delete the
<code>src/main/resources/META-INF/resources/index.html</code> file.</p>
- </div>
- <div class="right-column">
- <div class="right-section">
- <h3>Application</h3>
- <ul>
- <li>GroupId: org.acme</li>
- <li>ArtifactId: kafka-quickstart</li>
- <li>Version: 1.0-SNAPSHOT</li>
- <li>Quarkus Version: 0.18.0</li>
- </ul>
- </div>
- <div class="right-section">
- <h3>Next steps</h3>
- <ul>
- <li><a
href="https://quarkus.io/guides/maven-tooling.html">Setup your IDE</a></li>
- <li><a
href="https://quarkus.io/guides/getting-started-guide.html">Getting
started</a></li>
- <li><a href="https://quarkus.io">Quarkus Web Site</a></li>
- </ul>
- </div>
- </div>
-</div>
-
-
-</body>
-</html>
\ 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 168807943..000000000
---
a/kogito-quarkus-examples/process-kafka-multi-quarkus/src/main/resources/META-INF/resources/index.html
+++ /dev/null
@@ -1,172 +0,0 @@
-<!--
-
- 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.
-
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="UTF-8">
- <title>kafka-quickstart - 1.0-SNAPSHOT</title>
- <style>
- h1, h2, h3, h4, h5, h6 {
- margin-bottom: 0.5rem;
- font-weight: 400;
- line-height: 1.5;
- }
-
- h1 {
- font-size: 2.5rem;
- }
-
- h2 {
- font-size: 2rem
- }
-
- h3 {
- font-size: 1.75rem
- }
-
- h4 {
- font-size: 1.5rem
- }
-
- h5 {
- font-size: 1.25rem
- }
-
- h6 {
- font-size: 1rem
- }
-
- .lead {
- font-weight: 300;
- font-size: 2rem;
- }
-
- .banner {
- font-size: 2.7rem;
- margin: 0;
- padding: 2rem 1rem;
- background-color: #00A1E2;
- color: white;
- }
-
- body {
- margin: 0;
- font-family: -apple-system, system-ui, "Segoe UI", Roboto,
"Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol", "Noto Color Emoji";
- }
-
- code {
- font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation
Mono", "Courier New", monospace;
- font-size: 87.5%;
- color: #e83e8c;
- word-break: break-word;
- }
-
- .left-column {
- padding: .75rem;
- max-width: 75%;
- min-width: 55%;
- }
-
- .right-column {
- padding: .75rem;
- max-width: 25%;
- }
-
- .container {
- display: flex;
- width: 100%;
- }
-
- li {
- margin: 0.75rem;
- }
-
- .right-section {
- margin-left: 1rem;
- padding-left: 0.5rem;
- }
-
- .right-section h3 {
- padding-top: 0;
- font-weight: 200;
- }
-
- .right-section ul {
- border-left: 0.3rem solid #00A1E2;
- list-style-type: none;
- padding-left: 0;
- }
-
- </style>
-</head>
-<body>
-
-<div class="banner lead">
- Your new Cloud-Native application is ready!
-</div>
-
-<div class="container">
- <div class="left-column">
- <p class="lead"> Congratulations, you have created a new Quarkus
application.</p>
-
- <h2>Why do you see this?</h2>
-
- <p>This page is served by Quarkus. The source is in
- <code>src/main/resources/META-INF/resources/index.html</code>.</p>
-
- <h2>What can I do from here?</h2>
-
- <p>If not already done, run the application in <em>dev mode</em>
using: <code>mvn compile quarkus:dev</code>.
- </p>
- <ul>
- <li>Add REST resources, Servlets, functions and other services in
<code>src/main/java</code>.</li>
- <li>Your static assets are located in
<code>src/main/resources/META-INF/resources</code>.</li>
- <li>Configure your application in
<code>src/main/resources/application.properties</code>.
- </li>
- </ul>
-
- <h2>How do I get rid of this page?</h2>
- <p>Just delete the
<code>src/main/resources/META-INF/resources/index.html</code> file.</p>
- </div>
- <div class="right-column">
- <div class="right-section">
- <h3>Application</h3>
- <ul>
- <li>GroupId: org.acme</li>
- <li>ArtifactId: kafka-quickstart</li>
- <li>Version: 1.0-SNAPSHOT</li>
- <li>Quarkus Version: 0.18.0</li>
- </ul>
- </div>
- <div class="right-section">
- <h3>Next steps</h3>
- <ul>
- <li><a
href="https://quarkus.io/guides/maven-tooling.html">Setup your IDE</a></li>
- <li><a
href="https://quarkus.io/guides/getting-started-guide.html">Getting
started</a></li>
- <li><a href="https://quarkus.io">Quarkus Web Site</a></li>
- </ul>
- </div>
- </div>
-</div>
-
-
-</body>
-</html>
\ 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 3c420fea9..ad1e2723e 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 c26803e18..000000000
---
a/kogito-quarkus-examples/process-kafka-persistence-quarkus/src/main/resources/META-INF/resources/index.html
+++ /dev/null
@@ -1,172 +0,0 @@
-<!--
-
- 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.
-
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="UTF-8">
- <title>kogito-infinispan-persistence-quarkus - 1.0-SNAPSHOT</title>
- <style>
- h1, h2, h3, h4, h5, h6 {
- margin-bottom: 0.5rem;
- font-weight: 400;
- line-height: 1.5;
- }
-
- h1 {
- font-size: 2.5rem;
- }
-
- h2 {
- font-size: 2rem
- }
-
- h3 {
- font-size: 1.75rem
- }
-
- h4 {
- font-size: 1.5rem
- }
-
- h5 {
- font-size: 1.25rem
- }
-
- h6 {
- font-size: 1rem
- }
-
- .lead {
- font-weight: 300;
- font-size: 2rem;
- }
-
- .banner {
- font-size: 2.7rem;
- margin: 0;
- padding: 2rem 1rem;
- background-color: #00A1E2;
- color: white;
- }
-
- body {
- margin: 0;
- font-family: -apple-system, system-ui, "Segoe UI", Roboto,
"Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol", "Noto Color Emoji";
- }
-
- code {
- font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation
Mono", "Courier New", monospace;
- font-size: 87.5%;
- color: #e83e8c;
- word-break: break-word;
- }
-
- .left-column {
- padding: .75rem;
- max-width: 75%;
- min-width: 55%;
- }
-
- .right-column {
- padding: .75rem;
- max-width: 25%;
- }
-
- .container {
- display: flex;
- width: 100%;
- }
-
- li {
- margin: 0.75rem;
- }
-
- .right-section {
- margin-left: 1rem;
- padding-left: 0.5rem;
- }
-
- .right-section h3 {
- padding-top: 0;
- font-weight: 200;
- }
-
- .right-section ul {
- border-left: 0.3rem solid #00A1E2;
- list-style-type: none;
- padding-left: 0;
- }
-
- </style>
-</head>
-<body>
-
-<div class="banner lead">
- Your new Cloud-Native application is ready!
-</div>
-
-<div class="container">
- <div class="left-column">
- <p class="lead"> Congratulations, you have created a new Quarkus
application.</p>
-
- <h2>Why do you see this?</h2>
-
- <p>This page is served by Quarkus. The source is in
- <code>src/main/resources/META-INF/resources/index.html</code>.</p>
-
- <h2>What can I do from here?</h2>
-
- <p>If not already done, run the application in <em>dev mode</em>
using: <code>mvn compile quarkus:dev</code>.
- </p>
- <ul>
- <li>Add REST resources, Servlets, functions and other services in
<code>src/main/java</code>.</li>
- <li>Your static assets are located in
<code>src/main/resources/META-INF/resources</code>.</li>
- <li>Configure your application in
<code>src/main/resources/application.properties</code>.
- </li>
- </ul>
-
- <h2>How do I get rid of this page?</h2>
- <p>Just delete the
<code>src/main/resources/META-INF/resources/index.html</code> file.</p>
- </div>
- <div class="right-column">
- <div class="right-section">
- <h3>Application</h3>
- <ul>
- <li>GroupId: org.acme</li>
- <li>ArtifactId: kogito-kafka-persistence-quarkus</li>
- <li>Version: 1.0-SNAPSHOT</li>
- <li>Quarkus Version: 1.8.3</li>
- </ul>
- </div>
- <div class="right-section">
- <h3>Next steps</h3>
- <ul>
- <li><a
href="https://quarkus.io/guides/maven-tooling.html">Setup your IDE</a></li>
- <li><a
href="https://quarkus.io/guides/getting-started-guide.html">Getting
started</a></li>
- <li><a href="https://quarkus.io">Quarkus Web Site</a></li>
- </ul>
- </div>
- </div>
-</div>
-
-
-</body>
-</html>
\ 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 957b2ba60..645c7bcc4 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 168807943..000000000
---
a/kogito-quarkus-examples/process-kafka-quickstart-quarkus/src/main/resources/META-INF/resources/index.html
+++ /dev/null
@@ -1,172 +0,0 @@
-<!--
-
- 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.
-
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="UTF-8">
- <title>kafka-quickstart - 1.0-SNAPSHOT</title>
- <style>
- h1, h2, h3, h4, h5, h6 {
- margin-bottom: 0.5rem;
- font-weight: 400;
- line-height: 1.5;
- }
-
- h1 {
- font-size: 2.5rem;
- }
-
- h2 {
- font-size: 2rem
- }
-
- h3 {
- font-size: 1.75rem
- }
-
- h4 {
- font-size: 1.5rem
- }
-
- h5 {
- font-size: 1.25rem
- }
-
- h6 {
- font-size: 1rem
- }
-
- .lead {
- font-weight: 300;
- font-size: 2rem;
- }
-
- .banner {
- font-size: 2.7rem;
- margin: 0;
- padding: 2rem 1rem;
- background-color: #00A1E2;
- color: white;
- }
-
- body {
- margin: 0;
- font-family: -apple-system, system-ui, "Segoe UI", Roboto,
"Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol", "Noto Color Emoji";
- }
-
- code {
- font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation
Mono", "Courier New", monospace;
- font-size: 87.5%;
- color: #e83e8c;
- word-break: break-word;
- }
-
- .left-column {
- padding: .75rem;
- max-width: 75%;
- min-width: 55%;
- }
-
- .right-column {
- padding: .75rem;
- max-width: 25%;
- }
-
- .container {
- display: flex;
- width: 100%;
- }
-
- li {
- margin: 0.75rem;
- }
-
- .right-section {
- margin-left: 1rem;
- padding-left: 0.5rem;
- }
-
- .right-section h3 {
- padding-top: 0;
- font-weight: 200;
- }
-
- .right-section ul {
- border-left: 0.3rem solid #00A1E2;
- list-style-type: none;
- padding-left: 0;
- }
-
- </style>
-</head>
-<body>
-
-<div class="banner lead">
- Your new Cloud-Native application is ready!
-</div>
-
-<div class="container">
- <div class="left-column">
- <p class="lead"> Congratulations, you have created a new Quarkus
application.</p>
-
- <h2>Why do you see this?</h2>
-
- <p>This page is served by Quarkus. The source is in
- <code>src/main/resources/META-INF/resources/index.html</code>.</p>
-
- <h2>What can I do from here?</h2>
-
- <p>If not already done, run the application in <em>dev mode</em>
using: <code>mvn compile quarkus:dev</code>.
- </p>
- <ul>
- <li>Add REST resources, Servlets, functions and other services in
<code>src/main/java</code>.</li>
- <li>Your static assets are located in
<code>src/main/resources/META-INF/resources</code>.</li>
- <li>Configure your application in
<code>src/main/resources/application.properties</code>.
- </li>
- </ul>
-
- <h2>How do I get rid of this page?</h2>
- <p>Just delete the
<code>src/main/resources/META-INF/resources/index.html</code> file.</p>
- </div>
- <div class="right-column">
- <div class="right-section">
- <h3>Application</h3>
- <ul>
- <li>GroupId: org.acme</li>
- <li>ArtifactId: kafka-quickstart</li>
- <li>Version: 1.0-SNAPSHOT</li>
- <li>Quarkus Version: 0.18.0</li>
- </ul>
- </div>
- <div class="right-section">
- <h3>Next steps</h3>
- <ul>
- <li><a
href="https://quarkus.io/guides/maven-tooling.html">Setup your IDE</a></li>
- <li><a
href="https://quarkus.io/guides/getting-started-guide.html">Getting
started</a></li>
- <li><a href="https://quarkus.io">Quarkus Web Site</a></li>
- </ul>
- </div>
- </div>
-</div>
-
-
-</body>
-</html>
\ 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 a79d3cddd..000000000
---
a/kogito-quarkus-examples/process-mongodb-persistence-quarkus/src/main/resources/META-INF/resources/index.html
+++ /dev/null
@@ -1,172 +0,0 @@
-<!--
-
- 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.
-
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="UTF-8">
- <title>process-mongodb-persistence-quarkus - 1.0-SNAPSHOT</title>
- <style>
- h1, h2, h3, h4, h5, h6 {
- margin-bottom: 0.5rem;
- font-weight: 400;
- line-height: 1.5;
- }
-
- h1 {
- font-size: 2.5rem;
- }
-
- h2 {
- font-size: 2rem
- }
-
- h3 {
- font-size: 1.75rem
- }
-
- h4 {
- font-size: 1.5rem
- }
-
- h5 {
- font-size: 1.25rem
- }
-
- h6 {
- font-size: 1rem
- }
-
- .lead {
- font-weight: 300;
- font-size: 2rem;
- }
-
- .banner {
- font-size: 2.7rem;
- margin: 0;
- padding: 2rem 1rem;
- background-color: #00A1E2;
- color: white;
- }
-
- body {
- margin: 0;
- font-family: -apple-system, system-ui, "Segoe UI", Roboto,
"Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol", "Noto Color Emoji";
- }
-
- code {
- font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation
Mono", "Courier New", monospace;
- font-size: 87.5%;
- color: #e83e8c;
- word-break: break-word;
- }
-
- .left-column {
- padding: .75rem;
- max-width: 75%;
- min-width: 55%;
- }
-
- .right-column {
- padding: .75rem;
- max-width: 25%;
- }
-
- .container {
- display: flex;
- width: 100%;
- }
-
- li {
- margin: 0.75rem;
- }
-
- .right-section {
- margin-left: 1rem;
- padding-left: 0.5rem;
- }
-
- .right-section h3 {
- padding-top: 0;
- font-weight: 200;
- }
-
- .right-section ul {
- border-left: 0.3rem solid #00A1E2;
- list-style-type: none;
- padding-left: 0;
- }
-
- </style>
-</head>
-<body>
-
-<div class="banner lead">
- Your new Cloud-Native application is ready!
-</div>
-
-<div class="container">
- <div class="left-column">
- <p class="lead"> Congratulations, you have created a new Quarkus
application.</p>
-
- <h2>Why do you see this?</h2>
-
- <p>This page is served by Quarkus. The source is in
- <code>src/main/resources/META-INF/resources/index.html</code>.</p>
-
- <h2>What can I do from here?</h2>
-
- <p>If not already done, run the application in <em>dev mode</em>
using: <code>mvn compile quarkus:dev</code>.
- </p>
- <ul>
- <li>Add REST resources, Servlets, functions and other services in
<code>src/main/java</code>.</li>
- <li>Your static assets are located in
<code>src/main/resources/META-INF/resources</code>.</li>
- <li>Configure your application in
<code>src/main/resources/application.properties</code>.
- </li>
- </ul>
-
- <h2>How do I get rid of this page?</h2>
- <p>Just delete the
<code>src/main/resources/META-INF/resources/index.html</code> file.</p>
- </div>
- <div class="right-column">
- <div class="right-section">
- <h3>Application</h3>
- <ul>
- <li>GroupId: org.acme</li>
- <li>ArtifactId: process-mongodb-persistence-quarkus</li>
- <li>Version: 1.0-SNAPSHOT</li>
- <li>Quarkus Version: 0.19.1</li>
- </ul>
- </div>
- <div class="right-section">
- <h3>Next steps</h3>
- <ul>
- <li><a
href="https://quarkus.io/guides/maven-tooling.html">Setup your IDE</a></li>
- <li><a
href="https://quarkus.io/guides/getting-started-guide.html">Getting
started</a></li>
- <li><a href="https://quarkus.io">Quarkus Web Site</a></li>
- </ul>
- </div>
- </div>
-</div>
-
-
-</body>
-</html>
\ 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 85f68f01b..f6be25cc6 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 b508cbb1d..68f52d70a 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 cc6e2fe97..000000000
---
a/kogito-quarkus-examples/process-rest-service-call-quarkus/src/main/resources/META-INF/resources/index.html
+++ /dev/null
@@ -1,172 +0,0 @@
-<!--
-
- 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.
-
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="UTF-8">
- <title>kogito-infinispan-persistence-quarkus - 1.0-SNAPSHOT</title>
- <style>
- h1, h2, h3, h4, h5, h6 {
- margin-bottom: 0.5rem;
- font-weight: 400;
- line-height: 1.5;
- }
-
- h1 {
- font-size: 2.5rem;
- }
-
- h2 {
- font-size: 2rem
- }
-
- h3 {
- font-size: 1.75rem
- }
-
- h4 {
- font-size: 1.5rem
- }
-
- h5 {
- font-size: 1.25rem
- }
-
- h6 {
- font-size: 1rem
- }
-
- .lead {
- font-weight: 300;
- font-size: 2rem;
- }
-
- .banner {
- font-size: 2.7rem;
- margin: 0;
- padding: 2rem 1rem;
- background-color: #00A1E2;
- color: white;
- }
-
- body {
- margin: 0;
- font-family: -apple-system, system-ui, "Segoe UI", Roboto,
"Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol", "Noto Color Emoji";
- }
-
- code {
- font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation
Mono", "Courier New", monospace;
- font-size: 87.5%;
- color: #e83e8c;
- word-break: break-word;
- }
-
- .left-column {
- padding: .75rem;
- max-width: 75%;
- min-width: 55%;
- }
-
- .right-column {
- padding: .75rem;
- max-width: 25%;
- }
-
- .container {
- display: flex;
- width: 100%;
- }
-
- li {
- margin: 0.75rem;
- }
-
- .right-section {
- margin-left: 1rem;
- padding-left: 0.5rem;
- }
-
- .right-section h3 {
- padding-top: 0;
- font-weight: 200;
- }
-
- .right-section ul {
- border-left: 0.3rem solid #00A1E2;
- list-style-type: none;
- padding-left: 0;
- }
-
- </style>
-</head>
-<body>
-
-<div class="banner lead">
- Your new Cloud-Native application is ready!
-</div>
-
-<div class="container">
- <div class="left-column">
- <p class="lead"> Congratulations, you have created a new Quarkus
application.</p>
-
- <h2>Why do you see this?</h2>
-
- <p>This page is served by Quarkus. The source is in
- <code>src/main/resources/META-INF/resources/index.html</code>.</p>
-
- <h2>What can I do from here?</h2>
-
- <p>If not already done, run the application in <em>dev mode</em>
using: <code>mvn compile quarkus:dev</code>.
- </p>
- <ul>
- <li>Add REST resources, Servlets, functions and other services in
<code>src/main/java</code>.</li>
- <li>Your static assets are located in
<code>src/main/resources/META-INF/resources</code>.</li>
- <li>Configure your application in
<code>src/main/resources/application.properties</code>.
- </li>
- </ul>
-
- <h2>How do I get rid of this page?</h2>
- <p>Just delete the
<code>src/main/resources/META-INF/resources/index.html</code> file.</p>
- </div>
- <div class="right-column">
- <div class="right-section">
- <h3>Application</h3>
- <ul>
- <li>GroupId: org.acme</li>
- <li>ArtifactId: kogito-infinispan-persistence-quarkus</li>
- <li>Version: 1.0-SNAPSHOT</li>
- <li>Quarkus Version: 0.19.1</li>
- </ul>
- </div>
- <div class="right-section">
- <h3>Next steps</h3>
- <ul>
- <li><a
href="https://quarkus.io/guides/maven-tooling.html">Setup your IDE</a></li>
- <li><a
href="https://quarkus.io/guides/getting-started-guide.html">Getting
started</a></li>
- <li><a href="https://quarkus.io">Quarkus Web Site</a></li>
- </ul>
- </div>
- </div>
-</div>
-
-
-</body>
-</html>
\ 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 85f68f01b..16207c361 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 b508cbb1d..3dbb5048d 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 b508cbb1d..4ab5adbf0 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 cc6e2fe97..000000000
---
a/kogito-quarkus-examples/process-scripts-quarkus/src/main/resources/META-INF/resources/index.html
+++ /dev/null
@@ -1,172 +0,0 @@
-<!--
-
- 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.
-
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="UTF-8">
- <title>kogito-infinispan-persistence-quarkus - 1.0-SNAPSHOT</title>
- <style>
- h1, h2, h3, h4, h5, h6 {
- margin-bottom: 0.5rem;
- font-weight: 400;
- line-height: 1.5;
- }
-
- h1 {
- font-size: 2.5rem;
- }
-
- h2 {
- font-size: 2rem
- }
-
- h3 {
- font-size: 1.75rem
- }
-
- h4 {
- font-size: 1.5rem
- }
-
- h5 {
- font-size: 1.25rem
- }
-
- h6 {
- font-size: 1rem
- }
-
- .lead {
- font-weight: 300;
- font-size: 2rem;
- }
-
- .banner {
- font-size: 2.7rem;
- margin: 0;
- padding: 2rem 1rem;
- background-color: #00A1E2;
- color: white;
- }
-
- body {
- margin: 0;
- font-family: -apple-system, system-ui, "Segoe UI", Roboto,
"Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol", "Noto Color Emoji";
- }
-
- code {
- font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation
Mono", "Courier New", monospace;
- font-size: 87.5%;
- color: #e83e8c;
- word-break: break-word;
- }
-
- .left-column {
- padding: .75rem;
- max-width: 75%;
- min-width: 55%;
- }
-
- .right-column {
- padding: .75rem;
- max-width: 25%;
- }
-
- .container {
- display: flex;
- width: 100%;
- }
-
- li {
- margin: 0.75rem;
- }
-
- .right-section {
- margin-left: 1rem;
- padding-left: 0.5rem;
- }
-
- .right-section h3 {
- padding-top: 0;
- font-weight: 200;
- }
-
- .right-section ul {
- border-left: 0.3rem solid #00A1E2;
- list-style-type: none;
- padding-left: 0;
- }
-
- </style>
-</head>
-<body>
-
-<div class="banner lead">
- Your new Cloud-Native application is ready!
-</div>
-
-<div class="container">
- <div class="left-column">
- <p class="lead"> Congratulations, you have created a new Quarkus
application.</p>
-
- <h2>Why do you see this?</h2>
-
- <p>This page is served by Quarkus. The source is in
- <code>src/main/resources/META-INF/resources/index.html</code>.</p>
-
- <h2>What can I do from here?</h2>
-
- <p>If not already done, run the application in <em>dev mode</em>
using: <code>mvn compile quarkus:dev</code>.
- </p>
- <ul>
- <li>Add REST resources, Servlets, functions and other services in
<code>src/main/java</code>.</li>
- <li>Your static assets are located in
<code>src/main/resources/META-INF/resources</code>.</li>
- <li>Configure your application in
<code>src/main/resources/application.properties</code>.
- </li>
- </ul>
-
- <h2>How do I get rid of this page?</h2>
- <p>Just delete the
<code>src/main/resources/META-INF/resources/index.html</code> file.</p>
- </div>
- <div class="right-column">
- <div class="right-section">
- <h3>Application</h3>
- <ul>
- <li>GroupId: org.acme</li>
- <li>ArtifactId: kogito-infinispan-persistence-quarkus</li>
- <li>Version: 1.0-SNAPSHOT</li>
- <li>Quarkus Version: 0.19.1</li>
- </ul>
- </div>
- <div class="right-section">
- <h3>Next steps</h3>
- <ul>
- <li><a
href="https://quarkus.io/guides/maven-tooling.html">Setup your IDE</a></li>
- <li><a
href="https://quarkus.io/guides/getting-started-guide.html">Getting
started</a></li>
- <li><a href="https://quarkus.io">Quarkus Web Site</a></li>
- </ul>
- </div>
- </div>
-</div>
-
-
-</body>
-</html>
\ 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 b508cbb1d..9fd56ef28 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 cc6e2fe97..000000000
---
a/kogito-quarkus-examples/process-service-calls-quarkus/src/main/resources/META-INF/resources/index.html
+++ /dev/null
@@ -1,172 +0,0 @@
-<!--
-
- 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.
-
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="UTF-8">
- <title>kogito-infinispan-persistence-quarkus - 1.0-SNAPSHOT</title>
- <style>
- h1, h2, h3, h4, h5, h6 {
- margin-bottom: 0.5rem;
- font-weight: 400;
- line-height: 1.5;
- }
-
- h1 {
- font-size: 2.5rem;
- }
-
- h2 {
- font-size: 2rem
- }
-
- h3 {
- font-size: 1.75rem
- }
-
- h4 {
- font-size: 1.5rem
- }
-
- h5 {
- font-size: 1.25rem
- }
-
- h6 {
- font-size: 1rem
- }
-
- .lead {
- font-weight: 300;
- font-size: 2rem;
- }
-
- .banner {
- font-size: 2.7rem;
- margin: 0;
- padding: 2rem 1rem;
- background-color: #00A1E2;
- color: white;
- }
-
- body {
- margin: 0;
- font-family: -apple-system, system-ui, "Segoe UI", Roboto,
"Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol", "Noto Color Emoji";
- }
-
- code {
- font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation
Mono", "Courier New", monospace;
- font-size: 87.5%;
- color: #e83e8c;
- word-break: break-word;
- }
-
- .left-column {
- padding: .75rem;
- max-width: 75%;
- min-width: 55%;
- }
-
- .right-column {
- padding: .75rem;
- max-width: 25%;
- }
-
- .container {
- display: flex;
- width: 100%;
- }
-
- li {
- margin: 0.75rem;
- }
-
- .right-section {
- margin-left: 1rem;
- padding-left: 0.5rem;
- }
-
- .right-section h3 {
- padding-top: 0;
- font-weight: 200;
- }
-
- .right-section ul {
- border-left: 0.3rem solid #00A1E2;
- list-style-type: none;
- padding-left: 0;
- }
-
- </style>
-</head>
-<body>
-
-<div class="banner lead">
- Your new Cloud-Native application is ready!
-</div>
-
-<div class="container">
- <div class="left-column">
- <p class="lead"> Congratulations, you have created a new Quarkus
application.</p>
-
- <h2>Why do you see this?</h2>
-
- <p>This page is served by Quarkus. The source is in
- <code>src/main/resources/META-INF/resources/index.html</code>.</p>
-
- <h2>What can I do from here?</h2>
-
- <p>If not already done, run the application in <em>dev mode</em>
using: <code>mvn compile quarkus:dev</code>.
- </p>
- <ul>
- <li>Add REST resources, Servlets, functions and other services in
<code>src/main/java</code>.</li>
- <li>Your static assets are located in
<code>src/main/resources/META-INF/resources</code>.</li>
- <li>Configure your application in
<code>src/main/resources/application.properties</code>.
- </li>
- </ul>
-
- <h2>How do I get rid of this page?</h2>
- <p>Just delete the
<code>src/main/resources/META-INF/resources/index.html</code> file.</p>
- </div>
- <div class="right-column">
- <div class="right-section">
- <h3>Application</h3>
- <ul>
- <li>GroupId: org.acme</li>
- <li>ArtifactId: kogito-infinispan-persistence-quarkus</li>
- <li>Version: 1.0-SNAPSHOT</li>
- <li>Quarkus Version: 0.19.1</li>
- </ul>
- </div>
- <div class="right-section">
- <h3>Next steps</h3>
- <ul>
- <li><a
href="https://quarkus.io/guides/maven-tooling.html">Setup your IDE</a></li>
- <li><a
href="https://quarkus.io/guides/getting-started-guide.html">Getting
started</a></li>
- <li><a href="https://quarkus.io">Quarkus Web Site</a></li>
- </ul>
- </div>
- </div>
-</div>
-
-
-</body>
-</html>
\ 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 b508cbb1d..4ee1d8444 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 cc6e2fe97..000000000
---
a/kogito-quarkus-examples/process-timer-quarkus/src/main/resources/META-INF/resources/index.html
+++ /dev/null
@@ -1,172 +0,0 @@
-<!--
-
- 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.
-
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="UTF-8">
- <title>kogito-infinispan-persistence-quarkus - 1.0-SNAPSHOT</title>
- <style>
- h1, h2, h3, h4, h5, h6 {
- margin-bottom: 0.5rem;
- font-weight: 400;
- line-height: 1.5;
- }
-
- h1 {
- font-size: 2.5rem;
- }
-
- h2 {
- font-size: 2rem
- }
-
- h3 {
- font-size: 1.75rem
- }
-
- h4 {
- font-size: 1.5rem
- }
-
- h5 {
- font-size: 1.25rem
- }
-
- h6 {
- font-size: 1rem
- }
-
- .lead {
- font-weight: 300;
- font-size: 2rem;
- }
-
- .banner {
- font-size: 2.7rem;
- margin: 0;
- padding: 2rem 1rem;
- background-color: #00A1E2;
- color: white;
- }
-
- body {
- margin: 0;
- font-family: -apple-system, system-ui, "Segoe UI", Roboto,
"Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol", "Noto Color Emoji";
- }
-
- code {
- font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation
Mono", "Courier New", monospace;
- font-size: 87.5%;
- color: #e83e8c;
- word-break: break-word;
- }
-
- .left-column {
- padding: .75rem;
- max-width: 75%;
- min-width: 55%;
- }
-
- .right-column {
- padding: .75rem;
- max-width: 25%;
- }
-
- .container {
- display: flex;
- width: 100%;
- }
-
- li {
- margin: 0.75rem;
- }
-
- .right-section {
- margin-left: 1rem;
- padding-left: 0.5rem;
- }
-
- .right-section h3 {
- padding-top: 0;
- font-weight: 200;
- }
-
- .right-section ul {
- border-left: 0.3rem solid #00A1E2;
- list-style-type: none;
- padding-left: 0;
- }
-
- </style>
-</head>
-<body>
-
-<div class="banner lead">
- Your new Cloud-Native application is ready!
-</div>
-
-<div class="container">
- <div class="left-column">
- <p class="lead"> Congratulations, you have created a new Quarkus
application.</p>
-
- <h2>Why do you see this?</h2>
-
- <p>This page is served by Quarkus. The source is in
- <code>src/main/resources/META-INF/resources/index.html</code>.</p>
-
- <h2>What can I do from here?</h2>
-
- <p>If not already done, run the application in <em>dev mode</em>
using: <code>mvn compile quarkus:dev</code>.
- </p>
- <ul>
- <li>Add REST resources, Servlets, functions and other services in
<code>src/main/java</code>.</li>
- <li>Your static assets are located in
<code>src/main/resources/META-INF/resources</code>.</li>
- <li>Configure your application in
<code>src/main/resources/application.properties</code>.
- </li>
- </ul>
-
- <h2>How do I get rid of this page?</h2>
- <p>Just delete the
<code>src/main/resources/META-INF/resources/index.html</code> file.</p>
- </div>
- <div class="right-column">
- <div class="right-section">
- <h3>Application</h3>
- <ul>
- <li>GroupId: org.acme</li>
- <li>ArtifactId: kogito-infinispan-persistence-quarkus</li>
- <li>Version: 1.0-SNAPSHOT</li>
- <li>Quarkus Version: 0.19.1</li>
- </ul>
- </div>
- <div class="right-section">
- <h3>Next steps</h3>
- <ul>
- <li><a
href="https://quarkus.io/guides/maven-tooling.html">Setup your IDE</a></li>
- <li><a
href="https://quarkus.io/guides/getting-started-guide.html">Getting
started</a></li>
- <li><a href="https://quarkus.io">Quarkus Web Site</a></li>
- </ul>
- </div>
- </div>
-</div>
-
-
-</body>
-</html>
\ 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 b508cbb1d..950dfb127 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 cc6e2fe97..000000000
---
a/kogito-quarkus-examples/process-usertasks-custom-lifecycle-quarkus/src/main/resources/META-INF/resources/index.html
+++ /dev/null
@@ -1,172 +0,0 @@
-<!--
-
- 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.
-
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="UTF-8">
- <title>kogito-infinispan-persistence-quarkus - 1.0-SNAPSHOT</title>
- <style>
- h1, h2, h3, h4, h5, h6 {
- margin-bottom: 0.5rem;
- font-weight: 400;
- line-height: 1.5;
- }
-
- h1 {
- font-size: 2.5rem;
- }
-
- h2 {
- font-size: 2rem
- }
-
- h3 {
- font-size: 1.75rem
- }
-
- h4 {
- font-size: 1.5rem
- }
-
- h5 {
- font-size: 1.25rem
- }
-
- h6 {
- font-size: 1rem
- }
-
- .lead {
- font-weight: 300;
- font-size: 2rem;
- }
-
- .banner {
- font-size: 2.7rem;
- margin: 0;
- padding: 2rem 1rem;
- background-color: #00A1E2;
- color: white;
- }
-
- body {
- margin: 0;
- font-family: -apple-system, system-ui, "Segoe UI", Roboto,
"Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol", "Noto Color Emoji";
- }
-
- code {
- font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation
Mono", "Courier New", monospace;
- font-size: 87.5%;
- color: #e83e8c;
- word-break: break-word;
- }
-
- .left-column {
- padding: .75rem;
- max-width: 75%;
- min-width: 55%;
- }
-
- .right-column {
- padding: .75rem;
- max-width: 25%;
- }
-
- .container {
- display: flex;
- width: 100%;
- }
-
- li {
- margin: 0.75rem;
- }
-
- .right-section {
- margin-left: 1rem;
- padding-left: 0.5rem;
- }
-
- .right-section h3 {
- padding-top: 0;
- font-weight: 200;
- }
-
- .right-section ul {
- border-left: 0.3rem solid #00A1E2;
- list-style-type: none;
- padding-left: 0;
- }
-
- </style>
-</head>
-<body>
-
-<div class="banner lead">
- Your new Cloud-Native application is ready!
-</div>
-
-<div class="container">
- <div class="left-column">
- <p class="lead"> Congratulations, you have created a new Quarkus
application.</p>
-
- <h2>Why do you see this?</h2>
-
- <p>This page is served by Quarkus. The source is in
- <code>src/main/resources/META-INF/resources/index.html</code>.</p>
-
- <h2>What can I do from here?</h2>
-
- <p>If not already done, run the application in <em>dev mode</em>
using: <code>mvn compile quarkus:dev</code>.
- </p>
- <ul>
- <li>Add REST resources, Servlets, functions and other services in
<code>src/main/java</code>.</li>
- <li>Your static assets are located in
<code>src/main/resources/META-INF/resources</code>.</li>
- <li>Configure your application in
<code>src/main/resources/application.properties</code>.
- </li>
- </ul>
-
- <h2>How do I get rid of this page?</h2>
- <p>Just delete the
<code>src/main/resources/META-INF/resources/index.html</code> file.</p>
- </div>
- <div class="right-column">
- <div class="right-section">
- <h3>Application</h3>
- <ul>
- <li>GroupId: org.acme</li>
- <li>ArtifactId: kogito-infinispan-persistence-quarkus</li>
- <li>Version: 1.0-SNAPSHOT</li>
- <li>Quarkus Version: 0.19.1</li>
- </ul>
- </div>
- <div class="right-section">
- <h3>Next steps</h3>
- <ul>
- <li><a
href="https://quarkus.io/guides/maven-tooling.html">Setup your IDE</a></li>
- <li><a
href="https://quarkus.io/guides/getting-started-guide.html">Getting
started</a></li>
- <li><a href="https://quarkus.io">Quarkus Web Site</a></li>
- </ul>
- </div>
- </div>
-</div>
-
-
-</body>
-</html>
\ 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 b508cbb1d..6075cdfe5 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 cc6e2fe97..000000000
---
a/kogito-quarkus-examples/process-usertasks-quarkus/src/main/resources/META-INF/resources/index.html
+++ /dev/null
@@ -1,172 +0,0 @@
-<!--
-
- 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.
-
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="UTF-8">
- <title>kogito-infinispan-persistence-quarkus - 1.0-SNAPSHOT</title>
- <style>
- h1, h2, h3, h4, h5, h6 {
- margin-bottom: 0.5rem;
- font-weight: 400;
- line-height: 1.5;
- }
-
- h1 {
- font-size: 2.5rem;
- }
-
- h2 {
- font-size: 2rem
- }
-
- h3 {
- font-size: 1.75rem
- }
-
- h4 {
- font-size: 1.5rem
- }
-
- h5 {
- font-size: 1.25rem
- }
-
- h6 {
- font-size: 1rem
- }
-
- .lead {
- font-weight: 300;
- font-size: 2rem;
- }
-
- .banner {
- font-size: 2.7rem;
- margin: 0;
- padding: 2rem 1rem;
- background-color: #00A1E2;
- color: white;
- }
-
- body {
- margin: 0;
- font-family: -apple-system, system-ui, "Segoe UI", Roboto,
"Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol", "Noto Color Emoji";
- }
-
- code {
- font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation
Mono", "Courier New", monospace;
- font-size: 87.5%;
- color: #e83e8c;
- word-break: break-word;
- }
-
- .left-column {
- padding: .75rem;
- max-width: 75%;
- min-width: 55%;
- }
-
- .right-column {
- padding: .75rem;
- max-width: 25%;
- }
-
- .container {
- display: flex;
- width: 100%;
- }
-
- li {
- margin: 0.75rem;
- }
-
- .right-section {
- margin-left: 1rem;
- padding-left: 0.5rem;
- }
-
- .right-section h3 {
- padding-top: 0;
- font-weight: 200;
- }
-
- .right-section ul {
- border-left: 0.3rem solid #00A1E2;
- list-style-type: none;
- padding-left: 0;
- }
-
- </style>
-</head>
-<body>
-
-<div class="banner lead">
- Your new Cloud-Native application is ready!
-</div>
-
-<div class="container">
- <div class="left-column">
- <p class="lead"> Congratulations, you have created a new Quarkus
application.</p>
-
- <h2>Why do you see this?</h2>
-
- <p>This page is served by Quarkus. The source is in
- <code>src/main/resources/META-INF/resources/index.html</code>.</p>
-
- <h2>What can I do from here?</h2>
-
- <p>If not already done, run the application in <em>dev mode</em>
using: <code>mvn compile quarkus:dev</code>.
- </p>
- <ul>
- <li>Add REST resources, Servlets, functions and other services in
<code>src/main/java</code>.</li>
- <li>Your static assets are located in
<code>src/main/resources/META-INF/resources</code>.</li>
- <li>Configure your application in
<code>src/main/resources/application.properties</code>.
- </li>
- </ul>
-
- <h2>How do I get rid of this page?</h2>
- <p>Just delete the
<code>src/main/resources/META-INF/resources/index.html</code> file.</p>
- </div>
- <div class="right-column">
- <div class="right-section">
- <h3>Application</h3>
- <ul>
- <li>GroupId: org.acme</li>
- <li>ArtifactId: kogito-infinispan-persistence-quarkus</li>
- <li>Version: 1.0-SNAPSHOT</li>
- <li>Quarkus Version: 0.19.1</li>
- </ul>
- </div>
- <div class="right-section">
- <h3>Next steps</h3>
- <ul>
- <li><a
href="https://quarkus.io/guides/maven-tooling.html">Setup your IDE</a></li>
- <li><a
href="https://quarkus.io/guides/getting-started-guide.html">Getting
started</a></li>
- <li><a href="https://quarkus.io">Quarkus Web Site</a></li>
- </ul>
- </div>
- </div>
-</div>
-
-
-</body>
-</html>
\ 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 1626d5861..f50a0c6a3 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-quickstarts_absolute_path>/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
<kie_kogito_examples_absolute_path>/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 b508cbb1d..fd4f63c9a 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 b508cbb1d..3ee38108a 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 cc6e2fe97..000000000
---
a/kogito-quarkus-examples/process-usertasks-with-security-quarkus/src/main/resources/META-INF/resources/index.html
+++ /dev/null
@@ -1,172 +0,0 @@
-<!--
-
- 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.
-
--->
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="UTF-8">
- <title>kogito-infinispan-persistence-quarkus - 1.0-SNAPSHOT</title>
- <style>
- h1, h2, h3, h4, h5, h6 {
- margin-bottom: 0.5rem;
- font-weight: 400;
- line-height: 1.5;
- }
-
- h1 {
- font-size: 2.5rem;
- }
-
- h2 {
- font-size: 2rem
- }
-
- h3 {
- font-size: 1.75rem
- }
-
- h4 {
- font-size: 1.5rem
- }
-
- h5 {
- font-size: 1.25rem
- }
-
- h6 {
- font-size: 1rem
- }
-
- .lead {
- font-weight: 300;
- font-size: 2rem;
- }
-
- .banner {
- font-size: 2.7rem;
- margin: 0;
- padding: 2rem 1rem;
- background-color: #00A1E2;
- color: white;
- }
-
- body {
- margin: 0;
- font-family: -apple-system, system-ui, "Segoe UI", Roboto,
"Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol", "Noto Color Emoji";
- }
-
- code {
- font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation
Mono", "Courier New", monospace;
- font-size: 87.5%;
- color: #e83e8c;
- word-break: break-word;
- }
-
- .left-column {
- padding: .75rem;
- max-width: 75%;
- min-width: 55%;
- }
-
- .right-column {
- padding: .75rem;
- max-width: 25%;
- }
-
- .container {
- display: flex;
- width: 100%;
- }
-
- li {
- margin: 0.75rem;
- }
-
- .right-section {
- margin-left: 1rem;
- padding-left: 0.5rem;
- }
-
- .right-section h3 {
- padding-top: 0;
- font-weight: 200;
- }
-
- .right-section ul {
- border-left: 0.3rem solid #00A1E2;
- list-style-type: none;
- padding-left: 0;
- }
-
- </style>
-</head>
-<body>
-
-<div class="banner lead">
- Your new Cloud-Native application is ready!
-</div>
-
-<div class="container">
- <div class="left-column">
- <p class="lead"> Congratulations, you have created a new Quarkus
application.</p>
-
- <h2>Why do you see this?</h2>
-
- <p>This page is served by Quarkus. The source is in
- <code>src/main/resources/META-INF/resources/index.html</code>.</p>
-
- <h2>What can I do from here?</h2>
-
- <p>If not already done, run the application in <em>dev mode</em>
using: <code>mvn compile quarkus:dev</code>.
- </p>
- <ul>
- <li>Add REST resources, Servlets, functions and other services in
<code>src/main/java</code>.</li>
- <li>Your static assets are located in
<code>src/main/resources/META-INF/resources</code>.</li>
- <li>Configure your application in
<code>src/main/resources/application.properties</code>.
- </li>
- </ul>
-
- <h2>How do I get rid of this page?</h2>
- <p>Just delete the
<code>src/main/resources/META-INF/resources/index.html</code> file.</p>
- </div>
- <div class="right-column">
- <div class="right-section">
- <h3>Application</h3>
- <ul>
- <li>GroupId: org.acme</li>
- <li>ArtifactId: kogito-infinispan-persistence-quarkus</li>
- <li>Version: 1.0-SNAPSHOT</li>
- <li>Quarkus Version: 0.19.1</li>
- </ul>
- </div>
- <div class="right-section">
- <h3>Next steps</h3>
- <ul>
- <li><a
href="https://quarkus.io/guides/maven-tooling.html">Setup your IDE</a></li>
- <li><a
href="https://quarkus.io/guides/getting-started-guide.html">Getting
started</a></li>
- <li><a href="https://quarkus.io">Quarkus Web Site</a></li>
- </ul>
- </div>
- </div>
-</div>
-
-
-</body>
-</html>
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]