Quarkus

quarkusio/quarkus last check 313 releases today
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.38.1 · today
view on github

Complete changelog

  • #54725 - Improve Basic authentication how-to
  • #54781 - Vert.x's FileSystemOptions contains constants getting defined at build time
  • #54885 - Tests do not start
  • #55023 - Support management interface dynamic port in integration tests
  • #55062 - REST Client: Content-Type header not set when provided via jakarta.ws.rs.client.Entity
  • #55138 - Overwrite content-type header provided via the variant of the entity
  • #55267 - Initialize Vert.x FileSystemOptions at runtime for native image
  • #55317 - @QuarkusTest bootstrap deadlocks during parallel deployment-dependency resolution
  • #55345 - Pre-init Maven resolver HTTP transport classes to avoid class loading deadlock
  • #55405 - Bump smallrye-open-api.version from 4.3.3 to 4.3.5
  • #55498 - Remove the CI job that runs k8s tests on Windows
  • #55520 - JaCoCo: also instrument classes for dev mode tests
  • #55525 - JaCoCo: QuarkusExtensionTest does not contribute to coverage report
  • #55549 - Copy executionMaxDelay and description in CompositeScheduler
  • #55564 - Bump keycloak-client.version from 26.0.10 to 26.0.11
  • #55578 - Kotlin 2.4.0: overriding a generic suspend fun in a JAX-RS resource breaks endpoint scanning
  • #55588 - Bump io.rest-assured:rest-assured from 6.0.0 to 6.0.1
  • #55595 - Ignore synthetic methods in RESTEasy Reactive sub-resource scan
  • #55618 - Limit of 18 OpenAPI Profiles
  • #55620 - Fix EnumMap ClassCastException in bytecode recorder on method split
  • #55633 - Bump com.google.cloud.tools:jib-core from 0.28.1 to 0.28.2
  • #55636 - Fix JaCoCo coverage for QuarkusExtensionTest
  • #55640 - Enforce managed versions on direct dependencies of an application artifact provided as a JAR
  • #55643 - Access log cookie masking bypassed for cookies not first in the header
  • #55644 - Fix access log cookie masking to check all cookie pairs
  • #55652 - quarkus-rest-jackson Reflection-free-serializers fails on deserializing JsonAlias with same value as fieldname
  • #55655 - Remove value registry, not used
  • #55678 - @JsonFormat(pattern = "...") on a java.util.Date field is ignored by Reflection-free Jackson serializers
  • #55686 - GraphQL+OIDC issue with default configuration and native
  • #55687 - quarkus-rest-jackson Reflection-free-serializers serializes @Transient annotated methods
  • #55691 - OIDC GraphQL client: fix NPE when default OIDC client is configured and native mode
  • #55694 - [3.x] In reflection-free Jackson serializers skip deserialization of a JsonAlias having the same name of the field
  • #55701 - @TestHTTPEndpoint not propagated to @Nested subclasses.
  • #55702 - reflection-free serializers ignore @JsonValue declared on a superinterface method (multi-level)
  • #55703 - Make sure @TestHTTPEndpoint works with nested classes
  • #55706 - [3.x] Fix serialization of formatted date in reflection-free Jackson serializers
  • #55707 - Treat @Transient as @JsonIgnore in reflection-free Jackson serializers
  • #55713 - Fix multi-level @JsonValue inheritance in reflection-free serializers
  • #55714 - REST Client hangs forever on any 3xx response without a Location header (e.g. 304 Not Modified) when followRedirects is enabled and an HttpClientRequest customizer is registered
  • #55717 - [3.x] Fix REST Client hang when a 3xx response has no Location header
  • #55719 - Remove nonsensical configuration from Hibernate Search AI skill
  • #55728 - Bump org.hibernate.validator:hibernate-validator from 9.1.2.Final to 9.1.3.Final
  • #55737 - Fix reproducibility checks for quarkus-rest-deployment
  • #55746 - REST Client silently drops @MatrixParam / @RestMatrix parameters
  • #55751 - Send @MatrixParam and @RestMatrix from the REST Client
  • #55778 - quarkus-rest-jackson: reflection-free deserializer erases nested type arguments (Map<String, List<Foo>> elements become LinkedHashMap)
  • #55779 - Preserve nested type arguments in reflection-free Jackson deserializers
  • #55794 - [3.38] Quarkus REST - Fix unbounded multipart part-header accumulation
  • #55798 - [3.38] Fix path normalization
  • #55800 - Upgrade aesh to 3.16.6 and register MetadataRegistry for native image