Skip to content

Commit

Permalink
Release 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuhn1 committed May 24, 2024
1 parent 1e65c19 commit 38fc7a0
Show file tree
Hide file tree
Showing 1,125 changed files with 5,689 additions and 5,040 deletions.
10 changes: 5 additions & 5 deletions docs/getting-started/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,15 +126,15 @@ <h2 id="step-1-create-an-inverno-project">Step 1: Create an Inverno project</h2>
└── getting_started
└── App.java
</code></pre>
<p>You can now set up the <code>pom.xml</code> build descriptor with the Inverno distribution by defining a <code>&lt;parent/&gt;</code> section pointing to <code>io.inverno.dist:inverno-parent:1.10.1</code> parent pom:</p>
<p>You can now set up the <code>pom.xml</code> build descriptor with the Inverno distribution by defining a <code>&lt;parent/&gt;</code> section pointing to <code>io.inverno.dist:inverno-parent:1.11.0</code> parent pom:</p>
<pre><code class="language-xml">&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"&gt;
&lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
&lt;parent&gt;
&lt;groupId&gt;io.inverno.dist&lt;/groupId&gt;
&lt;artifactId&gt;inverno-parent&lt;/artifactId&gt;
&lt;version&gt;1.10.1&lt;/version&gt;
&lt;version&gt;1.11.0&lt;/version&gt;
&lt;/parent&gt;
&lt;groupId&gt;io.inverno.guide&lt;/groupId&gt;
&lt;artifactId&gt;getting-started&lt;/artifactId&gt;
Expand All @@ -150,7 +150,7 @@ <h2 id="step-1-create-an-inverno-project">Step 1: Create an Inverno project</h2>
&lt;parent&gt;
&lt;groupId&gt;io.inverno.dist&lt;/groupId&gt;
&lt;artifactId&gt;inverno-parent&lt;/artifactId&gt;
&lt;version&gt;1.10.1&lt;/version&gt;
&lt;version&gt;1.11.0&lt;/version&gt;
&lt;/parent&gt;
&lt;groupId&gt;io.inverno.guide&lt;/groupId&gt;
&lt;artifactId&gt;getting-started&lt;/artifactId&gt;
Expand Down Expand Up @@ -216,7 +216,7 @@ <h2 id="step-4-run-the-application">Step 4: Run the application</h2>
<pre><code class="language-plaintext">$ mvn inverno:run
</code></pre>
<p>You should see an output similar to the following:</p>
<pre><code class="language-plaintext">[INFO] --- inverno-maven-plugin:1.5.1:run (default-cli) @ getting-started ---
<pre><code class="language-plaintext">[INFO] --- inverno-maven-plugin:1.5.2:run (default-cli) @ getting-started ---
[INFO] Running project: io.inverno.guide.getting-started@1.0-SNAPSHOT...
ERROR StatusLogger Log4j2 could not find a logging implementation. Please add log4j-core to the classpath. Using SimpleLogger to log to the console...
INFO Application Inverno is starting...
Expand All @@ -231,7 +231,7 @@ <h2 id="step-4-run-the-application">Step 4: Run the application</h2>
║ , __\_/\_\__ , | || | | |\ \/ /| __/| | | | | | |_| | ║
║ , /_/ /\/\ \_\ , |_||_| |_| \__/ \___||_| |_| |_|\___/ ║
║ , /\ , ║
║ , \/ , -- 1.5.8 -- ║
║ , \/ , -- 1.5.9 -- ║
║ ' -- ' ║
╠════════════════════════════════════════════════════════════════════════════════════════════╣
║ Java runtime : OpenJDK Runtime Environment ║
Expand Down
34 changes: 17 additions & 17 deletions docs/redis-vue3-fullstack/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,15 +141,15 @@ <h2 id="step-1-bootstrap-the-application-project">Step 1: Bootstrap the applicat
└── ticket
└── App.java
</code></pre>
<p>You can now set up the <code>pom.xml</code> build descriptor with the Inverno distribution by defining a <code>&lt;parent/&gt;</code> section pointing to <code>io.inverno.dist:inverno-parent:1.10.1</code> parent pom:</p>
<p>You can now set up the <code>pom.xml</code> build descriptor with the Inverno distribution by defining a <code>&lt;parent/&gt;</code> section pointing to <code>io.inverno.dist:inverno-parent:1.11.0</code> parent pom:</p>
<pre><code class="language-xml">&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"&gt;
&lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
&lt;parent&gt;
&lt;groupId&gt;io.inverno.dist&lt;/groupId&gt;
&lt;artifactId&gt;inverno-parent&lt;/artifactId&gt;
&lt;version&gt;1.10.1&lt;/version&gt;
&lt;version&gt;1.11.0&lt;/version&gt;
&lt;/parent&gt;
&lt;groupId&gt;io.inverno.guide&lt;/groupId&gt;
&lt;artifactId&gt;ticket&lt;/artifactId&gt;
Expand All @@ -165,7 +165,7 @@ <h2 id="step-1-bootstrap-the-application-project">Step 1: Bootstrap the applicat
&lt;parent&gt;
&lt;groupId&gt;io.inverno.dist&lt;/groupId&gt;
&lt;artifactId&gt;inverno-parent&lt;/artifactId&gt;
&lt;version&gt;1.10.1&lt;/version&gt;
&lt;version&gt;1.11.0&lt;/version&gt;
&lt;/parent&gt;
&lt;groupId&gt;io.inverno.guide&lt;/groupId&gt;
&lt;artifactId&gt;ticket&lt;/artifactId&gt;
Expand Down Expand Up @@ -213,7 +213,7 @@ <h2 id="step-1-bootstrap-the-application-project">Step 1: Bootstrap the applicat
<p>The application can now be run with the following command:</p>
<pre><code class="language-text">$ mvn invenro:run
...
[INFO] --- inverno-maven-plugin:1.5.1:run (default-cli) @ ticket ---
[INFO] --- inverno-maven-plugin:1.5.2:run (default-cli) @ ticket ---
[INFO] Running project: io.inverno.guide.ticket@1.0-SNAPSHOT...
ERROR StatusLogger Log4j2 could not find a logging implementation. Please add log4j-core to the classpath. Using SimpleLogger to log to the console...
INFO Application Inverno is starting...
Expand All @@ -228,7 +228,7 @@ <h2 id="step-1-bootstrap-the-application-project">Step 1: Bootstrap the applicat
║ , __\_/\_\__ , | || | | |\ \/ /| __/| | | | | | |_| | ║
║ , /_/ /\/\ \_\ , |_||_| |_| \__/ \___||_| |_| |_|\___/ ║
║ , /\ , ║
║ , \/ , -- 1.5.8 -- ║
║ , \/ , -- 1.5.9 -- ║
║ ' -- ' ║
╠════════════════════════════════════════════════════════════════════════════════════════════╣
║ Java runtime : OpenJDK Runtime Environment ║
Expand Down Expand Up @@ -448,7 +448,7 @@ <h2 id="step-4-create-the-service-layer">Step 4: Create the Service layer</h2>
&lt;parent&gt;
&lt;groupId&gt;io.inverno.dist&lt;/groupId&gt;
&lt;artifactId&gt;inverno-parent&lt;/artifactId&gt;
&lt;version&gt;1.10.1&lt;/version&gt;
&lt;version&gt;1.11.0&lt;/version&gt;
&lt;/parent&gt;
&lt;groupId&gt;io.inverno.guide&lt;/groupId&gt;
&lt;artifactId&gt;ticket&lt;/artifactId&gt;
Expand Down Expand Up @@ -840,7 +840,7 @@ <h2 id="step-4-create-the-service-layer">Step 4: Create the Service layer</h2>
&lt;parent&gt;
&lt;groupId&gt;io.inverno.dist&lt;/groupId&gt;
&lt;artifactId&gt;inverno-parent&lt;/artifactId&gt;
&lt;version&gt;1.10.1&lt;/version&gt;
&lt;version&gt;1.11.0&lt;/version&gt;
&lt;/parent&gt;
&lt;groupId&gt;io.inverno.guide&lt;/groupId&gt;
&lt;artifactId&gt;ticket&lt;/artifactId&gt;
Expand Down Expand Up @@ -1053,7 +1053,7 @@ <h2 id="step-5-create-the-rest-layer">Step 5: Create the REST layer</h2>
&lt;parent&gt;
&lt;groupId&gt;io.inverno.dist&lt;/groupId&gt;
&lt;artifactId&gt;inverno-parent&lt;/artifactId&gt;
&lt;version&gt;1.10.1&lt;/version&gt;
&lt;version&gt;1.11.0&lt;/version&gt;
&lt;/parent&gt;
&lt;groupId&gt;io.inverno.guide&lt;/groupId&gt;
&lt;artifactId&gt;ticket&lt;/artifactId&gt;
Expand Down Expand Up @@ -1457,7 +1457,7 @@ <h2 id="step-5-create-the-rest-layer">Step 5: Create the REST layer</h2>
&lt;parent&gt;
&lt;groupId&gt;io.inverno.dist&lt;/groupId&gt;
&lt;artifactId&gt;inverno-parent&lt;/artifactId&gt;
&lt;version&gt;1.10.1&lt;/version&gt;
&lt;version&gt;1.11.0&lt;/version&gt;
&lt;/parent&gt;
&lt;groupId&gt;io.inverno.guide&lt;/groupId&gt;
&lt;artifactId&gt;ticket&lt;/artifactId&gt;
Expand Down Expand Up @@ -1490,7 +1490,7 @@ <h2 id="step-5-create-the-rest-layer">Step 5: Create the REST layer</h2>
<p>The Inverno Ticket application is run as follows:</p>
<pre><code class="language-text">$ mvn inverno:run
...
[INFO] --- inverno-maven-plugin:1.5.1:run (default-cli) @ ticket ---
[INFO] --- inverno-maven-plugin:1.5.2:run (default-cli) @ ticket ---
[INFO] Running project: io.inverno.guide.ticket@1.0-SNAPSHOT...
ERROR StatusLogger Log4j2 could not find a logging implementation. Please add log4j-core to the classpath. Using SimpleLogger to log to the console...
INFO Application Inverno is starting...
Expand All @@ -1505,7 +1505,7 @@ <h2 id="step-5-create-the-rest-layer">Step 5: Create the REST layer</h2>
║ , __\_/\_\__ , | || | | |\ \/ /| __/| | | | | | |_| | ║
║ , /_/ /\/\ \_\ , |_||_| |_| \__/ \___||_| |_| |_|\___/ ║
║ , /\ , ║
║ , \/ , -- 1.5.8 -- ║
║ , \/ , -- 1.5.9 -- ║
║ ' -- ' ║
╠════════════════════════════════════════════════════════════════════════════════════════════╣
║ Java runtime : OpenJDK Runtime Environment ║
Expand Down Expand Up @@ -1578,7 +1578,7 @@ <h2 id="step-6-create-the-front-end-layer">Step 6: Create the Front-end layer</h
&lt;parent&gt;
&lt;groupId&gt;io.inverno.dist&lt;/groupId&gt;
&lt;artifactId&gt;inverno-parent&lt;/artifactId&gt;
&lt;version&gt;1.10.1&lt;/version&gt;
&lt;version&gt;1.11.0&lt;/version&gt;
&lt;/parent&gt;
&lt;groupId&gt;io.inverno.guide&lt;/groupId&gt;
&lt;artifactId&gt;ticket&lt;/artifactId&gt;
Expand Down Expand Up @@ -1783,7 +1783,7 @@ <h2 id="step-7-configure-logging">Step 7: Configure Logging</h2>
&lt;parent&gt;
&lt;groupId&gt;io.inverno.dist&lt;/groupId&gt;
&lt;artifactId&gt;inverno-parent&lt;/artifactId&gt;
&lt;version&gt;1.10.1&lt;/version&gt;
&lt;version&gt;1.11.0&lt;/version&gt;
&lt;/parent&gt;
&lt;groupId&gt;io.inverno.guide&lt;/groupId&gt;
&lt;artifactId&gt;ticket&lt;/artifactId&gt;
Expand Down Expand Up @@ -1823,7 +1823,7 @@ <h2 id="step-7-configure-logging">Step 7: Configure Logging</h2>
&lt;parent&gt;
&lt;groupId&gt;io.inverno.dist&lt;/groupId&gt;
&lt;artifactId&gt;inverno-parent&lt;/artifactId&gt;
&lt;version&gt;1.10.1&lt;/version&gt;
&lt;version&gt;1.11.0&lt;/version&gt;
&lt;/parent&gt;
&lt;groupId&gt;io.inverno.guide&lt;/groupId&gt;
&lt;artifactId&gt;ticket&lt;/artifactId&gt;
Expand Down Expand Up @@ -2049,7 +2049,7 @@ <h2 id="step-9-use-native-transport">Step 9: Use native transport</h2>
&lt;parent&gt;
&lt;groupId&gt;io.inverno.dist&lt;/groupId&gt;
&lt;artifactId&gt;inverno-parent&lt;/artifactId&gt;
&lt;version&gt;1.10.1&lt;/version&gt;
&lt;version&gt;1.11.0&lt;/version&gt;
&lt;/parent&gt;
&lt;groupId&gt;io.inverno.guide&lt;/groupId&gt;
&lt;artifactId&gt;ticket&lt;/artifactId&gt;
Expand Down Expand Up @@ -2151,7 +2151,7 @@ <h2 id="step-10-package-and-deploy-to-docker">Step 10: Package and deploy to Doc
<p>You can now install the application with the <code>install-docker</code> profile activated:</p>
<pre><code class="language-text">$ mvn install -Pinstall-docker
...
[INFO] --- inverno-maven-plugin:1.5.1:build-image-docker (build-image-docker) @ ticket ---
[INFO] --- inverno-maven-plugin:1.5.2:build-image-docker (build-image-docker) @ ticket ---
[INFO] Building project container image...
[═══════════════════════════════════════════════ 100&nbsp;% ══════════════════════════════════════════════]
[INFO] ------------------------------------------------------------------------
Expand Down Expand Up @@ -2182,7 +2182,7 @@ <h2 id="step-10-package-and-deploy-to-docker">Step 10: Package and deploy to Doc
║ , __\_/\_\__ , | || | | |\ \/ /| __/| | | | | | |_| | ║
║ , /_/ /\/\ \_\ , |_||_| |_| \__/ \___||_| |_| |_|\___/ ║
║ , /\ , ║
║ , \/ , -- 1.5.8 -- ║
║ , \/ , -- 1.5.9 -- ║
║ ' -- ' ║
╠════════════════════════════════════════════════════════════════════════════════════════════╣
║ Java runtime : OpenJDK Runtime Environment ║
Expand Down
Loading

0 comments on commit 38fc7a0

Please sign in to comment.