Skip to content

chore(deps): bump quarkus.version from 3.30.6 to 3.31.0#140

Open
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/maven/quarkus.version-3.31.0
Open

chore(deps): bump quarkus.version from 3.30.6 to 3.31.0#140
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/maven/quarkus.version-3.31.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps quarkus.version from 3.30.6 to 3.31.0.
Updates io.quarkus:quarkus-bom from 3.30.6 to 3.31.0

Release notes

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

3.31.0.CR1

Major changes

  • #36168 - Support new Hibernate 6.3 syntax for type-safe queries
  • #50058 - Introduce Panache 2
  • #50519 - Upgrade to Hibernate ORM 7.2, Reactive 3.2, Search 8.2, Elasticsearch 9.2 / OpenSearch 3.3 for clients / server (dev services)
  • #50603 - Enable headless AWT on Windows
  • #50987 - Support security annotations on Jakarta Data repositories
  • #51049 - Add i18n to Dev UI
  • #51188 - Support @PermissionsAllowed security annotation on REST Data Panache endpoints
  • #51220 - Encrypt OIDC tokens for custom TokenStateManager implementations
  • #51314 - Update to Testcontainers 2.0.2
  • #51383 - Allow to configure OIDC DB token state manager column sizes for tokens
  • #51407 - ArC: split logic in ComponentsProviderGenerator
  • #51412 - Upgrade to JUnit 6
  • #51586 - New Hibernate Spatial extension and integration tests
  • #51587 - Introduce a quarkus Maven packaging and an assorted lifecycle
  • #51679 - Allow to assign a user and roles to a scheduled task
  • #51736 - Require Maven 3.9.0+ for Quarkus projects
  • #51743 - Allow to select OIDC client for individual dynamic GraphQL clients
  • #51799 - Add support for OAuth 2.0 Pushed Authorization Requests to OIDC extension
  • #51957 - Bump smallrye-reactive-messaging.version from 4.31.0 to 4.32.0

Complete changelog

  • #3945 - Use enums for Hibernate ORM configuration
  • #13261 - @TempDir not working when on a field on @QuarkusTest
  • #22355 - Support creation of multiple openapi documents
  • #22611 - Quarkus CDI-managed beans not available in Pact state callbacks
  • #23854 - Blocking authentication should be implied when using HTTP JWKS loading
  • #32936 - Allow plugging in Hibernate ORM's TypeContributor, FunctionContributor
  • #32993 - Port AWT Extension to Windows
  • #33104 - Test failure with podman: Quarkus - JDBC - DB2 - Deployment
  • #35014 - Oidc-client heathcheck and readinesscheck
  • #36168 - Support new Hibernate 6.3 syntax for type-safe queries
  • #37636 - (quarkus-smallrye-openapi) Create separate OpenAPI specs for different packages.
  • #38966 - Add @PermissionsAllowed to Panache Resources
  • #39293 - Quarkus OIDC Client: Lazy OIDC Discovery
  • #39431 - Validate that the injected config class has to be the entry point of the @ConfigMapping
  • #39968 - Add a configuration to serve a local directory with a static handler
  • #41835 - Clarify load shedding documentation
  • #44690 - Enhancement proposal : TLS registry - Support path to a directory containing the certificates to trust for the value of quarkus.tls.trust-store.pem.certs
  • #45380 - ClassTooLargeException when building an application containing many CDI beans
  • #45917 - Deprecate Service Binding module
  • #46001 - quarkus:run to support arguments and property setting
  • #46011 - Add the ability to configure launch for quarkus:run
  • #46091 - Hibernate Reactive with Panache: support stateless sessions
  • #46092 - Add option to run-time initialize JDK classes
  • #46096 - Panache 2
  • #46315 - Allow passthrough of URL parameters in FormAuthenticationMechanism

... (truncated)

Commits
  • 20f125c [RELEASE] - Bump version to 3.31.0
  • 72f495a Merge pull request #52107 from gsmet/3.31.0-backports-2
  • 12a2ad8 Make sure classes in the default package are added to RunnerClassLoader
  • 75149ff Remove injection and passing around of TaskDependencyFactory
  • 92debac Bump Mandrel version to 25 in CI jobs
  • 64be1f2 Dev MCP: Make sure disabled methods can not be called.
  • 239d8cd CI - Avoid go-offline logging
  • 65b02a2 Correctly enrich @​ArquillianResource URL
  • bcd62de Register HttpServer.getLocalBaseUri in integration tests
  • 1e127f2 Bump version of MySQL used in DevService and our own tests from 8.4 to 9.5
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-extension-processor from 3.30.6 to 3.31.0

Updates io.quarkus:quarkus-extension-maven-plugin from 3.30.6 to 3.31.0

Release notes

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

3.31.0.CR1

