Complete changelog
- #52882 - Quarkus Avro extension cannot generate new Schema syntax Idl.
- #52948 - Use IdlReader instead of deprecated Idl parser in Avro extension
- #53382 - In-flight JTA transactions committed instead of rolled back when graceful shutdown timeout expires before transaction timeout
- #53383 - BUILD_AND_RUN_TIME_FIXED config values not resolved with custom profiles (3.31+ regression)
- #53386 - [3.34] Update SmallRye Fault Tolerance to 6.10.1
- #53389 - Update Gradle template to select
quarkus-junitorquarkus-junit5based on Quarkus platform version - #53391 - Docs: Add caution note to Using RestResponse section in rest-client.adoc
- #53393 - ClassCastException when PEM CA certificate is used
- #53397 - Avoid CCE when reloading Vert.x trust store
- #53399 - Ensure that shared Config build time runtime fixed uses the expected profile when set from
@TestProfile - #53403 - Fix xref link text in security-authentication-mechanisms.adoc
- #53404 - Fix Oracle connection rollback interceptor
- #53408 - [Reflection-free Jackson deserialisers] ClassCast exceptions w/ non-standard collections and ignoring FAIL_ON_UNKNOWN_PROPERTIES
- #53414 - Properly support
FAIL_ON_UNKNOWN_PROPERTIESin reflection-free deserialisers - #53418 -
@ServerExceptionMapperbeans with super class using Java generics doesn't build (with BuilderException) - #53420 - Fix
@ServerExceptionMapperhandling for generic types - #53427 - NullPointerException in VertxHttpRecorder for null URI
- #53428 - Set up CodeQL security analysis for pull requests
- #53430 - Also populate cache on GitHub Actions for main repo
- #53434 - Avoid skipping config tracking when the Quarkus build is skipped
- #53442 - Do not preinit UUID infrastructure for Vert.x anymore
- #53444 - Pin GitHub actions (use hashes instead of tags for versioning)
- #53456 - Avoid trying to parse null URI
- #53461 - List commands when you run
just - #53462 - Tightening workflow permissions
- #53463 - Fix typo in unused gRPC interceptor warnings
- #53478 - Hibernate add default config documentation for cache settings