Complete changelog
- #44569 - SmallRye OpenAPI outputs Chinese garbled characters in Json
- #44645 - NullPointerException from Hibernate ORM when there is a problem establishing a connection
- #45385 - IllegalArgumentException when parsing Accept Header
- #45776 - Bump to Mutiny 2.8.0 and the Mutiny Vert.x bindings 3.18.0
- #45789 - [resteasy-reactive] [3.8.6] Header not reset between request
- #45847 - Netty metric with dynamic tag cause time series leak
- #45868 - QuarkusTestResource not working with QuarkusMainLauncher
- #45877 - Replace the id label with a name label for Netty allocator
- #45910 - Clarify usage of
quarkus-keycloak-admin-rest-client
andquarkus-keycloak-admin-resteasy-client
- #45926 - Release the Config from the TCCL when setting the Quarkus config
- #45933 - Native tests fail in Gradle-based Quarkus project when module has no classes in
src/main/java
- #45934 - Dev UI: make sure add button works when log is open
- #45935 - Clear SystemProperties set by QuarkusMainIntegrationTestExtension
- #45938 - Be more defensive about sources Path in integration tests
- #45943 - OpenApiFilter without Runstage causes NPE
- #45945 - Properly get default value when handling OpenApiFilters
- #45950 - Correctly handle REST field injection
- #45956 - Improve content about running the application in the JWT guide
- #45967 - Use Maven log in
quarkus:run
- #45971 - Fix incorrect response code when media type is invalid
- #45976 - Add remote address to gRPC spans
- #45985 - BlockingNotAllowedException when using rest client since quarkus
3.18.1
- #45991 - Bump com.gradle.plugin-publish from 1.3.0 to 1.3.1 in /devtools/gradle
- #45992 - [REGRESSION] -
quarkus.rest.jackson.optimization.enable-reflection-free-serializers=true
broken in 3.18 - #45993 - Bump smallrye-open-api.version from 4.0.7 to 4.0.8
- #45996 - ConfigMapping broken for extensions with smallrye-config-crypto since 3.9.1
- #45999 - Quarkus 3.18 and Flyway 11: Bring back
cleanOnValidationError
- #46002 - Fix generated Jackson deserializer for a record with an empty constructor
- #46006 - Don't prematurely close an InputStream returned by the REST Client
- #46008 - QuarkusIntegrationTest: publishing a random port in the started container no longer works
- #46009 - Updates to Infinispan 15.0.13.Final
- #46016 - Quarkus 3.18.1 does not allow overwriting lists from
application.yaml
with lists supplied in environment variables - #46018 - integration-tests/hibernate-reactive-mssql is not being run (and does not build)
- #46020 - Runtime values from mapping without expansion
- #46031 - Fix Javadoc/MD syntax issues
- #46032 - Update SmallRye Config to 3.11.2
- #46033 - Implement 'cleanOnValidationError' for Flyway 11
- #46036 - In container build output is not executable anymore
- #46041 - Upgrade Hibernate ORM to 6.6.6.Final
- #46043 - Fix and restore hibernate-reactive-mssql tests
- #46044 - Recalculate config property names during tests
- #46049 - Bump io.smallrye.config:smallrye-config-source-yaml from 3.11.1 to 3.11.2 in /devtools/gradle
- #46055 - Ensure that the copied native executable has the executable permission when copied from the host to the container image.