Skip to content

Bump quarkus.version from 3.24.3 to 3.25.1 #590

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps quarkus.version from 3.24.3 to 3.25.1.
Updates io.quarkus:quarkus-bom from 3.24.3 to 3.25.1

Release notes

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

3.25.1

Major changes

  • #49224 - Switch to Gradle component variant-based approach to resolve conditional and deployment dependencies

Complete changelog

  • #48059 - jaxb.index not registered through quarkus-jaxb
  • #48159 - Gradle regression in tests when a module has a "sidecar" module
  • #48957 - Bump apicurio-registry.version from 2.6.12.Final to 2.6.13.Final
  • #48983 - Starting from version 3.18.0.CR1, calls to the reactive REST client from an imperative Kafka consumer freeze and fail with a TimeoutException
  • #48992 - Quarkus Gradle leaks "dev" dependencies outside the "quarkusDev*" configurations
  • #49034 - Bump org.hibernate.reactive:hibernate-reactive-core from 3.0.4.Final to 3.0.5.Final
  • #49064 - UriInfo.getRequestUri loses query parameters if ContainerRequestContext.setRequestUri is called
  • #49065 - Make sure query params are correct when set from ContainerRequestFilter
  • #49067 - Update SmallRye Config to 3.13.4
  • #49071 - Bump to Mutiny 2.9.4 and Vert.x bindings 3.19.2
  • #49076 - Bump io.smallrye.config:smallrye-config-source-yaml from 3.13.3 to 3.13.4 in /devtools/gradle
  • #49078 - Bump elasticsearch-opensource-components.version from 9.0.3 to 9.0.4
  • #49080 - Bump hibernate-orm.version from 7.0.6.Final to 7.0.7.Final
  • #49083 - Bump io.quarkus:quarkus-platform-bom-maven-plugin from 0.0.121 to 0.0.122
  • #49093 - Bump smallrye-open-api.version from 4.0.11 to 4.0.12
  • #49100 - Set priority for form auth handler
  • #49101 - Bump flyway.version from 11.10.3 to 11.10.4
  • #49113 - Docs: Complete minor edits to TLS registry reference guide
  • #49114 - Docs: Minor editing fixes to Logging configuration guide
  • #49117 - Force reloadability of project dependencies in QuarkusApplicationModelTask
  • #49121 - Redis does not allow for zero timeout on blocking commands
  • #49127 - Redis Client: allow zero timeout values
  • #49129 - Docs: Minor editing fixes to Configure Datasources guide
  • #49142 - [3.25.0.CR1] Incompatibility between Swagger UI and Open API 3.1.0
  • #49143 - Register jaxb.index as native resource
  • #49155 - Bump hibernate-orm.version from 7.0.7.Final to 7.0.8.Final
  • #49156 - Bump org.hibernate.reactive:hibernate-reactive-core from 3.0.5.Final to 3.0.6.Final
  • #49159 - Hibernate initalization issue with Multiple Datasources and Compose Dev Services
  • #49160 - Make error message about needing a DataSource for a PersistenceUnit actionable
  • #49166 - Quarkus CLI 3.25 unable to find mvn command (when no ./mvnw)
  • #49170 - Fix CLI Maven executable path
  • #49179 - [3.25] getting NPE in reactive rest client
  • #49204 - Guard against possible NPE in ClientResponseImpl#bufferEntity
  • #49206 - Fix deployer lookup in the Gradle deploy task
  • #49216 - Use Dev UI Context root in swagger ui
  • #49218 - Quarkus Rest blocking method is considered non-blocking
  • #49224 - Switch to Gradle component variant-based approach to resolve conditional and deployment dependencies
  • #49228 - Revert parts of SmallRye Common Process conversion of the CLI
  • #49246 - Make sure @RunOnVirtual thread on Application doesn't break semantics
  • #49254 - Update SmallRye Common to 2.13.8
  • #49257 - SmallRye Fault Tolerance: upgrade to 6.9.2
  • #49261 - Bump flyway.version from 11.10.4 to 11.10.5
  • #49275 - Adjust the Hibernate ORM's JSON/XML formatter modification checks

... (truncated)

Commits
  • d5293b5 [RELEASE] - Bump version to 3.25.1
  • d1199be Merge pull request #49259 from gsmet/3.25.1-backports-2
  • 049ef9e Include the reasons why the check breaks the start
  • ef2d312 Adjust the json formatter checks to detect when bypassing Quarkus OM would ac...
  • 439ce5f Account for JSON_ARRAY/XML_ARRAY by checking jdbc types
  • 433bdb7 Better check for JSON/XML properties in ORM's metadata
  • f694479 Improve the check to test if mappers were customized
  • 6ba5f92 Reactive DB2 Client - Use vetted pattern to access runtime config in recorder
  • 18748a8 Remove compilePlusRuntime and process compileClasspath and runtimeOnly separa...
  • eeccef4 Fix flacky test
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-maven-plugin from 3.24.3 to 3.25.1

Updates io.quarkus:quarkus-extension-processor from 3.24.3 to 3.25.1

Updates io.quarkus:quarkus-extension-maven-plugin from 3.24.3 to 3.25.1

Release notes

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

3.25.1

