Skip to content

Commit

Permalink
deploy: 880b052
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste committed Jun 26, 2023
1 parent b12d17a commit 133b8f1
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion search-index.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ <h3 id="proc-deploy-sw-application-kubectl"><a class="anchor" href="#proc-deploy
<div class="tab-pane" aria-labelledby="tabset2_gradle">
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight"><code class="language-shell hljs" data-lang="shell">quarkus-kubernetes 'io.quarkus:quarkus-kubernetes:2.16.7.Final'
<pre class="highlightjs highlight"><code class="language-shell hljs" data-lang="shell">quarkus-kubernetes 'io.quarkus:quarkus-kubernetes:2.13.8.Final'
quarkus-kubernetes 'org.kie.kogito:kogito-addons-quarkus-knative-eventing:1.40.0-SNAPSHOT'</code></pre>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ <h3 id="proc-deploy-sw-application-kubectl"><a class="anchor" href="#proc-deploy
<div class="tab-pane" aria-labelledby="tabset2_gradle">
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight"><code class="language-shell hljs" data-lang="shell">quarkus-kubernetes 'io.quarkus:quarkus-kubernetes:2.16.7.Final'
<pre class="highlightjs highlight"><code class="language-shell hljs" data-lang="shell">quarkus-kubernetes 'io.quarkus:quarkus-kubernetes:2.13.8.Final'
quarkus-kubernetes 'org.kie.kogito:kogito-addons-quarkus-knative-eventing:1.40.0-SNAPSHOT'</code></pre>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@ <h3 id="proc-deploy-sw-application-openfhift-client"><a class="anchor" href="#pr
<div class="tab-pane" aria-labelledby="tabset2_gradle">
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight"><code class="language-shell hljs" data-lang="shell">quarkus-kubernetes 'io.quarkus:quarkus-openshift:2.16.7.Final'
<pre class="highlightjs highlight"><code class="language-shell hljs" data-lang="shell">quarkus-kubernetes 'io.quarkus:quarkus-openshift:2.13.8.Final'
quarkus-kubernetes 'org.kie.kogito:kogito-addons-quarkus-knative-eventing:1.40.0-SNAPSHOT'</code></pre>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ <h2 id="proc-boostrapping-the-project"><a class="anchor" href="#proc-boostrappin
<div class="listingblock">
<div class="title">Create a project using Apache Maven</div>
<div class="content">
<pre class="highlightjs highlight"><code class="language-shell hljs" data-lang="shell">mvn io.quarkus.platform:quarkus-maven-plugin:2.16.7.Final:create \
<pre class="highlightjs highlight"><code class="language-shell hljs" data-lang="shell">mvn io.quarkus.platform:quarkus-maven-plugin:2.13.8.Final:create \
-DprojectGroupId=org.acme \
-DprojectArtifactId=serverless-workflow-hello-world \
-Dextensions="kogito-quarkus-serverless-workflow,quarkus-resteasy-jackson,quarkus-smallrye-openapi" \
Expand All @@ -602,7 +602,7 @@ <h2 id="proc-boostrapping-the-project"><a class="anchor" href="#proc-boostrappin
--name serverless-workflow-hello-world \
--extension quarkus-jsonp,quarkus-smallrye-openapi \
--quarkus-platform-group-id=io.quarkus.platform \
--quarkus-version=2.16.7.Final</code></pre>
--quarkus-version=2.13.8.Final</code></pre>
</div>
</div>
<div class="paragraph">
Expand Down Expand Up @@ -869,7 +869,7 @@ <h2 id="proc-running-application"><a class="anchor" href="#proc-running-applicat
[INFO] Building serverless-workflow-hello-world 1.0.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- quarkus-maven-plugin:2.16.7.Final:dev (default-cli) @ serverless-workflow-hello-world ---
[INFO] --- quarkus-maven-plugin:2.13.8.Final:dev (default-cli) @ serverless-workflow-hello-world ---
[INFO] Invoking org.apache.maven.plugins:maven-resources-plugin:2.6:resources) @ serverless-workflow-hello-world
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
Expand All @@ -879,7 +879,7 @@ <h2 id="proc-running-application"><a class="anchor" href="#proc-running-applicat
-/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \
--\___\_\____/_/ |_/_/|_/_/|_|\____/___/
2022-05-25 14:38:09,741 INFO [org.kie.kog.add.qua.mes.com.QuarkusKogitoExtensionInitializer] (Quarkus Main Thread) Registered Kogito CloudEvent extension
2022-05-25 14:38:09,840 INFO [io.quarkus] (Quarkus Main Thread) serverless-workflow-hello-world 1.0.0-SNAPSHOT on JVM (powered by Quarkus 2.16.7.Final) started in 6.470s. Listening on: http://localhost:8080
2022-05-25 14:38:09,840 INFO [io.quarkus] (Quarkus Main Thread) serverless-workflow-hello-world 1.0.0-SNAPSHOT on JVM (powered by Quarkus 2.13.8.Final) started in 6.470s. Listening on: http://localhost:8080
2022-05-25 14:38:09,843 INFO [io.quarkus] (Quarkus Main Thread) Profile dev activated. Live Coding activated.
2022-05-25 14:38:09,843 INFO [io.quarkus] (Quarkus Main Thread) Installed features: [cache, cdi, jackson-jq, kogito-addon-messaging-extension, kogito-processes, kogito-serverless-workflow, reactive-routes, rest-client, rest-client-jackson, resteasy, resteasy-jackson, smallrye-context-propagation, smallrye-openapi, smallrye-reactive-messaging, smallrye-reactive-messaging-http, swagger-ui, vertx]
2022-05-25 14:38:12,877 INFO [org.kie.kog.qua.pro.dev.DataIndexInMemoryContainer] (docker-java-stream--938264210) STDOUT: __ ____ __ _____ ___ __ ____ ______
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ <h2 id="proc-install-sw-tools-extension"><a class="anchor" href="#proc-install-s
<div class="title">Prerequisites</div>
<ul>
<li>
<p>Quarkus 2.16.7.Final is installed.</p>
<p>Quarkus 2.13.8.Final is installed.</p>
</li>
<li>
<p>Quarkus command line interface (CLI) is installed. For more information, see <a href="https://quarkus.io/guides/cli-tooling">Installing the Quarkus CLI</a>.</p>
Expand Down

0 comments on commit 133b8f1

Please sign in to comment.