Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Release notes

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

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
  • #49911 - Bump com.nimbusds:nimbus-jose-jwt from 10.4.2 to 10.5
  • #49915 - WebSockets Next: Expose localAddress and remoteAddress in HandshakeRequest
  • #49921 - Fix timing of thread pool shutdown to respect quarkus.thread-pool.shutdown-interrupt config property
  • #49925 - Provide a module with common cli related utilities for plugins
  • #49926 - Introduce a module with common cli based utilities that are usable by extensions
  • #49928 - Remove IPv4 pinning for Lambda
  • #49945 - Support for multiple persistence units in Hibernate Reactive with Panache
  • #49968 - Introduce Template#getSource()
  • #49973 - Accessing gradle's project instance during configuration time
  • #49988 - Restructure tests so that continuous testing for main tests tests 'work'
  • #49992 - Tests: support InjectMock for built-in Event
  • #49996 - Add support for Hibernate's hibernate.hbm2ddl.extra_physical_table_types
  • #50004 - Bump org.checkerframework:checker-qual from 3.50.0 to 3.51.0
  • #50007 - Add support for multiple cache types (backends)

... (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-maven-plugin from 3.28.5 to 3.29.0

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Oct 27, 2025
Bumps `quarkus.platform.version` from 3.28.5 to 3.29.0.

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

Updates `io.quarkus:quarkus-maven-plugin` from 3.28.5 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-maven-plugin
  dependency-version: 3.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/quarkus.platform.version-3.29.0 branch from 3c0f678 to cc810e5 Compare October 27, 2025 23:16
@fugerit79 fugerit79 merged commit 18881c6 into main Oct 28, 2025
5 checks passed
@fugerit79 fugerit79 deleted the dependabot/maven/quarkus.platform.version-3.29.0 branch October 28, 2025 07:54
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 java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants