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 quarkus.version from 3.14.4 to 3.19.3 #2303

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps quarkus.version from 3.14.4 to 3.19.3.
Updates io.quarkus:quarkus-bom from 3.14.4 to 3.19.3

Release notes

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

3.19.3

Complete changelog

  • #45112 - Exception about missing maven classes when opening the dev-ui (gradle based project)
  • #46430 - ResponseBuilderImpl NumberFormatException with IPv6
  • #46459 - Upgrading from 3.18.2 to 3.18.3 Results in OutOfMemoryError when using @QuarkusTest with Quarkus Junit 5
  • #46527 - Broken archive in vaadin-webcomponent dependency
  • #46566 - Issuer-based OIDC tenant resolver should check quarkus.oidc.token.required-claims
  • #46615 - OIDC client token requests retry not working
  • #46621 - Bump testcontainers.version from 1.20.5 to 1.20.6
  • #46624 - Devui Database View can not find tables in different schemas
  • #46632 - Make ResponseBuilderImpl more ipv6 aware
  • #46634 - Check required claims in OIDC issuer-based resolver
  • #46635 - Update some dev-ui libs versions
  • #46638 - Bump Keycloak version to 26.1.3
  • #46640 - Using SocketException in all of the OIDC retry code
  • #46651 - Fix non-public schema in DB Viewer for Dev UI
  • #46653 - Add -e to quarkus update commands and improve display
  • #46655 - JSON-B link
  • #46659 - Correct link to JSON-B API
  • #46660 - Correct summary text of config-yaml.adoc
  • #46661 - Correct summary text of spring-boot-properties.adoc
  • #46664 - ArC: fix disposer resolution in case the disposed parameter declares no qualifiers
  • #46680 - Fix gradle devui NoClassDefFound
  • #46684 - Revert "Execute simple JUnit tests and @QuarkusComponentTest first"
  • #46685 - Micrometer docs moved - fix links
  • #46695 - Introduce server.port tag into http.server.active.requests metric
  • #46700 - Exclude .github/project.yml from triggering workflows on push event
  • #46706 - Fix wording in quarkus-rest jsonview support
  • #46709 - Fix true-false typo
  • #46712 - Bump resteasy.version from 6.2.11.Final to 6.2.12.Final
  • #46713 - Bump hibernate-orm.version from 6.6.9.Final to 6.6.10.Final
  • #46714 - Bump io.micrometer:micrometer-bom from 1.14.4 to 1.14.5

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

... (truncated)

Commits
  • db5ec0e [RELEASE] - Bump version to 3.19.3
  • 95950b5 Merge pull request #46735 from gsmet/3.19.3-backports-1
  • d4c310b fix: Add maven parent first dependencies and disables extension list and add ...
  • 5900e9e Bump io.micrometer:micrometer-bom from 1.14.4 to 1.14.5
  • cb0b96d Bump hibernate-orm.version from 6.6.9.Final to 6.6.10.Final
  • e64108e Bump resteasy.version from 6.2.11.Final to 6.2.12.Final
  • 7f7b8de Introduce server.port tag into http.server.active.requests metric
  • 7512d0f Fix true-false typo
  • 149919d Fix wording in quarkus-rest jsonview support
  • d423b26 Update GitHub workflow templates to exclude .github/project.yml from trigge...
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-keycloak-admin-resteasy-client from 3.14.4 to 3.19.3

Updates io.quarkus.platform:quarkus-maven-plugin from 3.14.4 to 3.19.3

Commits
  • 5e963c7 [maven-release-plugin] prepare release 3.19.3
  • 7523d5d Merge pull request #1431 from gsmet/quarkus-3.19.3
  • c1588e6 Upgrade to Quarkus 3.19.3
  • 02d3de4 [maven-release-plugin] prepare for next development iteration
  • a9f6bad [maven-release-plugin] prepare release 3.19.2
  • d527c0a Merge pull request #1426 from gsmet/quarkus-3.19.2
  • 1ffa711 Upgrade to Quarkus 3.19.2
  • d00cc0b [maven-release-plugin] prepare for next development iteration
  • 506cc96 [maven-release-plugin] prepare release 3.19.1
  • 09697c4 Merge pull request #1420 from gsmet/quarkus-3.19.1
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-extension-processor from 3.14.4 to 3.19.3

Updates io.quarkus:quarkus-maven-plugin from 3.14.4 to 3.19.3

Updates io.quarkus:quarkus-extension-maven-plugin from 3.14.4 to 3.19.3

Release notes

