Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 25, 2025

Bumps the quarkus group with 2 updates: io.quarkus:quarkus-bom and io.quarkus:quarkus-maven-plugin.

Updates io.quarkus:quarkus-bom from 3.25.3 to 3.26.0

Release notes

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

3.26.0.CR1

Major changes

  • #47414 - Expose DevUI's capabilities as MCP functions
  • #48007 - Support named persistence units and data sources in Hibernate Reactive
  • #48687 - Add functionality to capture Quarkus application runtime data using JFR extension
  • #49003 - OIDC Client filter - allow to trigger token refresh when REST client request results in 401
  • #49042 - Support for customizing request and response body in OIDC filters
  • #49165 - DevUI HQL console redesign + Hibernate Assistant functionality
  • #49256 - Bump Gradle version to 9.0.0
  • #49408 - Offline startup and dialect configuration for Hibernate ORM
  • #49429 - Update to Hibernate ORM 7.1.0.Final, Hibernate Search 8.1.0.Final, Hibernate Reactive 3.1.0.Final

Complete changelog

  • #21110 - Support multiple persistence units for Hibernate Reactive
  • #30002 - Hibernate ORM tries to connect to the database on startup even with schema validation disabled
  • #37627 - Quarkus Maven Plugin fails on Maven 4
  • #40258 - OidcClientImpl should support JsonPath for extracting the Access Token
  • #41050 - Qute: include section - make it possible to supply the template id dynamically
  • #44037 - Handle revoked tokens - OIDC
  • #46727 - Hibernate Reactive should support named persistence units and Data Sources
  • #46789 - Supports Zip format in import SQL
  • #47338 - Unzip zip files in hibernate HBM2DDL_IMPORT_FILES setting
  • #47353 - Swapping Parent with Hibernate entity fails
  • #47414 - Expose DevUI's capabilities as MCP functions
  • #47615 - Add Javadoc for various build items
  • #48007 - Support named persistence units and data sources in Hibernate Reactive
  • #48248 - Add Maven 4 resolver support with backward compatibility
  • #48433 - Qute: include - make it possible to supply the template id dynamically
  • #48459 - Expose path params and user data to upgrade check in WebSockets Next
  • #48687 - Add functionality to capture Quarkus application runtime data using JFR extension
  • #48693 - Track start/end template + before/after node resolve
  • #48717 - Drop @ConfigRoot config classes implementation
  • #48725 - Document current behaviour for integration tests
  • #48781 - QuarkusTests with nested classes fail when executing them with other QuarkusTests in IDEA IDE
  • #48782 - Remove legacy config classes support from extension annotation processor
  • #48804 - Introduce @RegisterResourceBundle and @RegisterResources to register resources in native image
  • #48805 - Introduce @RegisterResourceBundle and @RegisterResources
  • #48854 - Jakarta Data repositories can only be defined for default persistence unit
  • #48872 - Add pseudo monitoring option 'none' to disable all monitoring options
  • #48877 - Document/test how to work with non-default PUs and Jakarta Data repositories
  • #48900 - Provide fluent API to set up the mutual TLS client authentication
  • #48945 - Fail by default if app is relying on global (REST) serialization settings for Hibernate ORM's XML/JSON serialization
  • #48947 - Introduce Gizmo 2
  • #48948 - Use consistent ordering of bean info in toString()
  • #48950 - quarkus run no longer works for certain combinations of dependencies
  • #48958 - Bump com.amazonaws:aws-lambda-java-events from 3.16.0 to 3.16.1
  • #48960 - Remove @ConfigRoot deprecated methods
  • #48965 - Attempt to reduce spurious linkage errors

... (truncated)

Commits
  • de96635 [RELEASE] - Bump version to 3.26.0
  • df6edd6 Merge pull request #49616 from gsmet/3.26.0-backports-1
  • 5fbf4e7 Update runtime container images (UBI and OpenJDK)
  • 882d5d6 Provided the example in yaml for logging customization
  • 7ec1dcf Undeprecate 'quarkus.otel.traces.enabled' property
  • a42679d Do not include default values when passing Gradle build configuration to Quarkus
  • 5a934a2 Upgrade to Kotlin 2.2.10
  • 47781a8 ComposeRunner - Avoid resetting env vars
  • 0d6a801 Initial extension offering documentation
  • 822c0f8 Updates to Infinispan 15.0.19.Final
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-maven-plugin from 3.25.3 to 3.26.0

Updates io.quarkus:quarkus-maven-plugin from 3.25.3 to 3.26.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 <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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 25, 2025
Bumps the quarkus group with 2 updates: [io.quarkus:quarkus-bom](https://github.com/quarkusio/quarkus) and io.quarkus:quarkus-maven-plugin.


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

Updates `io.quarkus:quarkus-maven-plugin` from 3.25.3 to 3.26.0

Updates `io.quarkus:quarkus-maven-plugin` from 3.25.3 to 3.26.0

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-version: 3.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: quarkus
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-version: 3.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: quarkus
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-version: 3.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: quarkus
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 25, 2025
@marko-bekhta marko-bekhta merged commit 2645057 into main Aug 25, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/maven/quarkus-feaf626a0e branch August 25, 2025 07:11
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.

1 participant