Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 24, 2025

Bumps quarkus.version from 3.24.4 to 3.25.0.
Updates io.quarkus:quarkus-bom from 3.24.4 to 3.25.0

Release notes

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

3.25.0.CR1

Major changes

  • #47802 - Virtual thread support for smallrye-graphql
  • #47978 - [Breaking change] Use prometheus client v1 on Micrometer
  • #48296 - OIDC Client: Add periodic asynchronous tokens refresh for performance critical applications
  • #48482 - Provide a fluent API to set up path-specific authorization programmatically
  • #48734 - Support for OAuth2 ResourceProtectedMetadata

Complete changelog

  • #5514 - Run time config objects should be disallowed in build steps completely
  • #14513 - AWS lambda extension fails to Deserialize trigger Classes correctly
  • #29269 - Do not require a default datasource definition if TenantConnectionResolver is implemented
  • #34547 - Exception on application shutdown with quarkus-hibernate-search-orm-coordination-outbox-polling
  • #34652 - Unable to build application as "mutable-jar" using gradle plugin
  • #35605 - Virtual Thread Support in GraphQL
  • #38366 - Quarkus cli: quarkus run of picocli app with Gradle Kotlin DSL fails
  • #39167 - Prevent reordering of env in kubernetes deployment
  • #40358 - Support specifying multiple tenants in @TenantFeature
  • #42255 - Microsoft Azure SQL Server Compatibility with Quarkus 3.12.3
  • #43434 - WebSocket-Next - Refresh OIDC AccessToken without reconnection
  • #43703 - Using CockroachDB with Postgres JDBC driver causes failure because of database version
  • #43764 - Delegate detection of the database version to the Hibernate ORM dialect and enable checks for Hibernate Reactive
  • #44656 - The usage of the amazon extensions results in unregistered resource or reflective accesses in native mode
  • #44871 - Fail or warn on build when application.properties/application.yaml is missing but application-<profile>.properties/application-<profile>.yaml is present
  • #45011 - Provide Vert.x OIDC to Quarkus OIDC migration guides
  • #45263 - Unactionable warning when booting Hibernate Reactive
  • #45332 - Docs - all config page: Management interface runtime authentication group has title "WebSocket Server configuration"
  • #45892 - Docs: Disparities between the online quarkus-messaging-kafka extension docs
  • #46357 - Change how JPAConfig cleans up its resources
  • #46673 - Add optional refresh token timer to OIDC client
  • #47151 - Support io.micrometer.prometheusmetrics.PrometheusMeterRegistry
  • #47210 - Simple way to exclude quarkus-devtools-common transitive dependencies
  • #47317 - Support for OIDC Protected Resource Metadata
  • #47370 - Sort generated env by name in kubernetes extension
  • #47458 - Add Metrics and Logs to OTel Capabilities
  • #47507 - HeaderHelper.getMediaType throws ClassCastException when Content-Type header is stored as a List
  • #47546 - Quarkus REST - Be more forgiving when adding headers
  • #47602 - Redis services should not be started during augmentation phase
  • #47610 - Do not start redis dev services in augmentation (plus supporting framework)
  • #47627 - Kafka dev services should not be started in augmentation phase
  • #47675 - WebSocket Next: enable users to update SecurityIdentity before previous bearer access token expires
  • #47693 - Automatically ignore mapping roots shared by build time and runtime
  • #47775 - Update CI to use more recent versions of Kubernetes in the relevant jobs
  • #47799 - Explore the option of using GraalVM's exit/signal handlers instead of Quarkus' custom ones
  • #47802 - Virtual thread support for smallrye-graphql
  • #47978 - [Breaking change] Use prometheus client v1 on Micrometer
  • #47989 - Discovery-based Configuration Server Integration for Spring Cloud Config in Quarkus
  • #48006 - Upgrade from 3.21.3 to 3.22.X fails because of IT test with @QuarkusTest with Lambda fails: Address already in use: bind

... (truncated)

Commits
  • a07e8cf [RELEASE] - Bump version to 3.25.0
  • b83e126 Merge pull request #49051 from gsmet/3.25.0-backports-1
  • b3f1ed1 Bump org.junit:junit-bom from 5.13.3 to 5.13.4 in /devtools/gradle
  • 9a0f1e9 Bump org.junit:junit-bom from 5.13.3 to 5.13.4
  • 82219e2 Compose Dev Services guide fixes - suggestions from code review
  • 5024355 Compose Dev Services guide fixes
  • ad2779c Properly handle empty compose file
  • a109bf2 Updates to Infinispan 15.0.18.Final
  • 3f058cf Small Dev UI workspace fix
  • 1f73f50 Always return initialized TokenIntrospection from the CDI producer
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-maven-plugin from 3.24.4 to 3.25.0

Updates io.quarkus:quarkus-extension-processor from 3.24.4 to 3.25.0

Updates io.quarkus:quarkus-extension-maven-plugin from 3.24.4 to 3.25.0

Release notes

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

3.25.0.CR1

Major changes

  • #47802 - Virtual thread support for smallrye-graphql
  • #47978 - [Breaking change] Use prometheus client v1 on Micrometer
  • #48296 - OIDC Client: Add periodic asynchronous tokens refresh for performance critical applications
  • #48482 - Provide a fluent API to set up path-specific authorization programmatically
  • #48734 - Support for OAuth2 ResourceProtectedMetadata

