Skip to content

3.6.1

Compare
Choose a tag to compare
@quarkusbot quarkusbot released this 06 Dec 08:40
· 4673 commits to main since this release

Complete changelog

  • #37486 - Revert "Unlist quarkus-resteasy-qute and quarkus-resteasy-reactive-qute"
  • #37478 - Qute resteasy change in 3.6.0
  • #37454 - Config: detect injected config value mismatch for missing values
  • #37453 - Fix Panache bytecode enhancement for @Embeddable records
  • #37449 - Update Apache Maven to 3.9.6
  • #37447 - Add Content-Range header to 206 Partial Content file response
  • #37444 - Injecting ConfigProperty of type Optional<List> not working in the native mode
  • #37436 - Respect comma escapes in property value for @RolesAllowed.
  • #37428 - Fix various minor issues in quarkus update
  • #37426 - Fix typo configMapRefKey -> configMapKeyRef
  • #37421 - Scheduler: register ApplicationNotRunning as bean even if quartz is used
  • #37417 - Build fails when using the Quartz extension and @Scheduled(..., skipExecutionIf = Scheduled.ApplicationNotRunning.class)
  • #37415 - Make Truffle from GraalVM 23.1 work in all Quarkus modes
  • #37401 - Print correct profiles in native image
  • #37400 - Improve reliability when downloading builder images from Quay.io
  • #37398 - Revert "Build cache - Upload quarkus-ide-launcher-999-SNAPSHOT.jar"
  • #37395 - Update Gradle to 8.5
  • #37393 - Disable new Http2RSTFloodProtectionConfigTest on Windows
  • #37392 - Update gradle to 8.5 and backport if possible to finish Java 21 dependencies
  • #37384 - Stop disabling unsafe in netty at native-executable runtime
  • #37382 - Update MAX_LTS_SUPPORTED_BY_KOTLIN to 21
  • #37367 - Documentation: security auth mechanism guide must also list runtime form auth properties alongside build-time ones
  • #37366 - Documentation: Fix OIDC credentials reference to secret key
  • #37364 - Improve Docker Desktop detection
  • #37361 - Do not fail the request in OidcClient filters if OidcClient is disabled
  • #37360 - Disable OidcClientFilter at runtime for simpler application testing
  • #37359 - Fix incorrect log dependency
  • #37354 - Update Boucycastle to 1.77 and Boucycastle FIPS to 1.0.2.4
  • #37351 - Upgrade to Jandex 3.1.6
  • #37350 - Unlist quarkus-resteasy-reactive-qute and quarkus-resteasy-qute
  • #37347 - Runtime (re)initialize Netty's PlatformDependent classes
  • #37318 - Use batch mode for update-version.sh
  • #37317 - Avoid asking for GPG passphrase on CI
  • #37314 - Fix deprecated dev-v1 url with dev-ui in a few places
  • #37300 - Prepare docs/sync-web-site.sh for automated releases
  • #37294 - Fix the major version of Java 21
  • #37292 - Bump testcontainers to 1.19.3 and use docker-java-bom
  • #37291 - Bump org.jetbrains.kotlin:kotlin-gradle-plugin-api from 1.9.20 to 1.9.21 in /devtools/gradle
  • #37280 - Bump Microsoft SQL Server JDBC driver to 12.4.2
  • #37279 - Bump Microsoft SQL Server JDBC driver to 12.4.2
  • #37271 - Docs: add keywords to Vert.x guides
  • #37270 - Vert.x: report exception for blocking message consumer methods
  • #37268 - Reactive REST Client: check for ClientRequestFilter when skipping @Provider auto-discovery
  • #37252 - Use the default tenant resolver if the custom one does not resolve a tenant
  • #37251 - Add a test showing how OIDC ID token can be propagated
  • #37247 - Update kindcontainer to 1.4.4
  • #37244 - Always execute a JPA password action
  • #37228 - Add classes from additional JPA model build items to pre-generate proxies
  • #37224 - Qute: dev mode - debug a problem with no-restart-template
  • #37222 - RuntimeException in vertx is silently swallowed for blocking ConsumeEvents
  • #37177 - QUARKUS_PROFILE=dev and '-Dquarkus.profile=dev' not working for native image
  • #37108 - Warning about build time generated proxy for entity OutboxEvent in Hibernate Search
  • #36892 - Update Kotlin to version 1.9.21, Mockito to 5.7.0
  • #36747 - NoSuchMethodException when reading @Embeddable record
  • #36735 - Failure to bump BouncyCastle FIPS version to 1.0.2.4 due to a native build failure
  • #36242 - Quarkus cannot load Truffle/polyglot languages with the custom class loader.
  • #17839 - Invalid memory configuration for netty maxDirectMemory in native image