Hello,
Quarkus 2.4.2.Final has been released, and is now available from the Maven Central repository. The quickstarts and documentation have also been updated.
More information in the announcement blog post:
https://quarkus.io/blog/quarkus-2-4-2-final-released/ .
* BOM dependency:
<dependency>
<groupId>io.quarkus.platform</groupId>
<artifactId>quarkus-bom</artifactId>
<version>2.4.2.Final</version>
<type>pom</type>
<scope>import</scope>
</dependency>
* Changelog and Download are available from
https://github.com/quarkusio/quarkus/releases/tag/2.4.2.Final* Documentation:
https://quarkus.ioNext release should be cut in roughly two weeks. It will be 2.5.0.
Again, if you really want to see a feature or something in this release, don’t forget to mention it in your PR or issue.
The Quarkus dev team