Bump quarkus.platform.version from 3.25.3 to 3.26.0
Bumps quarkus.platform.version from 3.25.3 to 3.26.0.
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
@ConfigRootconfig 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
@RegisterResourceBundleand@RegisterResourcesto register resources in native image- #48805 - Introduce
@RegisterResourceBundleand@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 runno 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
@ConfigRootdeprecated methods- #48965 - Attempt to reduce spurious linkage errors
... (truncated)
Commits
de96635[RELEASE] - Bump version to 3.26.0df6edd6Merge pull request #49616 from gsmet/3.26.0-backports-15fbf4e7Update runtime container images (UBI and OpenJDK)882d5d6Provided the example in yaml for logging customization7ec1dcfUndeprecate 'quarkus.otel.traces.enabled' propertya42679dDo not include default values when passing Gradle build configuration to Quarkus5a934a2Upgrade to Kotlin 2.2.1047781a8ComposeRunner - Avoid resetting env vars0d6a801Initial extension offering documentation822c0f8Updates 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-extension-processor from 3.25.3 to 3.26.0
Updates io.quarkus:quarkus-extension-maven-plugin from 3.25.3 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
@ConfigRootconfig 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
@RegisterResourceBundleand@RegisterResourcesto register resources in native image- #48805 - Introduce
@RegisterResourceBundleand@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 runno 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
@ConfigRootdeprecated methods- #48965 - Attempt to reduce spurious linkage errors
... (truncated)
Commits
de96635[RELEASE] - Bump version to 3.26.0df6edd6Merge pull request #49616 from gsmet/3.26.0-backports-15fbf4e7Update runtime container images (UBI and OpenJDK)882d5d6Provided the example in yaml for logging customization7ec1dcfUndeprecate 'quarkus.otel.traces.enabled' propertya42679dDo not include default values when passing Gradle build configuration to Quarkus5a934a2Upgrade to Kotlin 2.2.1047781a8ComposeRunner - Avoid resetting env vars0d6a801Initial extension offering documentation822c0f8Updates to Infinispan 15.0.19.Final- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
:tada: Snyk checks have passed. No issues have been found so far.
:white_check_mark: security/snyk check is complete. No issues have been found. (View Details)
Blocked until https://github.com/quarkiverse/quarkus-mailpit releases a version >1.6.4