Complete changelog
- #38996 - Intellij: Task sequence for task 'compileQuarkusGeneratedSourcesJava' not correct (Gradle, Kotlin, Multi-Module Project)
- #45057 - Gradle build: "compileKotlin" depends from "compileQuarkusGeneratedSourcesJava"
- #47028 - HTTP Compression still not working with quarkus-amazon-lambda-rest dependency
- #49297 -
quarkus-maven-plugin
: dependency information is stored in the maven context and not properly cleaned up - #49561 - Updates Native build and runtime guides, Visual Studio 2022, UBI9, ArchLinux
- #49652 - Task dependency error with gradle 9.0.0
- #49742 - In Gradle, properly handle relocated artifacts in conditional dependency resolution
- #49753 - Try to handle relocation artifacts gracefully in QuarkusComponentVariants
- #49788 - Quarkus issue with quarkus-confluent-registry-avro and smallrye-config-jasypt
- #49824 - Pass all the configuration minus Quarkus defaults to Gradle code generator task
- #49833 - Make sure Amazon Lambda mock server doesn't interfere with HTTP compression
- #49835 - Add a copy-to-clipboard feature for the MCP URL in server details
- #49836 - Clarify Recorder config injection
- #49844 - Manage more smallrye-fault-tolerance artifacts to help enforcing dependency convergence throughout Quarkiverse
- #49847 - Catch Throwable in ApplicationLifecycleManager
- #49850 - Update docs for Blaze-Persistence 1.6.17
- #49854 - Datasource DevUI - get rid of duplicit DS in the list
- #49856 - Bump org.hibernate.reactive:hibernate-reactive-core from 3.1.2.Final to 3.1.3.Final in the hibernate group
- #49864 - Make sure compileJava and compileKotlin run after compileQuarkusGeneratedSourcesXXX tasks
- #49867 - Bump to Vert.x 4.5.21 and Netty 4.1.127.Final
- #49871 - memory leak in RestClientBuilderImpl when creating RestClient from Builder with TLSRegistry
- #49873 - PermitAllInterceptor Executing a RolesAllowed Check in Dev Mode When quarkus.security.auth.enabled-in-dev-mode=false
- #49874 - Clean up TLS config bookkeeping when a REST Client is closed
- #49875 - Duplicate Transfer-Encoding: chunked headers in Quarkus response
- #49879 - quarkus.http.enable-compression=true adds content-encoding gzip even for http 204 No content
- #49880 - Remove Content-Encoding header when response is 204
- #49882 - Fix link
- #49883 - Quarkus MCP Tools no loading
- #49886 - Fix:
@PermitAll
security annotation now correctly handle disabled authorization - #49887 - Manage more prometheus artifacts to help enforcing dependecy convergence throughout Quarkiverse
- #49888 - Clone POM model before modifying it
- #49894 - Filter out "Transfer-Encoding" header from a REST Response
- #49897 - Fix "Go Home" on Dev UI
- #49900 - Support for a custom OIDC resource metadata's authorization server URL
- #49907 - Update OidcConfigMetadata to return supported properties such as subject and response types
- #49912 - Bump wildfly-elytron.version from 2.6.4.Final to 2.6.5.Final
- #49923 - In dev-ui -> Continuous Testing -> After running all, the table columns are not resizable and therefore Test Class and Name are truncated
- #49924 - Dev UI: Make Continuous Testing Grid resizable
- #49933 - MethodTooLargeException is thrown in compilation when the project has large number of rest clients (even unused)
- #49934 - Allow registry offering configuration with an environment variable
- #49935 - Ensure that a large numbers of REST Client interfaces doesn't break the build