Skip to content

3.6.2

Compare
Choose a tag to compare
@quarkusbot quarkusbot released this 12 Dec 15:44
· 4074 commits to main since this release

Complete changelog

  • #37686 - Use standard URL when updating the website
  • #37653 - Improve error message in REST Client when no matching readers found
  • #37640 - Handle expireAfterWrite properly in the redis-cache config
  • #37639 - Logging docs include build time config reference
  • #37638 - Add scope tag to all injected MP Metrics
  • #37623 - Add quarkus-funqy-amazon-lambda-deployment to the quarkus-bom
  • #37617 - SmallRye GraphQL 2.6.1
  • #37611 - Fix configuration of custom port for Elasticsearch dev services
  • #37610 - Elasticsearch devservice port incorrect binding
  • #37605 - Fix type in HeartbeatFilter example of rest-client-reactive doc
  • #37599 - Bump kafka3.version from 3.6.0 to 3.6.1
  • #37594 - Bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.6.1 to 1.6.2
  • #37590 - Microprofile Metric Missing "Scope" Tag Only When Using Constructor Injection
  • #37588 - Update the import.cypher script to use newer syntax
  • #37581 - Support using commas to add extensions with CLI
  • #37570 - Prevent concurrently running Jacoco ReportCreators to avoid report corruption
  • #37565 - ArC: prevent duplicate bean discovery & detect duplicate bean identifiers
  • #37564 - Invalid documentation for 'quarkus extension add'
  • #37557 - Make docs/sync-web-site.sh recoverable
  • #37553 - Register OpenAPI custom filters for reflection
  • #37549 - Bump commons-io:commons-io from 2.15.0 to 2.15.1
  • #37546 - Bump io.quarkus:quarkus-platform-bom-maven-plugin from 0.0.99 to 0.0.100
  • #37545 - Bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.1
  • #37536 - Fix != expression in @PreAuthorize check
  • #37535 - Fix Snappy note about native
  • #37526 - Spring security annotatiton PreAuthorize process equals and not equals in the same way
  • #37520 - Properly match unknown config files for Windows
  • #37513 - Save pathParamValues encoded and perform decoding when requested
  • #37505 - Bump org.jboss.logmanager:log4j2-jboss-logmanager from 1.1.1.Final to 1.1.2.Final
  • #37496 - Quarkus 3.6.0 generate wrong jacoco xml
  • #37493 - upgrading from quarkus 3.5.3 to 3.6.0 java.lang.IllegalArgumentException: A case block for the string value already exist
  • #37479 - Redis Cache ttl default value invalid setting
  • #37357 - Runtime OpenAPI filters are not registered for reflection
  • #37298 - Bump Keycloak version to 23.0.0
  • #37187 - Bump org.apache.commons:commons-compress from 1.24.0 to 1.25.0
  • #37129 - Bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.6.0 to 1.6.1
  • #37128 - Bump org.junit:junit-bom from 5.10.0 to 5.10.1
  • #37035 - Register methods of RESTeasy reactive parameter containers for reflection
  • #36986 - Native not index method with SSE and throw NoSuchMethodException
  • #36813 - config-yaml warning - unrecognized configuration file on Windows
  • #36773 - "Unrecognized configuration file" when using YAML
  • #35960 - PathParam URL encoded in quarkus-resteasy-reactive since quarkus 3.2.x