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.37.3
· recent
Complete changelog
- #48106 -
quarkus.grpc.codegen.proto-directoryunrecognized configuration key & missing from documentation - #55093 - Incompatible exception classloaders when mocking exceptions during tests
- #55196 - quarkus-oidc cannot handle non rollable refresh tokens concurrently
- #55231 - Safer testcontainers.reuse.enable restoration + more resilient tests
- #55272 - OIDC: deduplicate concurrent token refresh requests within a single Quarkus instance
- #55288 - [3.x] OpenShift Client native integration test fails after #55242
- #55292 - Bump the hibernate group across 1 directory with 12 updates
- #55316 - Fix IsContainerRuntimeWorking to not write
testcontainers.reuse.enableto ~/.testcontainers.properties - #55319 - Fix native image build failure caused by Netty's SelfSignedCertificate
- #55351 - Don't truncate stacktrace on OIDC authentication errors
- #55357 - Do not miss Throwable in the OIDC code flow error log
- #55362 -
@JsonFormat(shape = JsonFormat.Shape.ARRAY) on a class ignored by reflection-free Jackson serializers when used inside a List/Set - #55363 - Reflection free deserializers drops data of final collection field with no setter
- #55365 - Fix flakiness of
RawTypeReflectionFreeSerializerTest - #55366 - Fix serialization of pojos using JsonFormat.Shape enum in reflection-free Jackson serializers
- #55369 - quarkus-rest-jackson: reflection-free deserializer ignores
@JsonTypeInfo/@JsonSubTypesfor polymorphic list elements inside a wrapper type - #55370 - Bail out of reflection-free deserializer when
@JsonTypeInfois used - #55373 - Jacoco + CycloneDX extension breaking combination in Quarkus 3.37.1+
- #55374 - Implement getter-as-setter pattern when deserializing private collection in reflection-free Jackson serializers
- #55378 - Register gRPC codegen configuration properties
- #55380 - Harden remote dev mode against path traversal and unsafe deserialization
- #55385 - NPE in modularity can transformed classes
- #55396 - Fix NPE in modularity when processing removed resources
- #55397 - Ignore unresolvable POMs for bundled CycloneDX components
- #55403 - Fix bad link syntax and update cross-document references to use xref
- #55410 - quarkus-rest-jackson: Reflection-free deserializer ignores
@JsonProperty(required=true)on a@JsonCreatorsometimes - #55411 - Take count of
@JsonProperty(required=true) on a@JsonCreatorin reflection-free Jackson serializers - #55425 - Disable Mockito class cache so thenThrow works across component tests
- #55426 -
ServerExceptionMapperon sub-resource is global instead of sub-resource specific - #55427 - Make
@ServerExceptionMapperin sub-resource specific to that sub-resource - #55450 - Fix serialization of java.time.Duration in generated reflection-free Jackson serializers