Skip to content

3.8.2

Compare
Choose a tag to compare
@quarkusbot quarkusbot released this 07 Mar 15:44
· 2026 commits to main since this release

Complete changelog

  • #19849 - Reactive rest client invoke MessageBodyReader.isReadable with null value of annotations parameter
  • #27999 - quarkus.datasource."datasource-name".jdbc.min-size not honored if max-lifetime is set
  • #35993 - Event-loop thread blocked when connecting to an unavailable OIDC server
  • #37984 - Custom SecretsKeyHandler not found after update to 3.6.4
  • #38007 - Failure to resolve encrypted configuration properties with the Gradle plugin
  • #38392 - Application.properties string substitution does not work when using gradle variables
  • #38424 - application-test.yml is not utilized during tests executed during gradle build
  • #38435 - Fix CLI not recognizing installed plugins
  • #38900 - Bump Smallrye Reactive Messaging from 4.16.2 to 4.17.0
  • #38971 - Clarify that quarkus.profile cannot be set from a profile aware file
  • #38988 - Do not expand configuration for Gradle cache
  • #38989 - cert chain public key resolver thumbprints
  • #39001 - Update to Vert.x 4.5.4 and Netty 4.1.107
  • #39021 - Upgrade to testcontainers 1.19.6
  • #39023 - Remove selector field from generated Job manifest in docs
  • #39041 - JAX-RS seeOther does not work with IPv6
  • #39046 - Make sure Response and RestResponse work properly with IPv6 addresses
  • #39057 - Skip analysis of plugin executions with phases post quarkus:dev preparing for dev mode launch
  • #39059 - Exception in blocking graphql query is wrapped
  • #39063 - Fix the OIDC token verification failure with the inlined cert chain
  • #39067 - Updates to Infinispan 14.0.25.Final
  • #39068 - Optionally run DNS lookup for OIDC server requests on worker thread
  • #39069 - Do not fail UPX if compression level is not given
  • #39070 - Doc: add Pulsar in Dev Services Overview
  • #39072 - Update to Agroal 2.3
  • #39078 - Unwrap actual GraphQL data fetching exception if it is wrapped
  • #39093 - Fix cross-references in the Vert.x Reference Guide
  • #39094 - Emphasize the need to add quarkus-junit5-mockito as a dependency to use mock injection
  • #39102 - Properly pass annotations to MessageBodyReader in REST Client
  • #39120 - Startup fails with Kafka Stream if topics for topics check not defined when check is disabled
  • #39121 - Do not fail on resolve kafka streams topics when topics check disabled
  • #39122 - Use bcrypt password mapper in elytron-security-jdbc docs
  • #39123 - Quarkus Dev Services passes wrong volume path to Docker on Windows
  • #39130 - When building images with jib the fast-jar-lib layer is always changed
  • #39136 - Fix wrong volume host path being used on Windows
  • #39147 - Keep the timestamps when copying jars and building JIB layers
  • #39160 - Fail on conflicting deployment kinds
  • #39168 - Remove misleading note from jacoco.enabled
  • #39169 - Unable to produce multiple synthetic beans of same type having different identifiers
  • #39179 - Allow setting the SettingsDecrypter when initializing a Maven artifact resolver
  • #39181 - ArC: fix BeanConfiguratorBase#read()
  • #39201 - Bump quarkus-http.version from 5.2.0.Final to 5.2.1.Final
  • #39203 - Fix typo in testing Getting Started guide example