Major changes
- #41804 - Introduce the ability to automatically standup an HTTP proxy for the REST Client
Complete changelog
- #41373 - Native Build Fails, when Reusing Existing Executable with Compression Enabled
- #41736 - Fix dev service always restarting on named datasource configuration change
- #41771 - Native image agent integration fails with dev services
- #41797 - Re-augmentation in jib image
- #41804 - Introduce the ability to automatically standup an HTTP proxy for the REST Client
- #41838 - Set the correct length of parameters when constructing the Redis arguments
- #41858 - Enable dev services to be located by in-container java
- #41868 - Aggregator scans built-in mvnpm jars twice for imports
- #41886 - resources, not resource for path
- #41888 - Fix issue with Jib and mutable jar rebuild
- #41892 - Config docs generation error when inheritance is used
- #41930 - Build Succeeds, when Reusing an Artifact with Enabled Compression
- #41952 - Remove the extra new-line in Keycloak logs
- #41955 - Update to Vert.x 4.5.9
- #41959 - fixes the showmore issue to allow users to select text
- #41962 - Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0
- #41965 - Bump com.gradle:develocity-maven-extension from 1.21.5 to 1.21.6
- #41966 - Make sure dev-ui relocation are added to the importmap
- #41974 - Remove .env file generated during tests
- #41978 - REST Client: support download multiple files multipart/form-data
- #41979 - Override items from super classes when generating config documentation
- #41981 - Use recognized status for apicurio json schema
- #41982 - Add support for downloading list of files in REST Client
- #41986 - Bump io.opentelemetry.contrib:opentelemetry-aws-xray-propagator from 1.32.0-alpha to 1.37.0-alpha
- #41987 - Support Spring Data
JpaRepository#getReferenceById(ID)
(replacement for deprecatedgetOne(ID)
) - #41993 - Support Spring Data JpaRepository#getReferenceById(ID)
- #41996 - quarkus rest error handling for WebApplicationExceptions and CompletionStage does not work anymore
- #42001 - Panache for Hibernate ORM assumes the datasource has the same name as the persistence unit
- #42002 - Remove erroneous check in AbstractJpaOperations#getSession
- #42003 - Unwrap CompletionException when dealing with CompletionStage in REST server
- #42005 - Do not use deprecated
DockerStatusBuildItem#isDockerRunning
in core - #42007 - Prevents potential NPE while closing resource
- #42022 - Setting root path starting with
/dev
breaks the dev-ui - #42026 - Dev UI Base path fix in case of non-application root set to dev*
- #42032 - Updates Infinispan 15.0.6.Final and Protostream 5.0.7.Final
- #42034 - Quartz: CdiAwareJob cannot be interrupted
- #42037 - Fix missing volume access modifier in Reactive MySQL client tests
- #42050 - Mailer TLS-configuration, possible SSL-Hanshake-Exception since Quarkus 3.12
- #42052 - Revert "Remove deprecated classes from app-model"
- #42053 - REST Reactive Server: support multiple outparts with the same key in MultipartFormDataOutput
- #42057 - Allow MultipartFormDataOutput to specify items with the same key
- #42058 - In some context,
NoSuchElementException: No line found
error thrown from telemetry - #42065 - Use generated hostname when shared network is enabled
- #42068 - Clarify allowed suffix for the log rotation
- #42069 - Clarify allowed suffix for the log rotation
- #42071 - Avoid warning on analytics
- #42072 - Quartz - allow bean based jobs to be interruptable
- #42074 - Fix NPE with ConfigDocItem
- #42079 - Issue with subscribeAsMessages Method in Quarkus Redis Client
- #42080 - Improve reflection registrations in picocli extension
- #42082 - Add an important note about the START_TLS configuration requiring tls set to false
- #42083 - Revert "Replace read/write lock in JarResource to avoid virtual threads pinning"
- #42091 - Fix Redis Pub/Sub subscribeAsMessages method