Major changes

  • #49224 - Switch to Gradle component variant-based approach to resolve conditional and deployment dependencies

Complete changelog

  • #48059 - jaxb.index not registered through quarkus-jaxb
  • #48159 - Gradle regression in tests when a module has a "sidecar" module
  • #48957 - Bump apicurio-registry.version from 2.6.12.Final to 2.6.13.Final
  • #48983 - Starting from version 3.18.0.CR1, calls to the reactive REST client from an imperative Kafka consumer freeze and fail with a TimeoutException
  • #48992 - Quarkus Gradle leaks "dev" dependencies outside the "quarkusDev*" configurations
  • #49034 - Bump org.hibernate.reactive:hibernate-reactive-core from 3.0.4.Final to 3.0.5.Final
  • #49064 - UriInfo.getRequestUri loses query parameters if ContainerRequestContext.setRequestUri is called
  • #49065 - Make sure query params are correct when set from ContainerRequestFilter
  • #49067 - Update SmallRye Config to 3.13.4
  • #49071 - Bump to Mutiny 2.9.4 and Vert.x bindings 3.19.2
  • #49076 - Bump io.smallrye.config:smallrye-config-source-yaml from 3.13.3 to 3.13.4 in /devtools/gradle
  • #49078 - Bump elasticsearch-opensource-components.version from 9.0.3 to 9.0.4
  • #49080 - Bump hibernate-orm.version from 7.0.6.Final to 7.0.7.Final
  • #49083 - Bump io.quarkus:quarkus-platform-bom-maven-plugin from 0.0.121 to 0.0.122
  • #49093 - Bump smallrye-open-api.version from 4.0.11 to 4.0.12
  • #49100 - Set priority for form auth handler
  • #49101 - Bump flyway.version from 11.10.3 to 11.10.4
  • #49113 - Docs: Complete minor edits to TLS registry reference guide
  • #49114 - Docs: Minor editing fixes to Logging configuration guide
  • #49117 - Force reloadability of project dependencies in QuarkusApplicationModelTask
  • #49121 - Redis does not allow for zero timeout on blocking commands
  • #49127 - Redis Client: allow zero timeout values
  • #49129 - Docs: Minor editing fixes to Configure Datasources guide
  • #49142 - [3.25.0.CR1] Incompatibility between Swagger UI and Open API 3.1.0
  • #49143 - Register jaxb.index as native resource
  • #49155 - Bump hibernate-orm.version from 7.0.7.Final to 7.0.8.Final
  • #49156 - Bump org.hibernate.reactive:hibernate-reactive-core from 3.0.5.Final to 3.0.6.Final
  • #49159 - Hibernate initalization issue with Multiple Datasources and Compose Dev Services
  • #49160 - Make error message about needing a DataSource for a PersistenceUnit actionable
  • #49166 - Quarkus CLI 3.25 unable to find mvn command (when no ./mvnw)
  • #49170 - Fix CLI Maven executable path
  • #49179 - [3.25] getting NPE in reactive rest client
  • #49204 - Guard against possible NPE in ClientResponseImpl#bufferEntity
  • #49206 - Fix deployer lookup in the Gradle deploy task
  • #49216 - Use Dev UI Context root in swagger ui
  • #49218 - Quarkus Rest blocking method is considered non-blocking
  • #49224 - Switch to Gradle component variant-based approach to resolve conditional and deployment dependencies
  • #49228 - Revert parts of SmallRye Common Process conversion of the CLI
  • #49246 - Make sure @RunOnVirtual thread on Application doesn't break semantics
  • #49254 - Update SmallRye Common to 2.13.8
  • #49257 - SmallRye Fault Tolerance: upgrade to 6.9.2
  • #49261 - Bump flyway.version from 11.10.4 to 11.10.5
  • #49275 - Adjust the Hibernate ORM's JSON/XML formatter modification checks

... (truncated)

Commits
  • d5293b5 [RELEASE] - Bump version to 3.25.1
  • d1199be Merge pull request #49259 from gsmet/3.25.1-backports-2
  • 049ef9e Include the reasons why the check breaks the start
  • ef2d312 Adjust the json formatter checks to detect when bypassing Quarkus OM would ac...
  • 439ce5f Account for JSON_ARRAY/XML_ARRAY by checking jdbc types
  • 433bdb7 Better check for JSON/XML properties in ORM's metadata
  • f694479 Improve the check to test if mappers were customized
  • 6ba5f92 Reactive DB2 Client - Use vetted pattern to access runtime config in recorder
  • 18748a8 Remove compilePlusRuntime and process compileClasspath and runtimeOnly separa...
  • eeccef4 Fix flacky test
  • 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.3 to 3.25.1.

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

Updates `io.quarkus:quarkus-maven-plugin` from 3.24.3 to 3.25.1

Updates `io.quarkus:quarkus-extension-processor` from 3.24.3 to 3.25.1

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

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

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 7, 2025
@dependabot dependabot bot requested a review from a team as a code owner August 7, 2025 10:33
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 7, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 11, 2025

Superseded by #591.

@dependabot dependabot bot closed this Aug 11, 2025
@dependabot dependabot bot deleted the dependabot/maven/quarkus.version-3.25.1 branch August 11, 2025 14:32
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