Complete changelog
- #37040 - The flyway extension generates Kubernetes resources as if quarkus.flyway.enabled was a runtime property
- #43392 - Quarkus does not decompress Brotli requests in native mode
- #43676 - Undertow CacheResourceManager can cause frequent GC
- #43694 - Undertow - Only load resources that are known
- #43875 - Qute: fix evaluation of section parameters
- #43944 - NPE in Qute on hot-reload (with generated templates)
- #43953 - Qute message bundles: change the way message templates are loaded
- #43980 - Failing devservices-containing
@QuarkusIntegrationTest
forcontainer-image.build=true
on MacOS - #44098 - Upgrade to Jandex 3.2.3
- #44120 - Fix Elasticsearch DevService network for
@QuarkusIntegrationTest
for docker-image-building - #44126 - Resources should be found from the classpath instead in web dep locator
- #44128 - Safer lookup and generate static resources for web dep locator
- #44184 - Add Support for Trusted Proxy Detection on Forwarded Requests
- #44281 - Included pages within a fragment ignores rendered=false property.
- #44298 - Qute: fix rendered=false if a fragment includes nested fragment
- #44348 - Enable Brotli decompression
- #44352 - Make sure the result from QCL.getElementsWithResource(name) does not include duplicates
- #44366 - Qute: generation of qute-i18n-examples doesn't handle localized enums
- #44385 - Qute: fix generation of qute-i18n-examples
- #44468 - Use
QUARKUS_FLYWAY_ACTIVE
instead ofQUARKUS_FLYWAY_ENABLED
env in Kubernetes resources - #44471 - JDK 23 new console is causing a serious regression in startup
- #44505 - Log in smallrye-jwt and oauth2 extensions when no bearer access token is available
- #44509 - Updates to Infinispan 15.0.11.Final
- #44515 - Coordinated Vert.x 4.5.11 upgrades
- #44564 - A NoSuchMethodException is raised when a rest resource is called with a Jakarta Reader/Writer interceptor defined
- #44576 - Cannot build TODO demo app on windows into uber-jar since quarkus 3.16.1
- #44584 - Fix wrong web endpoint path for resource on Windows
- #44592 - Docs: dev mode differences - remove the link for old Dev UI
- #44613 - Register method for reflection when read or write interceptors exist
- #44653 - Dev console "crashes" with Java 23
- #44678 - Fix glob to regex conversion to properly handle **/*.suffix
- #44703 - [3.15] Upgrade to Hibernate ORM 6.6.3.Final
- #44704 - Fix TLS config Javadoc typo
- #44709 - Fix leftover -reactive properties references in REST client guide
- #44754 - Fix retry count in remote dev mode error message
- #44761 - Re-enable OIDC wiremock tests once a new certificate chain is available
- #44788 - Bump org.jboss.logmanager:jboss-logmanager from 3.0.6.Final to 3.1.0.Final
- #44795 - Fix typo with classes() method
- #44796 - Default to old console if user has not set it
- #44808 - Use CertificateGenerator in OIDC Wiremock tests
- #44834 - Fix off-by-one error in exception decoration code
- #44914 - LogManager error of type GENERIC_FAILURE
- #44939 - Docs: Fix missing groupId in rest-virtual-threads.adoc
- #44946 - Bump org.jboss.logmanager:jboss-logmanager from 3.1.0.Final to 3.1.1.Final
- #44975 - Quarkus Generator for gradle projects generates broken GitHub-Workflow
- #44983 - Fix
ci.yml
for Gradle projects - #45003 - Fix code indentation
- #45007 - Properly substitute {quarkus-version} in native-reference.adoc
- #45016 - Correct dependency notation in documentation for observability-devservices-lgtm.adoc
- #45026 - Build with devservices failed because download of redpanda leads to 404
- #45028 - Move from vectorized/redpanda images to redpandadata/redpanda
- #45114 - Register for reflection Pageable class
- #45153 - Bump org.asynchttpclient:async-http-client from 2.12.3 to 2.12.4