Complete changelog
- #48898 - [Rest-Client] ConstraintDeclarationException HV000151 When using Validation Constraints on Container Elements
- #51981 - Make AOT caching a lot more visible in our documentation
- #52230 - Expose Agroal loginTimeout configuration via quarkus.datasource.jdbc properties
- #52267 - Panache Next: add upsert for stateless sessions
- #52493 - "no such constructor: IndexDependencyConfig$$CMImpl." after updating Quarkus from 3.31.1 to 3.31.2 with quarkus-jacoco
- #52533 - Bump Semeru CI to Java 25
- #52544 - Added login timeout as config option to agroal extension
- #52552 - Upgrade to cyclonedx-core-java 12.1.0
- #52553 - Using java.beans.Introspector with _ClientProxy fails
- #52554 - JacocoConfig: do not reuse IndexDependencyConfig from core/deployment
- #52555 - Reduce costs of CI (part 1)
- #52558 - Avoid
ClassCastExceptioninCommonProcessor - #52565 - Avoid
NullPointerExceptioninCommonProcessor - #52571 - Use Gizmo2 to generate REST Client's CDI wrapper
- #52573 - LRA TCK test failing with Java 25
- #52574 - Panache Next: add upsert operation
- #52576 - quarkus:dependency-list goal
- #52586 - ArC: remove the last remnants of generating parameterized types in ClientProxyGenerator
- #52587 - Adjust normal shutdown wait time on IT JVM to be greater when generating AOT
- #52595 - Add Gradle
buildAotEnhancedImagetask - #52596 - Document Leyden AOT use in Quarkus
- #52604 - Port
registerProvidersFromAnnotationsto Gizmo2 - #52605 - CI - Pass token to gh CLI
- #52610 - CI - Checkout the repository as gh needs it
- #52613 - Defaults to aot-jar if AOT is enabled
- #52614 - AOT - Be a bit more verbose when things go bad
- #52615 - Use Podman exclusively in PodmanProcessor
- #52617 - Bump to MicroProfile LRA 2.0.2
- #52627 - Make
DeregistrationTestmore resilient - #52628 - Improve reliability of the compatible MicrometerTimedInterceptorTest
- #52632 - Make use of new optimizations included in Vert.x 4.5.25
- #52635 - Some cleanup related to QuarkusConsole
- #52647 - Revert "Use verify instead of install for JVM tests"