| Release list |
| 3.34.3 | | |
| 3.34.2 | | |
| 3.34.1 | | |
| 3.34.0 | | |
| 3.33.1 | | |
| 3.33.0 | | |
| 3.27.3 | | |
| 3.20.6 | | |
| 3.32.4 | | |
| 3.32.3 | | |
| 3.32.2 | | |
| 3.32.1 | | |
| 3.32.0 | | |
| 3.31.4 | | |
| 3.31.3 | | |
| 3.31.2 | | |
| 3.31.1 | | |
| 3.31.0 | | |
| 3.30.8 | | |
| 3.30.7 | | |
Release notes:
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-junit or quarkus-junit5 based 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_PROPERTIES in reflection-free deserialisers
- #53418 -
@ServerExceptionMapper beans with super class using Java generics doesn't build (with BuilderException)
- #53420 - Fix
@ServerExceptionMapper handling 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