Skip to content

3.19.2

Latest
Compare
Choose a tag to compare
@quarkusbot quarkusbot released this 05 Mar 15:42
· 382 commits to main since this release

Complete changelog

  • #29411 - Kafka Streams topology in Dev UI is empty when source topic uses Pattern
  • #37691 - Kafka Streams dev console topology view can't handle "." in topic name
  • #40315 - @UnlessBuildProperty does not work properly if io.quarkus:quarkus-rest in the dependencies.
  • #41432 - Application fails to start in dev mode if kafka-streams extension is present
  • #45148 - Document default connection-pool-size for REST Clients and raise default pool size to 50 for Quarkus REST
  • #46308 - Greatly improve Quarkus update
  • #46330 - Produce a KubernetesDevServiceInfoBuildItem forDevServices requiring to use a Kubernetes cluster
  • #46375 - Bump testcontainers.version from 1.20.4 to 1.20.5
  • #46386 - Create a KubernetesDevServiceInfoBuildItem
  • #46399 - Add a new BuildItem class: KubernetesDevServiceRequestBuildItem
  • #46473 - @TestFactory does not work with QuarkusUnitTest
  • #46474 - Ensure that QuarkusUnitTest plays nicely with @TestFactory
  • #46476 - Qute Logical OR Operator is not working
  • #46482 - Bump Gradle to 8.13 and adopt Quarkus Gradle plugin
  • #46493 - Info Endpoint: Does not display in Additional Endpoints UI
  • #46495 - Info endpoint displayed on endpoints dev ui
  • #46505 - Qute: fix validation of an expression with "logical or"
  • #46528 - support var args in rest client
  • #46529 - Add support for primitive arrays in REST Client
  • #46531 - Docs: Updated link to "MicroProfile Rest Client Spec"
  • #46534 - Switch docs and samples to use CORS and JSON enabled properties
  • #46539 - This Gauge has been already registered "http.server.active.requests"
  • #46548 - Websockets next incompatible with undertow extension when using @SessionScoped
  • #46550 - Bump flyway.version from 11.3.3 to 11.3.4
  • #46553 - Introduce url.scheme tag into http.server.active.requests metric
  • #46557 - Remove quarkus-mutiny dependency from container-image extensions
  • #46558 - DevUI: fix bean/build steps depenceny graphs
  • #46561 - ArC: consider built-in session context during client proxy optimization
  • #46567 - Fix docker templates and platform to support ubi8 and ubi9
  • #46571 - Fix quotes and missing parentheses in security-testing.adoc
  • #46572 - Bump jboss-logging-annotations.version from 3.0.3.Final to 3.0.4.Final
  • #46573 - Bump io.quarkus:quarkus-platform-bom-maven-plugin from 0.0.118 to 0.0.119
  • #46576 - makes Kafka Streams topology optional
  • #46578 - Reduce our exposure to DefaultArtifactVersion
  • #46581 - Clarify using table name in Security JPA guide
  • #46584 - Workaround classloading issue in Quarkus internal tests by making io.quarkus.security.test.utils.AuthData#applyAugmentors public
  • #46585 - Use source file mapping for all compilation providers
  • #46587 - Updates to Infinispan 15.0.14.Final
  • #46597 - Fix loading of Maven workspaces that use revision properties using effective model building
  • #46599 - Fix issues with special characters in Kafka Streams Dev UI
  • #46607 - Fix AOT cache doc
  • #46612 - Use the version of Quarkus platform recommended for the current project for recipe filtering