Sourced from io.quarkus:quarkus-extension-maven-plugin's releases.

3.19.3

Complete changelog

  • #45112 - Exception about missing maven classes when opening the dev-ui (gradle based project)
  • #46430 - ResponseBuilderImpl NumberFormatException with IPv6
  • #46459 - Upgrading from 3.18.2 to 3.18.3 Results in OutOfMemoryError when using @QuarkusTest with Quarkus Junit 5
  • #46527 - Broken archive in vaadin-webcomponent dependency
  • #46566 - Issuer-based OIDC tenant resolver should check quarkus.oidc.token.required-claims
  • #46615 - OIDC client token requests retry not working
  • #46621 - Bump testcontainers.version from 1.20.5 to 1.20.6
  • #46624 - Devui Database View can not find tables in different schemas
  • #46632 - Make ResponseBuilderImpl more ipv6 aware
  • #46634 - Check required claims in OIDC issuer-based resolver
  • #46635 - Update some dev-ui libs versions
  • #46638 - Bump Keycloak version to 26.1.3
  • #46640 - Using SocketException in all of the OIDC retry code
  • #46651 - Fix non-public schema in DB Viewer for Dev UI
  • #46653 - Add -e to quarkus update commands and improve display
  • #46655 - JSON-B link
  • #46659 - Correct link to JSON-B API
  • #46660 - Correct summary text of config-yaml.adoc
  • #46661 - Correct summary text of spring-boot-properties.adoc
  • #46664 - ArC: fix disposer resolution in case the disposed parameter declares no qualifiers
  • #46680 - Fix gradle devui NoClassDefFound
  • #46684 - Revert "Execute simple JUnit tests and @QuarkusComponentTest first"
  • #46685 - Micrometer docs moved - fix links
  • #46695 - Introduce server.port tag into http.server.active.requests metric
  • #46700 - Exclude .github/project.yml from triggering workflows on push event
  • #46706 - Fix wording in quarkus-rest jsonview support
  • #46709 - Fix true-false typo
  • #46712 - Bump resteasy.version from 6.2.11.Final to 6.2.12.Final
  • #46713 - Bump hibernate-orm.version from 6.6.9.Final to 6.6.10.Final
  • #46714 - Bump io.micrometer:micrometer-bom from 1.14.4 to 1.14.5

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

... (truncated)

Commits
  • db5ec0e [RELEASE] - Bump version to 3.19.3
  • 95950b5 Merge pull request #46735 from gsmet/3.19.3-backports-1
  • d4c310b fix: Add maven parent first dependencies and disables extension list and add ...
  • 5900e9e Bump io.micrometer:micrometer-bom from 1.14.4 to 1.14.5
  • cb0b96d Bump hibernate-orm.version from 6.6.9.Final to 6.6.10.Final
  • e64108e Bump resteasy.version from 6.2.11.Final to 6.2.12.Final
  • 7f7b8de Introduce server.port tag into http.server.active.requests metric
  • 7512d0f Fix true-false typo
  • 149919d Fix wording in quarkus-rest jsonview support
  • d423b26 Update GitHub workflow templates to exclude .github/project.yml from trigge...
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-panache-common from 3.14.4 to 3.19.3

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
io.quarkus.platform:quarkus-maven-plugin [>= 3.9.a, < 3.10]
io.quarkus:quarkus-bom [>= 3.9.a, < 3.10]
io.quarkus:quarkus-extension-maven-plugin [>= 3.9.a, < 3.10]
io.quarkus:quarkus-extension-processor [>= 3.9.a, < 3.10]
io.quarkus:quarkus-maven-plugin [>= 3.9.a, < 3.10]

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `quarkus.version` from 3.14.4 to 3.19.3.

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

Updates `io.quarkus:quarkus-keycloak-admin-resteasy-client` from 3.14.4 to 3.19.3

Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.14.4 to 3.19.3
- [Commits](quarkusio/quarkus-platform@3.14.4...3.19.3)

Updates `io.quarkus:quarkus-extension-processor` from 3.14.4 to 3.19.3

Updates `io.quarkus:quarkus-maven-plugin` from 3.14.4 to 3.19.3

Updates `io.quarkus:quarkus-extension-maven-plugin` from 3.14.4 to 3.19.3
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.14.4...3.19.3)

Updates `io.quarkus:quarkus-panache-common` from 3.14.4 to 3.19.3

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-keycloak-admin-resteasy-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-panache-common
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the area/dependency Dependency Upgrade label Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependency Dependency Upgrade
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants