Hello,
Quarkus 2.11.1.Final and 2.10.4.Final have been released, and are now available from the Maven Central repository. The quickstarts and documentation have also been updated.
We skipped 2.11.0.Final as we wanted to push the new fix for CVE-2022-2466 right away for both 2.10 and 2.11.
2.10.4.Final is a maintenance release for our 2.10 release train and only contains the CVE-2022-2466 fix and another small fix.
2.11.1.Final is the first generally available 2.11 version which comes with new features and improvements.
More information in the announcement blog post:
https://quarkus.io/blog/quarkus-2-11-1-final-released/ .
* Major changes:
- New Redis Client API
- Default to Java 17-based builder images for native executable generation
- Bump to Vert.x 4.3.2 and Netty 4.1.78
- Allow passing unsupported properties to Hibernate ORM
- Change GraphQL endpoints to be Singleton by default
- Introduce @SearchExtension to configure Hibernate Search through annotated beans
- Hibernate Validator - Allow customization of the ValidatorFactory
- Allow to provide custom configuration for JAXB context
- Various improvements to the Dev Experience
* BOM dependency:
<dependency>
<groupId>io.quarkus.platform</groupId>
<artifactId>quarkus-bom</artifactId>
<version>2.11.1.Final</version>
<type>pom</type>
<scope>import</scope>
</dependency>
* Changelogs are available from
https://github.com/quarkusio/quarkus/releases/tag/2.11.0.CR1 ,
https://github.com/quarkusio/quarkus/releases/tag/2.11.0.Final and
https://github.com/quarkusio/quarkus/releases/tag/2.11.1.Final* Documentation:
https://quarkus.ioThe Quarkus dev team