Hello,
Quarkus 3.36.0 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-36-released/.
* Major changes:
* [#53788] Introduce quarkus-signals experimental extension
* [#53415] Add JsonProvider SPI for per-record dynamic JSON field additions
* [#53552] Support for embedded dependency SBOMs in applications and exposing them via an endpoint
* [#53923] Embed SBOM in native image via generated GraalVM Feature
* [#53773] Support for OIDC SPIFFE Client Authentication
* [#53491] Support arbitrary keystore/truststore types via 'other' config
* [#53856] GraphQL client TLS reload
* BOM dependency:
<dependency>
<groupId>io.quarkus.platform</groupId>
<artifactId>quarkus-bom</artifactId>
<version>3.36.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
* Changelogs are available from
https://github.com/quarkusio/quarkus/releases/tag/3.36.0.CR1 and
https://github.com/quarkusio/quarkus/releases/tag/3.36.0* Download is available from
https://github.com/quarkusio/quarkus/releases/tag/3.36.0* Documentation:
https://quarkus.io--
The Quarkus dev team