Hello,
Quarkus 3.15.1 LTS has been released, and is now available from the Maven Central repository. The quickstarts and documentation have also been updated.
Quarkus 3.15 is our new LTS version (the previous one was Quarkus 3.8) and will be supported for 12 months.
It is the direct continuation of Quarkus 3.14.
More information in the announcement blog post:
https://quarkus.io/blog/quarkus-3-15-1-released/.
* BOM dependency:
<dependency>
<groupId>io.quarkus.platform</groupId>
<artifactId>quarkus-bom</artifactId>
<version>3.15.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
* Changelog and download are available from
https://github.com/quarkusio/quarkus/releases/tag/3.15.1* Documentation:
https://quarkus.io--
The Quarkus dev team