Skip to content

Bump quarkus.version from 3.28.2 to 3.29.0#2570

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/quarkus.version-3.29.0
Closed

Bump quarkus.version from 3.28.2 to 3.29.0#2570
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/quarkus.version-3.29.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 29, 2025

Bumps quarkus.version from 3.28.2 to 3.29.0.
Updates io.quarkus:quarkus-bom from 3.28.2 to 3.29.0

Release notes

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

3.29.0

Complete changelog

  • #50330 - JAX-RS returns 404 incorrectly for route with path parameter containing prefix that matches segment from another route
  • #50384 - Fix handling of overlapping paths in resteasy-reactive server
  • #50495 - Gradle multi-module container image name “spills" across modules after 3.26.3
  • #50551 - Hibernate assistant: use new response type
  • #50567 - Pass all the configuration minus PackageConfig and NativeConfig defaults to Gradle tasks
  • #50577 - Maven ITs - Reduce waiting times in multi-module tests
  • #50588 - Bump flyway.version from 11.14.0 to 11.14.1
  • #50592 - Evaluate Qute expression in the render Thread with Qute debugger
  • #50627 - NPE when invalid expression is evaluated with Qute debugger

3.29.0.CR1

Major changes

  • #48732 - Keep the Hibernate ORM and Reactive extensions enabled even when no entity is defined
  • #48962 - Provide Qute DAP debugger support
  • #50007 - Add support for multiple cache types (backends)

Complete changelog

  • #7148 - Have a way to get access to EntityManager even without entities
  • #18425 - Implement Dev Services for the LRA coordinator
  • #23558 - DevService for LRA
  • #30264 - EOFException when running tests in CI
  • #30315 - Mitigate Jacoco report generation issues
  • #43339 - QuarkusComponentTest: support simplified constructor injection
  • #43594 - Use Arc features in Hibernate extensions for eager startup and active/inactive
  • #45615 - Java 8 is used in funqy-amazon-lambda and amazon-lambda archetypes
  • #47854 - Add a supported configuration property "hibernate.hbm2ddl.extra_physical_table_types"
  • #48029 - Bump JDK version to 21 at funqy related code
  • #48031 - [Cache] Allow usage of Caffeine and Redis at the same time
  • #48292 - Config to enable all metrics
  • #48732 - Keep the Hibernate ORM and Reactive extensions enabled even when no entity is defined
  • #48783 - Use Arc features in Hibernate extensions for eager startup and active/inactive
  • #48845 - Fix WebSockets Next security context propagation in Tools when AI service returns Multi
  • #48962 - Provide Qute DAP debugger support
  • #49024 - Do not create GeoIP downloader when starting Elasticsearch container
  • #49175 - Add LRA Dev Services
  • #49283 - Move our tests to a recent Keycloak version
  • #49360 - Introduce quarkus.micrometer.binder.enable-all property
  • #49688 - IPv6 doesn't work in AWS Lambda in Native mode
  • #49754 - Add findByIds API to Panache
  • #49812 - jakarta.enterprise.inject.Specializes not working
  • #49834 - Arc - detect usage of unsupported @Specializes annotation and fail fast
  • #49840 - WebSocket Next: Provide access to the remote address of incoming connections
  • #49865 - Enable Hibernate Validator to traverse lazy associations in Hibernate Reactive entities
  • #49895 - Quarkus CLI does not check for special characters when adding an extension

... (truncated)

