Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 4, 2025

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

Release notes

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

3.26.1

Complete changelog

  • #39321 - Add information about Session/EM proxying to the Hibernate ORM documentation
  • #45941 - Doc improve section about active profiles programmatic access
  • #49031 - Compose Dev Services testing - use top-level name attribute if specified in the Compose file
  • #49059 - Reflect top-level name attribute in Compose file for test execution
  • #49280 - [3.25.0] - REST-Client throws "BlockingNotAllowedException" on method that returns "Response"-object
  • #49379 - Client ResponseExceptionMapper cannot read Response Entity Twice after migration to 3.25.0
  • #49559 - DOCS: QE feedback application and cosmetic rewording to Configure Datasources guide
  • #49592 - H2C remains enabled with quarkus.http.http2=false
  • #49596 - Bump org.hibernate.reactive:hibernate-reactive-core from 3.1.0.Final to 3.1.1.Final in the hibernate group
  • #49622 - Dev MCP: Make sure to read all the buffer
  • #49623 - GraphQL client's resolution of TLS configuration is wrong
  • #49624 - Fix TLS config resolution for GraphQL clients
  • #49629 - Qute: fix params processing for include section
  • #49632 - Clarify security documentation on path precedence and @PermitAll behavior
  • #49634 - Disable HTTP/2 clear text when quarkus.http.http2 is false
  • #49640 - Update platform.adoc
  • #49641 - Exception on deserialization of list of objects from JSON when using kotlin serialization
  • #49657 - Dev UI: Small fixes to setting screen
  • #49666 - Document ConfigUtils.getProfiles
  • #49670 - Bump flyway.version from 11.11.1 to 11.11.2
  • #49692 - Allow buffering the REST Client Response when on a blocking thread
  • #49695 - Mention the proxy nature and transaction scoping in the Hibernate ORM CDI integration chapter
  • #49704 - Use generic type when deserializing with Kotlin Serialization in Jakarta REST
  • #49712 - Bump org.hibernate.reactive:hibernate-reactive-core from 3.1.1.Final to 3.1.2.Final in the hibernate group
  • #49713 - Make sure preferred platform BOMs passed to ExtensionCatalogResolver are actually prioritized
  • #49724 - Bump jakarta.mail:jakarta.mail-api from 2.1.3 to 2.1.4
  • #49732 - Ignore extension quarkus-config-javadoc.json when building uberjar

3.26.0

Complete changelog

  • #46151 - support for bcfips 2.0.0
  • #49457 - Dev UI - Add infrastruture to store preferences and history
  • #49476 - Switch to container image ubi9/openjdk 1.21 -> 1.22
  • #49491 - Improve information about configuring passwords
  • #49496 - Dev UI: New Settings page with Storage management and storage per app
  • #49513 - Upgrade to Gizmo 2.0.0.Beta6
  • #49527 - Undeprecate 'quarkus.otel.traces.enabled' property
  • #49528 - Undeprecate 'quarkus.otel.traces.enabled' property
  • #49538 - Escape Cli Encrypt keys
  • #49544 - Upgrade bcfips and bctls to 2.x
  • #49547 - Bump agroal.version from 2.7.1 to 2.8
  • #49548 - Bump com.nimbusds:nimbus-jose-jwt from 10.4.1 to 10.4.2
  • #49549 - Bump flyway.version from 11.11.0 to 11.11.1
  • #49556 - Bump Elasticsearch client and server to 9.1.2

... (truncated)

Commits
  • 77eded2 [RELEASE] - Bump version to 3.26.2
  • 585e2a5 Merge pull request #49837 from gsmet/3.26.2-backports-1
  • a29a09b Make sure extension runtime artifacts are not flagged as reloadable in Gradle...
  • 07df9e8 Get hold of the assistant in another way
  • e367f47 Ensure that NativeImageBuildContainerRunner#setup is only invoked once
  • dabe0b2 Falling back to hard link on Windows in linkDotEnvFile
  • 0c93a3e Don't mark Hibernate ORM and Search dev services as beans
  • 96a981a Add codegen source dirs to compile tasks instead of to the main source
  • 3fdacfd Be less eager in getting docker status
  • 87897cc Ensure that we call buildTimeComplete from the DelayedHandler before any ru...
  • Additional commits viewable in compare view

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

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

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

Release notes

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

3.26.1

Complete changelog

  • #39321 - Add information about Session/EM proxying to the Hibernate ORM documentation
  • #45941 - Doc improve section about active profiles programmatic access
  • #49031 - Compose Dev Services testing - use top-level name attribute if specified in the Compose file
  • #49059 - Reflect top-level name attribute in Compose file for test execution
  • #49280 - [3.25.0] - REST-Client throws "BlockingNotAllowedException" on method that returns "Response"-object
  • #49379 - Client ResponseExceptionMapper cannot read Response Entity Twice after migration to 3.25.0
  • #49559 - DOCS: QE feedback application and cosmetic rewording to Configure Datasources guide
  • #49592 - H2C remains enabled with quarkus.http.http2=false
  • #49596 - Bump org.hibernate.reactive:hibernate-reactive-core from 3.1.0.Final to 3.1.1.Final in the hibernate group
  • #49622 - Dev MCP: Make sure to read all the buffer
  • #49623 - GraphQL client's resolution of TLS configuration is wrong
  • #49624 - Fix TLS config resolution for GraphQL clients
  • #49629 - Qute: fix params processing for include section
  • #49632 - Clarify security documentation on path precedence and @PermitAll behavior
  • #49634 - Disable HTTP/2 clear text when quarkus.http.http2 is false
  • #49640 - Update platform.adoc
  • #49641 - Exception on deserialization of list of objects from JSON when using kotlin serialization
  • #49657 - Dev UI: Small fixes to setting screen
  • #49666 - Document ConfigUtils.getProfiles
  • #49670 - Bump flyway.version from 11.11.1 to 11.11.2
  • #49692 - Allow buffering the REST Client Response when on a blocking thread
  • #49695 - Mention the proxy nature and transaction scoping in the Hibernate ORM CDI integration chapter
  • #49704 - Use generic type when deserializing with Kotlin Serialization in Jakarta REST
  • #49712 - Bump org.hibernate.reactive:hibernate-reactive-core from 3.1.1.Final to 3.1.2.Final in the hibernate group
  • #49713 - Make sure preferred platform BOMs passed to ExtensionCatalogResolver are actually prioritized
  • #49724 - Bump jakarta.mail:jakarta.mail-api from 2.1.3 to 2.1.4
  • #49732 - Ignore extension quarkus-config-javadoc.json when building uberjar

3.26.0

Complete changelog

  • #46151 - support for bcfips 2.0.0
  • #49457 - Dev UI - Add infrastruture to store preferences and history
  • #49476 - Switch to container image ubi9/openjdk 1.21 -> 1.22
  • #49491 - Improve information about configuring passwords
  • #49496 - Dev UI: New Settings page with Storage management and storage per app
  • #49513 - Upgrade to Gizmo 2.0.0.Beta6
  • #49527 - Undeprecate 'quarkus.otel.traces.enabled' property
  • #49528 - Undeprecate 'quarkus.otel.traces.enabled' property
  • #49538 - Escape Cli Encrypt keys
  • #49544 - Upgrade bcfips and bctls to 2.x
  • #49547 - Bump agroal.version from 2.7.1 to 2.8
  • #49548 - Bump com.nimbusds:nimbus-jose-jwt from 10.4.1 to 10.4.2
  • #49549 - Bump flyway.version from 11.11.0 to 11.11.1
  • #49556 - Bump Elasticsearch client and server to 9.1.2

... (truncated)

Commits
  • 77eded2 [RELEASE] - Bump version to 3.26.2
  • 585e2a5 Merge pull request #49837 from gsmet/3.26.2-backports-1
  • a29a09b Make sure extension runtime artifacts are not flagged as reloadable in Gradle...
  • 07df9e8 Get hold of the assistant in another way
  • e367f47 Ensure that NativeImageBuildContainerRunner#setup is only invoked once
  • dabe0b2 Falling back to hard link on Windows in linkDotEnvFile
  • 0c93a3e Don't mark Hibernate ORM and Search dev services as beans
  • 96a981a Add codegen source dirs to compile tasks instead of to the main source
  • 3fdacfd Be less eager in getting docker status
  • 87897cc Ensure that we call buildTimeComplete from the DelayedHandler before any ru...
  • 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.4 to 3.26.2.

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

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

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

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

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-version: 3.26.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-version: 3.26.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-version: 3.26.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-version: 3.26.2
  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 Sep 4, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 4, 2025 04:05
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 4, 2025
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