Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps quarkus.version from 3.24.5 to 3.26.0.
Updates io.quarkus:quarkus-bom from 3.24.5 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.24.5 to 3.26.0

Updates io.quarkus:quarkus-config-doc-maven-plugin from 3.24.5 to 3.26.0

Updates io.quarkus:quarkus-extension-processor from 3.24.5 to 3.26.0

Updates io.quarkus:quarkus-extension-maven-plugin from 3.24.5 to 3.26.0

Release notes

Sourced from io.quarkus:quarkus-extension-maven-plugin'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

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.24.5 to 3.26.0.

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

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

Updates `io.quarkus:quarkus-config-doc-maven-plugin` from 3.24.5 to 3.26.0

Updates `io.quarkus:quarkus-extension-processor` from 3.24.5 to 3.26.0

Updates `io.quarkus:quarkus-extension-maven-plugin` from 3.24.5 to 3.26.0
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.24.5...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-name: io.quarkus:quarkus-maven-plugin
  dependency-version: 3.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-config-doc-maven-plugin
  dependency-version: 3.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-version: 3.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-version: 3.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 20, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 29, 2025

Superseded by #10.

@dependabot dependabot bot closed this Aug 29, 2025
@dependabot dependabot bot deleted the dependabot/maven/quarkus.version-3.26.0 branch August 29, 2025 13:30
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.

0 participants