Complete changelog
- #35131 - Unlist Security JPA Common
- #35130 - Also support Universe BOM
- #35129 - Support user methods with
@Transactional
in REST Data with Panache ORM - #35120 - Upgrade to Hibernate Search 6.2.0.Final in Quarkus 3.2
- #35119 - Properly resolve
@TestProfile
when using nested tests in base classes - #35114 - Keep META-INF/MANIFEST.MF in the bootstrap Gradle resolver artifact
- #35112 - Testing - fix MockitoConfig(convertScopes = true)
- #35107 - User methods requiring a transaction in Hibernate ORM does not work for interfaces of Panache REST Data extension
- #35104 -
@Nested
tests in a superclass do not work with test profiles - #35101 - Docs: fix typo in duplicated context guide
- #35087 - Take into account container element constraints in config mapping validation
- #35081 - Email validator on collection element not found after upgrade to Quarkus 3
- #35080 - Mocking Singleton does not work even when using
@MockitoConfig
(convertScopes = true) - #35067 - Set analytics filter logs to debug
- #35061 - Fix join message in websocket quickstart
- #35060 - Add clear error message when Reactive REST Client used outside of Quarkus
- #35059 - Stylistic Loggin guide tweaks
- #35057 - Update graal-sdk to 23.0.1 to enable Java 11 compatibility
- #35054 - Upgrade graal-sdk version to 23.0.1
- #35040 - Fix Keycloak token address in OIDC DevUI script
- #35029 - Keycloak dev services uses wrong token url for client_credentials grant type
- #35022 - Fixing and adding missing abstracts in the Logging guide
- #35015 - Limit
List
transformation in Spring DI module - #35013 - Fix sidecars resource requirements properties in Kubernetes
- #35011 -
@ConfigProperty
injection semantics change whenquarkus-spring-di
is present and@Inject
is used (regression in Quarkus 3) - #35009 - Upgrade to SmallRye Fault Tolerance 6.2.6
- #35006 - quarkus-kubernetes Extension ignores multiple sidecars properties
- #35005 - Fix OIDC token verification failure message
- #34999 - Allow to exclude classes in REST Data with Panache with annotations
- #34997 - Document HttpServerOptionsCustomizer
- #34994 - OIDC UserInfo request must not be made if the token verification fails
- #34993 - OIDC UserInfo endpoint is called even if the token verification fails
- #34992 - Document usage of
HttpServerOptionsCustomizer
- #34991 - Upgrade to Hibernate ORM 6.2.7.Final and Hibernate Reactive 2.0.4.Final
- #34987 - Ensure Kubernetes manifests are generated in the project location
- #34986 - Quarkus is affected by criteria query issue in Hibernate
- #34952 - Logging configuration stylistic review
- #34951 - Improve Javadoc of
@CustomSerialization
- #34948 - Apply JavaPlugin on the deployment project
- #34945 - Fix Openshift deployments when using a custom output directory
- #34944 - Backport: Add option to produce PIE native binaries
- #34938 -
@UnlessBuildProperty
is ignored on PanacheEntityResource - #34936 - Update RabbitMQ DevServices container to 3.12
- #34917 - Fix issue of e.getCause() returns null
- #34906 - Allow the use of HTTP2 in programmatically created REST Client
- #34904 - Dev UI Scheduler: Fix screen height
- #34896 - Quarkus resteasy-reactive (RestClientBuilder) HTTP2
- #34894 - Upgrade logstash-gelf to 1.15.1 and add it to dependabot
- #34886 - Fix http.route tracing attribute reporting
- #34860 - Proper ordering of the handlers chapters and addition of some examples in the Logging guide
- #34857 - Make sure links starting with attributes are identifiable
- #34827 -
quarkus.kubernetes.output-directory
is not (always) relative to project location - #34826 - Fix build analytics documentation - payload example
- #34778 - Observability for HTTP Server - when http route is / then attribute 'http.route' is not sent
- #34737 - Avoid ambiguous use of 'Panache' in 'Logging with Panache'
- #34703 - Ignored projects also ask about build analytics
- #34673 - Openshift extension does not see kubernetes resources in custom location
- #34671 - Hibernate Reactive Panache: open session on demand for repositories
- #34615 - Bump h2 from 2.1.214 to 2.2.220 in /bom/application
- #34542 - Fix user methods requiring a session in Panache REST Data with Reactive
- #34511 - Duplicated context concept guide
- #34432 - User methods requiring a session in Hibernate Reactive does not work for interfaces of Panache REST Data extension
- #34359 - Add a section about MDC to the logging documentation