Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the quarkus group with 6 updates #1620

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2025

Bumps the quarkus group with 6 updates:

Package From To
io.quarkus:quarkus-bom 3.19.1 3.19.2
io.quarkus:quarkus-maven-plugin 3.19.1 3.19.2
io.quarkus:quarkus-ide-config 3.19.1 3.19.2
io.quarkus:quarkus-devtools-common 3.19.1 3.19.2
io.quarkus:quarkus-devtools-base-codestarts 3.19.1 3.19.2
io.quarkus:quarkus-devtools-testing 3.19.1 3.19.2

Updates io.quarkus:quarkus-bom from 3.19.1 to 3.19.2

Release notes

Sourced from io.quarkus:quarkus-bom's releases.

3.19.2

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
Commits
  • d1455cc [RELEASE] - Bump version to 3.19.2
  • ca623d0 Merge pull request #46620 from gsmet/3.19.2-backports-1
  • fae69ac Updates to Infinispan 15.0.14.Final
  • 24ab56b Use the version of Quarkus platform recommended for the current project for r...
  • faa1a74 Add template based data for dockerfile
  • 384e1f2 Fix loading of Maven workspaces that use revision properties using effective ...
  • 79cf24f Resolves 29411 & 37691 issues
  • a2641e8 Fix AOT cache doc
  • 1b4c900 Use source file mapping for all compilation providers
  • 07c6be8 Resolves 40315 & 41432 issues
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-maven-plugin from 3.19.1 to 3.19.2

Updates io.quarkus:quarkus-ide-config from 3.19.1 to 3.19.2

Release notes

Sourced from io.quarkus:quarkus-ide-config's releases.

3.19.2

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
Commits
  • d1455cc [RELEASE] - Bump version to 3.19.2
  • ca623d0 Merge pull request #46620 from gsmet/3.19.2-backports-1
  • fae69ac Updates to Infinispan 15.0.14.Final
  • 24ab56b Use the version of Quarkus platform recommended for the current project for r...
  • faa1a74 Add template based data for dockerfile
  • 384e1f2 Fix loading of Maven workspaces that use revision properties using effective ...
  • 79cf24f Resolves 29411 & 37691 issues
  • a2641e8 Fix AOT cache doc
  • 1b4c900 Use source file mapping for all compilation providers
  • 07c6be8 Resolves 40315 & 41432 issues
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-maven-plugin from 3.19.1 to 3.19.2

Updates io.quarkus:quarkus-devtools-common from 3.19.1 to 3.19.2

Updates io.quarkus:quarkus-devtools-base-codestarts from 3.19.1 to 3.19.2

Updates io.quarkus:quarkus-devtools-testing from 3.19.1 to 3.19.2

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the quarkus group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [io.quarkus:quarkus-bom](https://github.com/quarkusio/quarkus) | `3.19.1` | `3.19.2` |
| io.quarkus:quarkus-maven-plugin | `3.19.1` | `3.19.2` |
| [io.quarkus:quarkus-ide-config](https://github.com/quarkusio/quarkus) | `3.19.1` | `3.19.2` |
| io.quarkus:quarkus-devtools-common | `3.19.1` | `3.19.2` |
| io.quarkus:quarkus-devtools-base-codestarts | `3.19.1` | `3.19.2` |
| io.quarkus:quarkus-devtools-testing | `3.19.1` | `3.19.2` |


Updates `io.quarkus:quarkus-bom` from 3.19.1 to 3.19.2
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.19.1...3.19.2)

Updates `io.quarkus:quarkus-maven-plugin` from 3.19.1 to 3.19.2

Updates `io.quarkus:quarkus-ide-config` from 3.19.1 to 3.19.2
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.19.1...3.19.2)

Updates `io.quarkus:quarkus-maven-plugin` from 3.19.1 to 3.19.2

Updates `io.quarkus:quarkus-devtools-common` from 3.19.1 to 3.19.2

Updates `io.quarkus:quarkus-devtools-base-codestarts` from 3.19.1 to 3.19.2

Updates `io.quarkus:quarkus-devtools-testing` from 3.19.1 to 3.19.2

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus
- dependency-name: io.quarkus:quarkus-ide-config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus
- dependency-name: io.quarkus:quarkus-devtools-common
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus
- dependency-name: io.quarkus:quarkus-devtools-base-codestarts
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus
- dependency-name: io.quarkus:quarkus-devtools-testing
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: quarkus
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants