You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>The AOT cache is <strong>JDK version specific</strong> - you must use the exact same JDK version at runtime as was used to generate the cache</p>
622
622
</li>
623
623
<li>
624
-
<p>Generating the AOT file from the integration tests is currently only supported with the Maven extension. Support will be added for Gradle in the future</p>
625
-
</li>
626
-
<li>
627
624
<p>The feature is untested on Windows environments</p>
You may call it without any parameter to use the interactive mode: <code>mvn io.quarkus.platform:quarkus-maven-plugin:3.32.2:create-extension -N</code>
485
+
You may call it without any parameter to use the interactive mode: <code>mvn io.quarkus.platform:quarkus-maven-plugin:3.32.3:create-extension -N</code>
Listening for transport dt_socket at address: 5005
1542
1542
__ ____ __ _____ ___ __ ____ ______
1543
1543
--/ __ \/ / / / _ | / _ \/ //_/ / / / __/
1544
1544
-/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \
1545
1545
--\___\_\____/_/ |_/_/|_/_/|_|\____/___/
1546
-
2022-11-20 04:25:36,885 INFO [io.quarkus] (Quarkus Main Thread) greeting-app 1.0.0-SNAPSHOT on JVM (powered by Quarkus 3.32.2) started in 4.591s. Listening on: http://localhost:8080
1546
+
2022-11-20 04:25:36,885 INFO [io.quarkus] (Quarkus Main Thread) greeting-app 1.0.0-SNAPSHOT on JVM (powered by Quarkus 3.32.3) started in 4.591s. Listening on: http://localhost:8080
1547
1547
2022-11-20 04:25:36,911 INFO [io.quarkus] (Quarkus Main Thread) Profile dev activated. Live Coding activated.
1548
1548
2022-11-20 04:25:36,913 INFO [io.quarkus] (Quarkus Main Thread) Installed features: [cdi, greeting-extension, resteasy-reactive, smallrye-context-propagation, vertx]</code></pre>
<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.
1561
-
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.32.2</code>, <code>io.quarkus.platform:quarkus-camel-bom:3.32.2</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>
1561
+
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.32.3</code>, <code>io.quarkus.platform:quarkus-camel-bom:3.32.3</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>
0 commit comments