Major changes

  • #36168 - Support new Hibernate 6.3 syntax for type-safe queries
  • #50058 - Introduce Panache 2
  • #50519 - Upgrade to Hibernate ORM 7.2, Reactive 3.2, Search 8.2, Elasticsearch 9.2 / OpenSearch 3.3 for clients / server (dev services)
  • #50603 - Enable headless AWT on Windows
  • #50987 - Support security annotations on Jakarta Data repositories
  • #51049 - Add i18n to Dev UI
  • #51188 - Support @PermissionsAllowed security annotation on REST Data Panache endpoints
  • #51220 - Encrypt OIDC tokens for custom TokenStateManager implementations
  • #51314 - Update to Testcontainers 2.0.2
  • #51383 - Allow to configure OIDC DB token state manager column sizes for tokens
  • #51407 - ArC: split logic in ComponentsProviderGenerator
  • #51412 - Upgrade to JUnit 6
  • #51586 - New Hibernate Spatial extension and integration tests
  • #51587 - Introduce a quarkus Maven packaging and an assorted lifecycle
  • #51679 - Allow to assign a user and roles to a scheduled task
  • #51736 - Require Maven 3.9.0+ for Quarkus projects
  • #51743 - Allow to select OIDC client for individual dynamic GraphQL clients
  • #51799 - Add support for OAuth 2.0 Pushed Authorization Requests to OIDC extension
  • #51957 - Bump smallrye-reactive-messaging.version from 4.31.0 to 4.32.0

Complete changelog

  • #3945 - Use enums for Hibernate ORM configuration
  • #13261 - @TempDir not working when on a field on @QuarkusTest
  • #22355 - Support creation of multiple openapi documents
  • #22611 - Quarkus CDI-managed beans not available in Pact state callbacks
  • #23854 - Blocking authentication should be implied when using HTTP JWKS loading
  • #32936 - Allow plugging in Hibernate ORM's TypeContributor, FunctionContributor
  • #32993 - Port AWT Extension to Windows
  • #33104 - Test failure with podman: Quarkus - JDBC - DB2 - Deployment
  • #35014 - Oidc-client heathcheck and readinesscheck
  • #36168 - Support new Hibernate 6.3 syntax for type-safe queries
  • #37636 - (quarkus-smallrye-openapi) Create separate OpenAPI specs for different packages.
  • #38966 - Add @PermissionsAllowed to Panache Resources
  • #39293 - Quarkus OIDC Client: Lazy OIDC Discovery
  • #39431 - Validate that the injected config class has to be the entry point of the @ConfigMapping
  • #39968 - Add a configuration to serve a local directory with a static handler
  • #41835 - Clarify load shedding documentation
  • #44690 - Enhancement proposal : TLS registry - Support path to a directory containing the certificates to trust for the value of quarkus.tls.trust-store.pem.certs
  • #45380 - ClassTooLargeException when building an application containing many CDI beans
  • #45917 - Deprecate Service Binding module
  • #46001 - quarkus:run to support arguments and property setting
  • #46011 - Add the ability to configure launch for quarkus:run
  • #46091 - Hibernate Reactive with Panache: support stateless sessions
  • #46092 - Add option to run-time initialize JDK classes
  • #46096 - Panache 2
  • #46315 - Allow passthrough of URL parameters in FormAuthenticationMechanism

... (truncated)

Commits
  • 20f125c [RELEASE] - Bump version to 3.31.0
  • 72f495a Merge pull request #52107 from gsmet/3.31.0-backports-2
  • 12a2ad8 Make sure classes in the default package are added to RunnerClassLoader
  • 75149ff Remove injection and passing around of TaskDependencyFactory
  • 92debac Bump Mandrel version to 25 in CI jobs
  • 64be1f2 Dev MCP: Make sure disabled methods can not be called.
  • 239d8cd CI - Avoid go-offline logging
  • 65b02a2 Correctly enrich @​ArquillianResource URL
  • bcd62de Register HttpServer.getLocalBaseUri in integration tests
  • 1e127f2 Bump version of MySQL used in DevService and our own tests from 8.4 to 9.5
  • 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps `quarkus.version` from 3.30.6 to 3.31.0.

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

Updates `io.quarkus:quarkus-extension-processor` from 3.30.6 to 3.31.0

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

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-version: 3.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-version: 3.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-version: 3.31.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 26, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 26, 2026

Labels

The following labels could not be found: maven. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 26, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link

Qodana for JVM

14 new problems were found

Inspection name Severity Problems
AutoCloseable used without 'try'-with-resources 🔶 Warning 4
Non-serializable class with 'serialVersionUID' 🔶 Warning 3
Comparison of 'short' and 'char' values 🔶 Warning 2
Pointless arithmetic expression 🔶 Warning 2
Result of method call ignored 🔶 Warning 1
Unnecessary 'null' check before method call 🔶 Warning 1
Wrapper type may be primitive 🔶 Warning 1

☁️ View the detailed Qodana report

Detected 5 dependencies

Third-party software list

This page lists the third-party software dependencies used in project

Dependency Version Licenses
annotations 26.0.2-1 Apache-2.0
spring-beans 7.0.2 Apache-2.0
spring-boot-autoconfigure 4.0.1 Apache-2.0
spring-boot-starter 4.0.1 Apache-2.0
spring-core 7.0.2 Apache-2.0
Contact Qodana team

Contact us at qodana-support@jetbrains.com

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant