Major changes
Complete changelog
- #19641 - Fix quarkus.test.arg-line multiple args handling
- #19637 - Documentation Fix: Changing Type to reflect Kotlin implementation
- #19623 - Regression in launching IntegrationTests instrumented with Jacoco-Maven-Plugin
- #19618 - Activate RequestContext when resolving TenantResolver
- #19611 - Rest Client: exclude weld-api
- #19605 - Only check if docker is running when redis devservice is needed
- #19599 - Setting quarkus.redis.devservices.enabled to false does not work
- #19595 - Fix Resteasy Reactive race
- #19583 - Simplify gradle native configuration example
- #19582 - Get BouncyCastle KeyPairGenerator working in the native image
- #19577 - Fix property to build a native executable via Docker
- #19576 - Add HTML to Qute extension keywords
- #19568 - Fix RR bug introduced in the last race fix
- #19550 - Handle extensions without any description set
- #19545 - Update SmallRye Config to 2.4.4
- #19542 - Use MultivaluedHashMap in examples
- #19540 - Internal Server Error at /q/dev/ 3
- #19523 - Allow for async operations resolving the tenant
- #19522 - Remove DevServices shutdown hooks
- #19521 - Hot replacement breaks vert.x context propagation
- #19519 - BlockingOperationNotAllowedException is thrown when access database with panache in TenantConfigResolver
- #19516 - Quarkus Native Image Isn't Working on Lambda
- #19512 - Unable to get Otel Current Context in debug Mode with opentelemetry
- #19510 - Move to JLine 3.x to avoid Jansi 1.x dependency/usage
- #19509 - Unpredictable "Shutdown in progress" exception for code in dev mode
- #19499 - Qute description doesn't mention HTML templating
- #19496 - Properly deprecate quarkus.resteasy.metrics.enabled
- #19491 - Crash during mvn io.quarkus-maven-plugin:2.1.2.Final:create
- #19480 - Warning about deprecated
quarkus.resteasy.metrics.enabled
is printed even when replacement setting is already used - #19477 - Add a JUnit tag for @QuarkusTest so that we can exclude them easily
- #19467 - Hibernate Multitenant project with a @RequestScoped TenantResolver throws javax.enterprise.context.ContextNotActiveException
- #19455 - Use Maven plugin's groupId and version as the base for the target platform groupId and version
- #19454 - Rest Client Reactive: unwrap exceptions set by mappers in async
- #19393 - Remove dependency to weld
- #19390 - Warning SRCFG01005 when using quarkus.config.locations
- #19376 - Command Mode docs - mention the "e" hotkey
- #19261 - Simplify proxy selection for the REST Client
- #19250 - quarkus-maven-plugin:2.1.0.Final creates project with different platform version
- #19240 - Rest Client java.util.regex.PatternSyntaxException: Dangling meta character '*' near index 0 when setting http.nonProxyHosts
- #18642 - Security provider BC + Native Mode not working in Quarkus v2.0
- #18548 - Error injecting rest client caused by PatternSyntaxException when http.nonProxyHosts is set