Complete changelog
- #50158 - Bump org.postgresql:postgresql from 42.7.7 to 42.7.8
- #51915 - (Graceful) shutdown breaks with quarkus-rest-jackson and 3.30.5
- #51916 - Properly configure Jackson shutdown listener
- #51928 - Caffeine
@CacheResult: after failedUni, several concurrent invocations trying to retrieve a cache value from the same missing key may result in multiple method invocations - #52194 - Upgrade to PostgreSQL JDBC 42.7.9
- #52563 - build(deps): bump org.postgresql:postgresql from 42.7.9 to 42.7.10
- #52693 - StreamConstraintsException not caught in ServerJacksonMessageBodyReader - results in 500 instead of 400
- #52700 - Catch StreamConstraintsException in Jackson message body readers
- #53030 - Micrometer URI templating does not apply for Unauthorized and Forbidden requests
- #53067 - Fix path templating issue for overlapping paths
- #53150 - Malformed
x-forwarded-forheaders lead to an exception and a request timeout when they should return a HTTP error - #53153 - Ensure that invalid forwarded headers results in HTTP 400
- #53188 - Do not create a public key in devmode when 'smallrye.jwt.verify.key.location' is set
- #53210 - [3.27] Upgrade to Jackson 2.21.2
- #53227 - [3.27] Bump Agroal to 2.8.1
- #53287 - [3.27] Fix flaky LRA TCK tests
- #53369 - [3.27] Upgrade to Vert.x 4.5.26 and Netty 4.1.132.Final
- #53382 - In-flight JTA transactions committed instead of rolled back when graceful shutdown timeout expires before transaction timeout
- #53404 - Fix Oracle connection rollback interceptor
- #53468 - [3.27] Update to plexus-utils 3.6.1
- #53504 - [3.27] Quarkus REST: fix
@Contextinjection for records into 3.27 - #53511 - quarkus info subcommand fails with because the return value of "io.quarkus.devtools.project.update.PlatformInfo.getImported()" is null
- #53536 - [3.27] Bump kafka3.version from 4.0.0 to 4.0.2
- #53538 - [3.27] Backport detection of Junit misconfiguration
- #53554 - Use getRecommended() when displaying platforms to be imported in quarkus info command
- #53558 - Remove the org.lz4 exclusion, it's no longer necessary
- #53584 - [3.27] Bump the hibernate group with 8 updates
- #53700 - Bump bouncycastle to 1.84
- #53708 - Infinite loop during dev mode shutdown
- #53711 - Fix infinite loop in
AeshConsole.deadlockSafeWrite()during dev mode shutdown - #53721 - [3.27] Bump the hibernate group with 7 updates
- #53736 - Remove the tech preview note from reactive-sql-clients.adoc
- #53905 - Bump postgresql-jdbc.version to 42.7.11
- #53936 - [3.27] Strip matrix parameters from request paths during HTTP security policy matching
- #53949 - [3.27] Bump the hibernate group with 7 updates
- #53975 - Bump to Vert.x 4.5.27 and Netty 4.1.133.Final
- #53995 - Bump to quarkus-http 5.5.0
- #54103 - Fix Jakarta Transaction link on transaction.adoc documentation
- #54194 - [3.27] Pin actions to specific shas, and avoid using external actions when we can