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
- #47312 - Issue with large json objects returned as RestMediaType.APPLICATION_NDJSON
- #47545 - Beanparam without fields is not supported
- #47592 - Improve error message when
@BeanParam
class has no fields
- #47606 - Only display the extension status note if attribute is defined
- #47620 - Fix for large chunks of data in RestMediaType.APPLICATION_NDJSON
- #47621 - Fully disable max-parallel to see if it causes Spring native issue
- #47629 - Quarkus-quartz missing Class in native classpath
- #47630 - OIDC JWT bearer token with empty file crashes the app
- #47633 - ArC: optimize the generated dependency graphs for the Dev UI
- #47640 - Dev UI works weird in 3.22.1
- #47642 - Fix missing register for reflection : NonconcurrentInvokerJob
- #47645 - Dev UI: Fix endpoint links
- #47651 - More informative/encouraging grpc warning about legacy compatibility
- #47652 - Error generating serializers for reflection-free-serializers
- #47662 - Fix Jackson serializers generation for Kotlin data classes
- #47666 - StringIndexOutOfBoundsException in StaticResourcesProcessor with META-INF/resources-only JARs
- #47667 - Fix OOB in StaticResourcesProcessor for META-INF/resources-only JARs
- #47668 - Handle empty bearer token file in ClientAssertionProvider
- #47673 - use relative paths in workspace dev ui
- #47679 - Health endpoints add display names
- #47680 - Health OpenAPI ensure repeatable builds
- #47682 - Dev UI: Shortern the save message in the workspace
- #47700 - Health OpenAPI add missing Tag description
- #47701 - Unexpected java.util.regex.PatternSyntaxException: Illegal/unsupported escape sequence when use jwt keys
- #47713 - Strip the classpath scheme from SmallrRye JWT native resources
- #47714 - Add a note how to workaround Keycloak Dev Service startup issues on Mac