Commits
  • 5fd63b7 [RELEASE] - Bump version to 3.29.0
  • 74f5533 Merge pull request #50655 from gsmet/3.29.0-backports-1
  • e82db92 Fix version resolution in CLI
  • 8655730 Opens java.lang as it's required for Java 24+
  • 667b90e Prevent continuous testing log entry when `quarkus.test.continuous-testing=di...
  • 4dc2dce Prevent NPE when quarkus.test.continuous-testing=false
  • 05fa3e7 Ensure that Liquibase pre-conditions work for MongoDB
  • 49a1cef Fix podman machine setup command order
  • d82225f NPE when invalid expression is evaluated with Qute debugger
  • a20c232 Bump Microsoft SQL Server JDBC driver to 13.2.1
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-keycloak-admin-resteasy-client from 3.28.2 to 3.29.0

Updates io.quarkus.platform:quarkus-maven-plugin from 3.28.2 to 3.29.0

Commits
  • 2ce97ca [maven-release-plugin] prepare release 3.29.0
  • 5248c8b Fix QOSDK test artifact move
  • f30a643 Merge pull request #1643 from quarkusio/dependabot/github_actions/actions/dow...
  • d7fc7a8 Merge pull request #1644 from quarkusio/dependabot/github_actions/actions/upl...
  • a53e1df Merge pull request #1647 from quarkusio/revert-1608-add-debezium-quarkus-exte...
  • 360a4f9 Merge pull request #1648 from jamesnetherton/quarkus-cxf-camel-quarkus-3.29.0
  • 088c975 Upgrade Camel Quarkus to 3.29.0
  • e656191 Revert "Add new Debezium Quarkus Extension"
  • 9428060 Upgrade Quarkus CXF to 3.29.0
  • 6c45813 Bump actions/upload-artifact from 4 to 5
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-extension-processor from 3.28.2 to 3.29.0

Updates io.quarkus:quarkus-maven-plugin from 3.28.2 to 3.29.0

Updates io.quarkus:quarkus-extension-maven-plugin from 3.28.2 to 3.29.0

Release notes

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

3.29.0

Complete changelog

  • #50330 - JAX-RS returns 404 incorrectly for route with path parameter containing prefix that matches segment from another route
  • #50384 - Fix handling of overlapping paths in resteasy-reactive server
  • #50495 - Gradle multi-module container image name “spills" across modules after 3.26.3
  • #50551 - Hibernate assistant: use new response type
  • #50567 - Pass all the configuration minus PackageConfig and NativeConfig defaults to Gradle tasks
  • #50577 - Maven ITs - Reduce waiting times in multi-module tests
  • #50588 - Bump flyway.version from 11.14.0 to 11.14.1
  • #50592 - Evaluate Qute expression in the render Thread with Qute debugger
  • #50627 - NPE when invalid expression is evaluated with Qute debugger

3.29.0.CR1

Major changes

  • #48732 - Keep the Hibernate ORM and Reactive extensions enabled even when no entity is defined
  • #48962 - Provide Qute DAP debugger support
  • #50007 - Add support for multiple cache types (backends)

Complete changelog

  • #7148 - Have a way to get access to EntityManager even without entities
  • #18425 - Implement Dev Services for the LRA coordinator
  • #23558 - DevService for LRA
  • #30264 - EOFException when running tests in CI
  • #30315 - Mitigate Jacoco report generation issues
  • #43339 - QuarkusComponentTest: support simplified constructor injection
  • #43594 - Use Arc features in Hibernate extensions for eager startup and active/inactive
  • #45615 - Java 8 is used in funqy-amazon-lambda and amazon-lambda archetypes
  • #47854 - Add a supported configuration property "hibernate.hbm2ddl.extra_physical_table_types"
  • #48029 - Bump JDK version to 21 at funqy related code
  • #48031 - [Cache] Allow usage of Caffeine and Redis at the same time
  • #48292 - Config to enable all metrics
  • #48732 - Keep the Hibernate ORM and Reactive extensions enabled even when no entity is defined
  • #48783 - Use Arc features in Hibernate extensions for eager startup and active/inactive
  • #48845 - Fix WebSockets Next security context propagation in Tools when AI service returns Multi
  • #48962 - Provide Qute DAP debugger support
  • #49024 - Do not create GeoIP downloader when starting Elasticsearch container
  • #49175 - Add LRA Dev Services
  • #49283 - Move our tests to a recent Keycloak version
  • #49360 - Introduce quarkus.micrometer.binder.enable-all property
  • #49688 - IPv6 doesn't work in AWS Lambda in Native mode
  • #49754 - Add findByIds API to Panache
  • #49812 - jakarta.enterprise.inject.Specializes not working
  • #49834 - Arc - detect usage of unsupported @Specializes annotation and fail fast
  • #49840 - WebSocket Next: Provide access to the remote address of incoming connections
  • #49865 - Enable Hibernate Validator to traverse lazy associations in Hibernate Reactive entities
  • #49895 - Quarkus CLI does not check for special characters when adding an extension

... (truncated)

Commits
  • 5fd63b7 [RELEASE] - Bump version to 3.29.0
  • 74f5533 Merge pull request #50655 from gsmet/3.29.0-backports-1
  • e82db92 Fix version resolution in CLI
  • 8655730 Opens java.lang as it's required for Java 24+
  • 667b90e Prevent continuous testing log entry when `quarkus.test.continuous-testing=di...
  • 4dc2dce Prevent NPE when quarkus.test.continuous-testing=false
  • 05fa3e7 Ensure that Liquibase pre-conditions work for MongoDB
  • 49a1cef Fix podman machine setup command order
  • d82225f NPE when invalid expression is evaluated with Qute debugger
  • a20c232 Bump Microsoft SQL Server JDBC driver to 13.2.1
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-panache-common from 3.28.2 to 3.29.0

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.28.2 to 3.29.0.

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

Updates `io.quarkus:quarkus-keycloak-admin-resteasy-client` from 3.28.2 to 3.29.0

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

Updates `io.quarkus:quarkus-extension-processor` from 3.28.2 to 3.29.0

Updates `io.quarkus:quarkus-maven-plugin` from 3.28.2 to 3.29.0

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

Updates `io.quarkus:quarkus-panache-common` from 3.28.2 to 3.29.0

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the area/dependency Dependency Upgrade label Oct 29, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 6, 2025

Superseded by #2577.

@dependabot dependabot bot closed this Nov 6, 2025
@dependabot dependabot bot deleted the dependabot/maven/quarkus.version-3.29.0 branch November 6, 2025 23:09
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