Skip to content

Commit

Permalink
deploy: f65298c
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Jul 19, 2023
1 parent e80661e commit e2047bd
Show file tree
Hide file tree
Showing 372 changed files with 75,083 additions and 37,549 deletions.
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Quarkus</title>
<link>https://quarkus.io</link>
<description>Quarkus: Supersonic Subatomic Java</description>
<lastBuildDate>Wed, 19 Jul 2023 03:36:07 +0000</lastBuildDate>
<lastBuildDate>Wed, 19 Jul 2023 17:21:03 +0000</lastBuildDate>

<item>
<title>Quarkus Newsletter #34 - July</title>
Expand Down
22 changes: 22 additions & 0 deletions guides/all-builditems.html
Original file line number Diff line number Diff line change
Expand Up @@ -10351,6 +10351,28 @@ <h2 id="resteasy-reactive-server-spi"><a class="anchor" href="#resteasy-reactive
<tr>
<td class="tableblock halign-left valign-top"><div class="content"><div class="dlist">
<dl>
<dt class="hdlist1"><a href="https://github.com/quarkusio/quarkus/blob/main/extensions/resteasy-reactive/quarkus-resteasy-reactive/spi-deployment/src/main/java/io/quarkus/resteasy/reactive/server/spi/PreExceptionMapperHandlerBuildItem.java" target="_blank" rel="noopener"><code>io.quarkus.resteasy.reactive.server.spi.PreExceptionMapperHandlerBuildItem</code></a> </dt>
<dd>
<p>A build item that allows extension to define a that runs write before RESTEasy Reactive attempt to do exception mapping according to the JAX-RS spec. This is only meant to be used in very advanced use cases.</p>
</dd>
</dl>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="dlist">
<dl>
<dt class="hdlist1"><code>ServerRestHandler handler</code> </dt>
<dd>
<p><i>No Javadoc found</i></p>
</dd>
<dt class="hdlist1"><code>int priority</code> </dt>
<dd>
<p><i>No Javadoc found</i></p>
</dd>
</dl>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><div class="content"><div class="dlist">
<dl>
<dt class="hdlist1"><a href="https://github.com/quarkusio/quarkus/blob/main/extensions/resteasy-reactive/quarkus-resteasy-reactive/spi-deployment/src/main/java/io/quarkus/resteasy/reactive/server/spi/ResumeOn404BuildItem.java" target="_blank" rel="noopener"><code>io.quarkus.resteasy.reactive.server.spi.ResumeOn404BuildItem</code></a> </dt>
<dd>
<p>A marker build item which extensions can generate when they want to force RESTEasy Reactive to not reply with 404 when it does not handle the path and instead just pass control onto the next Vert.x handler</p>
Expand Down
27,667 changes: 21,920 additions & 5,747 deletions guides/all-config.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions guides/amazon-lambda-http.html
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ <h2 id="prerequisites"><a class="anchor" href="#prerequisites"></a>Prerequisites
<p>JDK 11+ installed with <code>JAVA_HOME</code> configured appropriately</p>
</li>
<li>
<p>Apache Maven 3.9.2</p>
<p>Apache Maven 3.9.3</p>
</li>
<li>
<p>Optionally the <a href="cli-tooling">Quarkus CLI</a> if you want to use it</p>
Expand Down Expand Up @@ -301,7 +301,7 @@ <h2 id="creating-the-maven-deployment-project"><a class="anchor" href="#creating
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">mvn archetype:generate \
-DarchetypeGroupId=io.quarkus \
-DarchetypeArtifactId=quarkus-amazon-lambda-http-archetype \
-DarchetypeVersion=3.2.0.Final</code></pre>
-DarchetypeVersion=3.2.1.Final</code></pre>
</div>
</div>
<div class="paragraph">
Expand All @@ -312,7 +312,7 @@ <h2 id="creating-the-maven-deployment-project"><a class="anchor" href="#creating
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">mvn archetype:generate \
-DarchetypeGroupId=io.quarkus \
-DarchetypeArtifactId=quarkus-amazon-lambda-rest-archetype \
-DarchetypeVersion=3.2.0.Final</code></pre>
-DarchetypeVersion=3.2.1.Final</code></pre>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions guides/amazon-lambda.html
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ <h2 id="prerequisites"><a class="anchor" href="#prerequisites"></a>Prerequisites
<p>JDK 11+ installed with <code>JAVA_HOME</code> configured appropriately</p>
</li>
<li>
<p>Apache Maven 3.9.2</p>
<p>Apache Maven 3.9.3</p>
</li>
<li>
<p>Optionally the <a href="cli-tooling">Quarkus CLI</a> if you want to use it</p>
Expand Down Expand Up @@ -296,7 +296,7 @@ <h2 id="creating-the-maven-deployment-project"><a class="anchor" href="#creating
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">mvn archetype:generate \
-DarchetypeGroupId=io.quarkus \
-DarchetypeArtifactId=quarkus-amazon-lambda-archetype \
-DarchetypeVersion=3.2.0.Final</code></pre>
-DarchetypeVersion=3.2.1.Final</code></pre>
</div>
</div>
<div class="admonitionblock note">
Expand Down
14 changes: 7 additions & 7 deletions guides/amqp-reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@ <h3 id="quarkus-specific-configuration"><a class="anchor" href="#quarkus-specifi
<p>If Dev Services for AMQP has been explicitly enabled or disabled. Dev Services are generally enabled by default, unless there is an existing configuration present. For AMQP, Dev Services starts a broker unless <code>amqp-host</code> or <code>amqp-port</code> are set or if all the Reactive Messaging AMQP channel are configured with <code>host</code> or <code>port</code>.</p>
</div>
<div class="paragraph">
<p>Environment variable: <code id="env-var-3887">QUARKUS_AMQP_DEVSERVICES_ENABLED</code><button class="btn-copy fa fa-clipboard inline-btn-copy" data-clipboard-action="copy" data-clipboard-target="#env-var-3887" title="Copy to clipboard" do-not-collapse="true"></button></p>
<p>Environment variable: <code id="env-var-4847">QUARKUS_AMQP_DEVSERVICES_ENABLED</code><button class="btn-copy fa fa-clipboard inline-btn-copy" data-clipboard-action="copy" data-clipboard-target="#env-var-4847" title="Copy to clipboard" do-not-collapse="true"></button></p>
</div>
</div>
</div></div></td>
Expand All @@ -1060,7 +1060,7 @@ <h3 id="quarkus-specific-configuration"><a class="anchor" href="#quarkus-specifi
<p>If not defined, the port will be chosen randomly.</p>
</div>
<div class="paragraph">
<p>Environment variable: <code id="env-var-3888">QUARKUS_AMQP_DEVSERVICES_PORT</code><button class="btn-copy fa fa-clipboard inline-btn-copy" data-clipboard-action="copy" data-clipboard-target="#env-var-3888" title="Copy to clipboard" do-not-collapse="true"></button></p>
<p>Environment variable: <code id="env-var-4848">QUARKUS_AMQP_DEVSERVICES_PORT</code><button class="btn-copy fa fa-clipboard inline-btn-copy" data-clipboard-action="copy" data-clipboard-target="#env-var-4848" title="Copy to clipboard" do-not-collapse="true"></button></p>
</div>
</div>
</div></div></td>
Expand All @@ -1077,7 +1077,7 @@ <h3 id="quarkus-specific-configuration"><a class="anchor" href="#quarkus-specifi
<p>The image to use. Note that only ActiveMQ Artemis images are supported. Specifically, the image repository must end with <code>artemiscloud/activemq-artemis-broker</code>. Check the <a href="https://quay.io/repository/artemiscloud/activemq-artemis-broker">activemq-artemis-broker on Quay page</a> to find the available versions.</p>
</div>
<div class="paragraph">
<p>Environment variable: <code id="env-var-3889">QUARKUS_AMQP_DEVSERVICES_IMAGE_NAME</code><button class="btn-copy fa fa-clipboard inline-btn-copy" data-clipboard-action="copy" data-clipboard-target="#env-var-3889" title="Copy to clipboard" do-not-collapse="true"></button></p>
<p>Environment variable: <code id="env-var-4849">QUARKUS_AMQP_DEVSERVICES_IMAGE_NAME</code><button class="btn-copy fa fa-clipboard inline-btn-copy" data-clipboard-action="copy" data-clipboard-target="#env-var-4849" title="Copy to clipboard" do-not-collapse="true"></button></p>
</div>
</div>
</div></div></td>
Expand All @@ -1094,7 +1094,7 @@ <h3 id="quarkus-specific-configuration"><a class="anchor" href="#quarkus-specifi
<p>The value of the <code>AMQ_EXTRA_ARGS</code> environment variable to pass to the container.</p>
</div>
<div class="paragraph">
<p>Environment variable: <code id="env-var-3890">QUARKUS_AMQP_DEVSERVICES_EXTRA_ARGS</code><button class="btn-copy fa fa-clipboard inline-btn-copy" data-clipboard-action="copy" data-clipboard-target="#env-var-3890" title="Copy to clipboard" do-not-collapse="true"></button></p>
<p>Environment variable: <code id="env-var-4850">QUARKUS_AMQP_DEVSERVICES_EXTRA_ARGS</code><button class="btn-copy fa fa-clipboard inline-btn-copy" data-clipboard-action="copy" data-clipboard-target="#env-var-4850" title="Copy to clipboard" do-not-collapse="true"></button></p>
</div>
</div>
</div></div></td>
Expand All @@ -1117,7 +1117,7 @@ <h3 id="quarkus-specific-configuration"><a class="anchor" href="#quarkus-specifi
<p>Container sharing is only used in dev mode.</p>
</div>
<div class="paragraph">
<p>Environment variable: <code id="env-var-3891">QUARKUS_AMQP_DEVSERVICES_SHARED</code><button class="btn-copy fa fa-clipboard inline-btn-copy" data-clipboard-action="copy" data-clipboard-target="#env-var-3891" title="Copy to clipboard" do-not-collapse="true"></button></p>
<p>Environment variable: <code id="env-var-4851">QUARKUS_AMQP_DEVSERVICES_SHARED</code><button class="btn-copy fa fa-clipboard inline-btn-copy" data-clipboard-action="copy" data-clipboard-target="#env-var-4851" title="Copy to clipboard" do-not-collapse="true"></button></p>
</div>
</div>
</div></div></td>
Expand All @@ -1137,7 +1137,7 @@ <h3 id="quarkus-specific-configuration"><a class="anchor" href="#quarkus-specifi
<p>This property is used when you need multiple shared AMQP brokers.</p>
</div>
<div class="paragraph">
<p>Environment variable: <code id="env-var-3892">QUARKUS_AMQP_DEVSERVICES_SERVICE_NAME</code><button class="btn-copy fa fa-clipboard inline-btn-copy" data-clipboard-action="copy" data-clipboard-target="#env-var-3892" title="Copy to clipboard" do-not-collapse="true"></button></p>
<p>Environment variable: <code id="env-var-4852">QUARKUS_AMQP_DEVSERVICES_SERVICE_NAME</code><button class="btn-copy fa fa-clipboard inline-btn-copy" data-clipboard-action="copy" data-clipboard-target="#env-var-4852" title="Copy to clipboard" do-not-collapse="true"></button></p>
</div>
</div>
</div></div></td>
Expand All @@ -1154,7 +1154,7 @@ <h3 id="quarkus-specific-configuration"><a class="anchor" href="#quarkus-specifi
<p>Environment variables that are passed to the container.</p>
</div>
<div class="paragraph">
<p>Environment variable: <code id="env-var-3893">QUARKUS_AMQP_DEVSERVICES_CONTAINER_ENV</code><button class="btn-copy fa fa-clipboard inline-btn-copy" data-clipboard-action="copy" data-clipboard-target="#env-var-3893" title="Copy to clipboard" do-not-collapse="true"></button></p>
<p>Environment variable: <code id="env-var-4853">QUARKUS_AMQP_DEVSERVICES_CONTAINER_ENV</code><button class="btn-copy fa fa-clipboard inline-btn-copy" data-clipboard-action="copy" data-clipboard-target="#env-var-4853" title="Copy to clipboard" do-not-collapse="true"></button></p>
</div>
</div>
</div></div></td>
Expand Down
6 changes: 3 additions & 3 deletions guides/amqp.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ <h2 id="prerequisites"><a class="anchor" href="#prerequisites"></a>Prerequisites
<p>JDK 11+ installed with <code>JAVA_HOME</code> configured appropriately</p>
</li>
<li>
<p>Apache Maven 3.9.2</p>
<p>Apache Maven 3.9.3</p>
</li>
<li>
<p>Docker and Docker Compose or <a href="podman">Podman</a>, and Docker Compose</p>
Expand Down Expand Up @@ -316,7 +316,7 @@ <h2 id="creating-the-maven-project"><a class="anchor" href="#creating-the-maven-
<div class="title">Maven</div>
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">mvn io.quarkus.platform:quarkus-maven-plugin:3.2.0.Final:create \
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">mvn io.quarkus.platform:quarkus-maven-plugin:3.2.1.Final:create \
-DprojectGroupId=org.acme \
-DprojectArtifactId=amqp-quickstart-producer \
-Dextensions='resteasy-reactive-jackson,smallrye-reactive-messaging-amqp' \
Expand Down Expand Up @@ -367,7 +367,7 @@ <h2 id="creating-the-maven-project"><a class="anchor" href="#creating-the-maven-
<div class="title">Maven</div>
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">mvn io.quarkus.platform:quarkus-maven-plugin:3.2.0.Final:create \
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">mvn io.quarkus.platform:quarkus-maven-plugin:3.2.1.Final:create \
-DprojectGroupId=org.acme \
-DprojectArtifactId=amqp-quickstart-processor \
-Dextensions='smallrye-reactive-messaging-amqp' \
Expand Down
2 changes: 1 addition & 1 deletion guides/azure-functions-http.html
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ <h2 id="prerequisites"><a class="anchor" href="#prerequisites"></a>Prerequisites
<p>JDK 11+ installed with <code>JAVA_HOME</code> configured appropriately</p>
</li>
<li>
<p>Apache Maven 3.9.2</p>
<p>Apache Maven 3.9.3</p>
</li>
<li>
<p>Optionally the <a href="cli-tooling">Quarkus CLI</a> if you want to use it</p>
Expand Down
2 changes: 1 addition & 1 deletion guides/azure-functions.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ <h2 id="prerequisites"><a class="anchor" href="#prerequisites"></a>Prerequisites
<p>JDK 11+ installed with <code>JAVA_HOME</code> configured appropriately</p>
</li>
<li>
<p>Apache Maven 3.9.2</p>
<p>Apache Maven 3.9.3</p>
</li>
<li>
<p>Optionally the <a href="cli-tooling">Quarkus CLI</a> if you want to use it</p>
Expand Down
22 changes: 11 additions & 11 deletions guides/building-my-first-extension.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ <h2 id="prerequisites"><a class="anchor" href="#prerequisites"></a>Prerequisites
<p>JDK 11+ installed with <code>JAVA_HOME</code> configured appropriately</p>
</li>
<li>
<p>Apache Maven 3.9.2</p>
<p>Apache Maven 3.9.3</p>
</li>
<li>
<p>Optionally the <a href="cli-tooling">Quarkus CLI</a> if you want to use it</p>
Expand Down Expand Up @@ -427,19 +427,19 @@ <h3 id="maven-setup"><a class="anchor" href="#maven-setup"></a>Maven setup</h3>
<i class="fa icon-tip" title="Tip"></i>
</td>
<td class="content">
You may call it without any parameter to use the interactive mode: <code>mvn io.quarkus.platform:quarkus-maven-plugin:3.2.0.Final:create-extension -N</code>
You may call it without any parameter to use the interactive mode: <code>mvn io.quarkus.platform:quarkus-maven-plugin:3.2.1.Final:create-extension -N</code>
</td>
</tr>
</table>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight"><code class="language-shell hljs" data-lang="shell">$ mvn io.quarkus.platform:quarkus-maven-plugin:3.2.0.Final:create-extension -N \
<pre class="highlightjs highlight"><code class="language-shell hljs" data-lang="shell">$ mvn io.quarkus.platform:quarkus-maven-plugin:3.2.1.Final:create-extension -N \
-DgroupId=org.acme \ <i class="conum" data-value="1"></i><b>(1)</b>
-DextensionId=greeting-extension \ <i class="conum" data-value="2"></i><b>(2)</b>
-DwithoutTests <i class="conum" data-value="3"></i><b>(3)</b>

[INFO] --- quarkus-maven-plugin:3.2.0.Final:create-extension (default-cli) @ standalone-pom ---
[INFO] --- quarkus-maven-plugin:3.2.1.Final:create-extension (default-cli) @ standalone-pom ---

Detected layout type is 'standalone' <i class="conum" data-value="4"></i><b>(4)</b>
Generated runtime artifactId is 'greeting-extension' <i class="conum" data-value="5"></i><b>(5)</b>
Expand Down Expand Up @@ -516,7 +516,7 @@ <h4 id="the-parent-pom-xml"><a class="anchor" href="#the-parent-pom-xml"></a>The
&lt;maven.compiler.release&gt;11&lt;/maven.compiler.release&gt;
&lt;project.build.sourceEncoding&gt;UTF-8&lt;/project.build.sourceEncoding&gt;
&lt;project.reporting.outputEncoding&gt;UTF-8&lt;/project.reporting.outputEncoding&gt;
&lt;quarkus.version&gt;3.2.0.Final&lt;/quarkus.version&gt;
&lt;quarkus.version&gt;3.2.1.Final&lt;/quarkus.version&gt;
&lt;surefire-plugin.version&gt;3.0.0&lt;/surefire-plugin.version&gt;
&lt;/properties&gt;
&lt;dependencyManagement&gt;
Expand Down Expand Up @@ -1329,7 +1329,7 @@ <h3 id="testing-the-greeting-extension-feature"><a class="anchor" href="#testing
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.acme.greeting.extension.deployment.GreetingExtensionTest
2021-01-27 10:24:42,506 INFO [io.quarkus] (main) Quarkus 3.2.0.Final on JVM started in 0.470s. Listening on: http://localhost:8081
2021-01-27 10:24:42,506 INFO [io.quarkus] (main) Quarkus 3.2.1.Final on JVM started in 0.470s. Listening on: http://localhost:8081
2021-01-27 10:24:42,508 INFO [io.quarkus] (main) Profile test activated.
2021-01-27 10:24:42,508 INFO [io.quarkus] (main) Installed features: [cdi, greeting-extension, servlet]
2021-01-27 10:24:43,764 INFO [io.quarkus] (main) Quarkus stopped in 0.018s
Expand Down Expand Up @@ -1447,7 +1447,7 @@ <h3 id="time-to-use-your-new-extension"><a class="anchor" href="#time-to-use-you
</div>
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">mvn io.quarkus.platform:quarkus-maven-plugin:3.2.0.Final:create \
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">mvn io.quarkus.platform:quarkus-maven-plugin:3.2.1.Final:create \
-DprojectGroupId=org.acme \
-DprojectArtifactId=greeting-app \
-Dextensions="org.acme:greeting-extension:1.0.0-SNAPSHOT" \
Expand Down Expand Up @@ -1483,7 +1483,7 @@ <h3 id="time-to-use-your-new-extension"><a class="anchor" href="#time-to-use-you
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ greeting-app ---
[INFO]
[INFO] --- quarkus-maven-plugin:3.2.0.Final:generate-code (default) @ greeting-app ---
[INFO] --- quarkus-maven-plugin:3.2.1.Final:generate-code (default) @ greeting-app ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ greeting-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
Expand All @@ -1492,13 +1492,13 @@ <h3 id="time-to-use-your-new-extension"><a class="anchor" href="#time-to-use-you
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ greeting-app ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- quarkus-maven-plugin:3.2.0.Final:dev (default-cli) @ greeting-app ---
[INFO] --- quarkus-maven-plugin:3.2.1.Final:dev (default-cli) @ greeting-app ---
Listening for transport dt_socket at address: 5005
__ ____ __ _____ ___ __ ____ ______
--/ __ \/ / / / _ | / _ \/ //_/ / / / __/
-/ /_/ / /_/ / __ |/ , _/ ,&lt; / /_/ /\ \
--\___\_\____/_/ |_/_/|_/_/|_|\____/___/
2021-01-27 10:28:07,240 INFO [io.quarkus] (Quarkus Main Thread) greeting-app 1.0.0-SNAPSHOT on JVM (powered by Quarkus 3.2.0.Final) started in 0.531s. Listening on: http://localhost:8080
2021-01-27 10:28:07,240 INFO [io.quarkus] (Quarkus Main Thread) greeting-app 1.0.0-SNAPSHOT on JVM (powered by Quarkus 3.2.1.Final) started in 0.531s. Listening on: http://localhost:8080
2021-01-27 10:28:07,242 INFO [io.quarkus] (Quarkus Main Thread) Profile dev activated. Live Coding activated.
2021-01-27 10:28:07,243 INFO [io.quarkus] (Quarkus Main Thread) Installed features: [cdi, greeting-extension, servlet]</code></pre>
</div>
Expand All @@ -1513,7 +1513,7 @@ <h3 id="time-to-use-your-new-extension"><a class="anchor" href="#time-to-use-you
</div>
<div class="paragraph">
<p>Quarkus platform is a set of extensions that target the primary use-cases of Quarkus as a development framework and can safely be used in any combination in the same application without creating a dependency conflict.
From an application developer perspective, a Quarkus platform is represented as one or more Maven BOMs, for example <code>io.quarkus.platform:quarkus-bom:3.2.0.Final</code>, <code>io.quarkus.platform:quarkus-camel-bom:3.2.0.Final</code>, etc, whose dependency version constraints were globally aligned so that these BOMs can be imported in the same application in any order without introducing a dependency conflict.</p>
From an application developer perspective, a Quarkus platform is represented as one or more Maven BOMs, for example <code>io.quarkus.platform:quarkus-bom:3.2.1.Final</code>, <code>io.quarkus.platform:quarkus-camel-bom:3.2.1.Final</code>, etc, whose dependency version constraints were globally aligned so that these BOMs can be imported in the same application in any order without introducing a dependency conflict.</p>
</div>
<div class="paragraph">
<p><strong>Quarkiverse Hub</strong></p>
Expand Down
Loading

0 comments on commit e2047bd

Please sign in to comment.