Hello,
Quarkus 3.31.1 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-3-31-released/.
* Major changes:
* Full support for Java 25
* [#51587] Introduce a quarkus Maven packaging and an assorted lifecycle
* [#50058] Introduce Panache Next
* [#50519] Upgrade to Hibernate ORM 7.2, Reactive 3.2, Search 8.2, Elasticsearch 9.2 / OpenSearch 3.3 for clients / server (dev services)
* [#51586] Hibernate Spatial support
* [#51314] Update to Testcontainers 2.0.2
* [#51412] Upgrade to JUnit 6
* [#50987] Support security annotations on Jakarta Data repositories
* [#51188] Support `@PermissionsAllowed` security annotation on REST Data Panache endpoints
* [#51220] Encrypt OIDC tokens for custom TokenStateManager implementations
* [#51383] Allow to configure OIDC DB token state manager column sizes for tokens
* [#51679] Allow to assign a user and roles to a scheduled task
* [#51743] Allow to select OIDC client for individual dynamic GraphQL clients
* [#51799] Add support for OAuth 2.0 Pushed Authorization Requests to OIDC extension
* [#51736] Require Maven 3.9.0+ for Quarkus projects
* [#51049] Add i18n to Dev UI
* [#50603] Enable headless AWT on Windows
* BOM dependency:
<dependency>
<groupId>io.quarkus.platform</groupId>
<artifactId>quarkus-bom</artifactId>
<version>3.31.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
* Changelogs are available from
https://github.com/quarkusio/quarkus/releases/tag/3.31.0.CR1,
https://github.com/quarkusio/quarkus/releases/tag/3.31.0, and
https://github.com/quarkusio/quarkus/releases/tag/3.31.1* Download is available from
https://github.com/quarkusio/quarkus/releases/tag/3.31.1* Documentation:
https://quarkus.io--
The Quarkus dev team