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:
Major changes
- #47435 - Make Stork optional for REST Client
Complete changelog
- #47003 - Instance<T> does not find implementations having a
@Context
annotated field
- #47315 - Default constructors of OIDC config builders should set correct default values
- #47337 - Stork related classes initialized in Quarkus 3.20 with rest client
- #47411 - Fix test class location search for bytecode enhanced test classes
- #47419 - Since 3.22.0CR1 fails ConfigProvider.getConfig() in the JUnit test (called from
@MethodSource
)
- #47421 - Also register superclasses as bean types in ResteasyReactiveProcessor
- #47426 - Only reset the test TCCL in cases where we had changed it
- #47435 - Make Stork optional for REST Client
- #47436 - Clarified the usage of the
@LoggerName
with @Inject
on loggers
- #47438 - Speed up reload test and update lgtm image
- #47439 - Fix an issue with StatelessSession qualifiers
- #47446 - NPE in mvn quarkus:build (BuildMojo.doExecute)
- #47451 - Set correct default values in constructors of OIDC config builders
- #47454 - Add logger name to OTel Logging
- #47472 - Avoid setting null system properties in Mojos
- #47474 - Trivial: Do not wrap runtime exception
- #47486 - Disable LgtmReloadTest