Quarkus
notes:
- quarkus.io
- LTS versions :
- 3.20 (26 Mar 2025) (EOS: 28 Mar 2026)
- 3.15 (25 Sep 2024) (EOS: 25 Sep 2025)
- 3.8 (28 Feb 2024) (EOS: 28 Feb 2025)
- 3.2 (05 Jul 2023) (EOS: 05 Jul 2024)
Release list |
3.22.2 | RECENT | |
3.22.1 | | |
3.22.0 | | |
3.21.4 | | |
3.21.3 | | |
3.21.2 | | |
3.21.1 | | |
3.21.0 | | |
3.20.0 | | |
3.19.4 | | |
3.15.4 | | |
3.19.3 | | |
3.19.2 | | |
3.8.6.1 | | |
3.15.3.1 | | |
3.19.1 | | |
3.19.0 | | |
3.18.4 | | |
3.18.3 | | |
3.18.2 | | |
notes:
- quarkus.io
- LTS versions :
- 3.20 (26 Mar 2025) (EOS: 28 Mar 2026)
- 3.15 (25 Sep 2024) (EOS: 25 Sep 2025)
- 3.8 (28 Feb 2024) (EOS: 28 Feb 2025)
- 3.2 (05 Jul 2023) (EOS: 05 Jul 2024)
Release notes:
Complete changelog
- #41453 - hibernate-vector integration (through version management OR extension)
- #46324 - All Drivers except com.mysql.cj.jdbc.Driver get unregistered between integration tests groups on quarkus 3.18+
- #47346 - Catch Docker check exceptions in lightweight OIDC devservice
- #47396 - CI failure in OIDC wiremock logout on Windows
- #47478 - VerifyError when using Float in Model deserialized by Jackson
- #47482 - Improve diagnostic output for null system properties
- #47492 - Try and give more helpful error message for bad surefire version
- #47493 - Docs updates for test classloading
- #47497 - Qute: fix build time validation and generated value resolver for getters
- #47506 - Fix syntax highlighting in Reloading certificates of tls-registry-reference guide
- #47508 - Always consider
@RegisterRestClient
interface as REST Clients
- #47509 - Native application execution failure with
@Retry
on the class and private methods
- #47517 - Add org.hibernate.orm:hibernate-vector to application bom
- #47520 - SmallRye Fault Tolerance: skip private methods
- #47522 - Restore previous behavior of QuarkusTransaction#isActive()
- #47532 - Update dev services docs to not use deprecated guard
- #47550 - Fully disable Dev Services in oidc-wiremock-providers
- #47552 - Restore loading of all JDBC drivers on datasource creation
- #47553 - Reflection-free deserializers - Better handle basic types
- #47563 - Make protected constructors callable again for resteasy reactive
- #47568 - Validating an Access Token with OIDC gives NPE when running in prod mode for the default tenant only
- #47569 - Avoid NPE in TenantIdentityProvider
- #47571 - Reflection-free serializers generated but not used by Jackson
- #47574 - Quarkus WebSockets Next Intercepting HTTP GET Requests when using the
@WebSocket
annotation
- #47575 - OIDC refactoring: use accessors instead of deprecated fields marked for removal
- #47583 - WebSockets Next: make sure non-websocket connections are ignored
- #47586 - mvnw - Fix sha256 check on macOS
- #47587 - Add a proper deprecation comment to GlobalDevServicesConfig.Enabled
- #47594 - Allow to register generated Jackson serializers at any moment during quarkus strartup