Complete changelog

  • #5514 - Run time config objects should be disallowed in build steps completely
  • #14513 - AWS lambda extension fails to Deserialize trigger Classes correctly
  • #29269 - Do not require a default datasource definition if TenantConnectionResolver is implemented
  • #34547 - Exception on application shutdown with quarkus-hibernate-search-orm-coordination-outbox-polling
  • #34652 - Unable to build application as "mutable-jar" using gradle plugin
  • #35605 - Virtual Thread Support in GraphQL
  • #38366 - Quarkus cli: quarkus run of picocli app with Gradle Kotlin DSL fails
  • #39167 - Prevent reordering of env in kubernetes deployment
  • #40358 - Support specifying multiple tenants in @TenantFeature
  • #42255 - Microsoft Azure SQL Server Compatibility with Quarkus 3.12.3
  • #43434 - WebSocket-Next - Refresh OIDC AccessToken without reconnection
  • #43703 - Using CockroachDB with Postgres JDBC driver causes failure because of database version
  • #43764 - Delegate detection of the database version to the Hibernate ORM dialect and enable checks for Hibernate Reactive
  • #44656 - The usage of the amazon extensions results in unregistered resource or reflective accesses in native mode
  • #44871 - Fail or warn on build when application.properties/application.yaml is missing but application-<profile>.properties/application-<profile>.yaml is present
  • #45011 - Provide Vert.x OIDC to Quarkus OIDC migration guides
  • #45263 - Unactionable warning when booting Hibernate Reactive
  • #45332 - Docs - all config page: Management interface runtime authentication group has title "WebSocket Server configuration"
  • #45892 - Docs: Disparities between the online quarkus-messaging-kafka extension docs
  • #46357 - Change how JPAConfig cleans up its resources
  • #46673 - Add optional refresh token timer to OIDC client
  • #47151 - Support io.micrometer.prometheusmetrics.PrometheusMeterRegistry
  • #47210 - Simple way to exclude quarkus-devtools-common transitive dependencies
  • #47317 - Support for OIDC Protected Resource Metadata
  • #47370 - Sort generated env by name in kubernetes extension
  • #47458 - Add Metrics and Logs to OTel Capabilities
  • #47507 - HeaderHelper.getMediaType throws ClassCastException when Content-Type header is stored as a List
  • #47546 - Quarkus REST - Be more forgiving when adding headers
  • #47602 - Redis services should not be started during augmentation phase
  • #47610 - Do not start redis dev services in augmentation (plus supporting framework)
  • #47627 - Kafka dev services should not be started in augmentation phase
  • #47675 - WebSocket Next: enable users to update SecurityIdentity before previous bearer access token expires
  • #47693 - Automatically ignore mapping roots shared by build time and runtime
  • #47775 - Update CI to use more recent versions of Kubernetes in the relevant jobs
  • #47799 - Explore the option of using GraalVM's exit/signal handlers instead of Quarkus' custom ones
  • #47802 - Virtual thread support for smallrye-graphql
  • #47978 - [Breaking change] Use prometheus client v1 on Micrometer
  • #47989 - Discovery-based Configuration Server Integration for Spring Cloud Config in Quarkus
  • #48006 - Upgrade from 3.21.3 to 3.22.X fails because of IT test with @QuarkusTest with Lambda fails: Address already in use: bind

... (truncated)

Commits
  • a07e8cf [RELEASE] - Bump version to 3.25.0
  • b83e126 Merge pull request #49051 from gsmet/3.25.0-backports-1
  • b3f1ed1 Bump org.junit:junit-bom from 5.13.3 to 5.13.4 in /devtools/gradle
  • 9a0f1e9 Bump org.junit:junit-bom from 5.13.3 to 5.13.4
  • 82219e2 Compose Dev Services guide fixes - suggestions from code review
  • 5024355 Compose Dev Services guide fixes
  • ad2779c Properly handle empty compose file
  • a109bf2 Updates to Infinispan 15.0.18.Final
  • 3f058cf Small Dev UI workspace fix
  • 1f73f50 Always return initialized TokenIntrospection from the CDI producer
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jul 24, 2025
@dependabot dependabot bot requested a review from a team as a code owner July 24, 2025 05:26
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jul 24, 2025
@sberyozkin
Copy link
Contributor

@dependabot rebase

Bumps `quarkus.version` from 3.24.4 to 3.25.0.

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

Updates `io.quarkus:quarkus-maven-plugin` from 3.24.4 to 3.25.0

Updates `io.quarkus:quarkus-extension-processor` from 3.24.4 to 3.25.0

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

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-version: 3.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-version: 3.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-version: 3.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-version: 3.25.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.version-3.25.0 branch from 4fac03e to 2d11787 Compare July 25, 2025 15:37
@sberyozkin sberyozkin merged commit 7f0ff19 into main Jul 25, 2025
1 of 2 checks passed
@sberyozkin sberyozkin deleted the dependabot/maven/quarkus.version-3.25.0 branch July 25, 2025 16:39
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