Quarkus
Notes
- quarkus.io
- LTS versions :
- 3.33 (25 Mar 2026) (EOS: 25 Mar 2027)
- 3.27 (24 Sep 2025) (EOS: 24 Sep 2026)
- 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
v3.30.5
Complete changelog
- #43134 - OpenTelemetry: MDC context disappears on ManagedExecutor thread
- #51195 - Environment variable KAFKA_TLS_CONFIGURATION_NAME does not take effect
- #51607 - Swagger UI does not send Authorization header when using
@AuthorizationPolicyon REST resource class instead of@Authenticated - #51625 - Improve Logging guide regarding logging adapters
- #51626 - Send Authorization header from Swagger UI for methods secured with
@AuthorizationPolicyand reflect policies in OpenAPI document - #51638 - Fix issue with
@JsonViewsupport in REST Client - #51641 - Fix OTel MDC context set
- #51642 - quarkus-maven-plugin generate-code-tests fails with some
mvn -fpaths - #51645 - Upgrade to Apache Maven 3.9.12
- #51648 - Bump to Maven 3.9.12
- #51664 - Make sure the project directory is normalized in LocalProject
- #51666 - Do not enforce request and absolute OIDC redirect-path match
- #51668 - When using InterceptionProxy to create multiple beans of the same type
IllegalStateException: Multiple GeneratedClassBuildItem were produced for the same classes - #51684 - ArC: InterceptionProxy - add bean id to the name of generated subclass
- #51686 - Fix KAFKA_TLS_CONFIGURATION_NAME environment variable not being recognized
- #51688 - Potential memory leak with
@QuarkusMainTestfor CLI application - #51695 - Avoid logging on success in ContainerRuntimeUtil
- #51712 - Fix two class loader-related leaks, one in Jackson, the other in QuarkusClassLoader