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 -
@QuarkusTestbootstrap 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
@Transientannotated 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 -
@TestHTTPEndpointnot propagated to@Nestedsubclasses. - #55702 - reflection-free serializers ignore
@JsonValuedeclared on a superinterface method (multi-level) - #55703 - Make sure
@TestHTTPEndpointworks with nested classes - #55706 - [3.x] Fix serialization of formatted date in reflection-free Jackson serializers
- #55707 - Treat
@Transientas@JsonIgnorein reflection-free Jackson serializers - #55713 - Fix multi-level
@JsonValueinheritance in reflection-free serializers - #55714 - REST Client hangs forever on any 3xx response without a
Locationheader (e.g. 304 Not Modified) whenfollowRedirectsis enabled and anHttpClientRequestcustomizer 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/@RestMatrixparameters - #55751 - Send
@MatrixParamand@RestMatrixfrom the REST Client - #55778 -
quarkus-rest-jackson: reflection-free deserializer erases nested type arguments (Map<String, List<Foo>>elements becomeLinkedHashMap) - #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