Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 26, 2025

Bumps quarkus.version from 3.24.0 to 3.24.1.
Updates io.quarkus:quarkus-bom from 3.24.0 to 3.24.1

Release notes

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

3.24.1

Complete changelog

  • #45115 - Native memory monitoring
  • #46535 - Duplicated and 0 value opentelemetry metrics messages
  • #47649 - io.netty.handler.codec.TooLongFrameException: Max content exceeded 65536 bytes.
  • #48036 - Default property values for syslog logging
  • #48215 - Bug in RouteBuildItem the builder has asBlockingRoute but not used internally
  • #48328 - Remove duplicated instrumentation scopes and increase nr of produced OTel metrics
  • #48389 - Bump com.fasterxml.jackson:jackson-bom from 2.19.0 to 2.19.1
  • #48395 - Sync gradle wrapper files with currently used gradle version
  • #48404 - quarkus-maven-plugin not JDK 25 compatible
  • #48452 - Document and test schema-based multitenancy on MariaDB and MySQL
  • #48458 - Do not rely on JPATraversableResolver / add JPA aware resolver only if ORM is enabled
  • #48464 - Certain methods cause all REST clients to be indexed as server endpoints
  • #48465 - Update Dev UI documentation
  • #48466 - Small fix to autoscope Actions in Dev UI
  • #48469 - Hibernate Reactive ORM HQL Console keeps spinning
  • #48477 - Disable HQL Console for reactive PUs
  • #48479 - Default value for Syslog counting framing
  • #48481 - Interrogate candidate resources/return types to stop REST server endpoint indexer from scanning REST clients
  • #48486 - Version bumps for Vert.x 4.5.16
  • #48487 - Bump flyway.version from 11.9.1 to 11.9.2
  • #48489 - Bump testcontainers.version from 1.21.1 to 1.21.2
  • #48490 - Gradle quarkusRun ignores quarkus.profile from application.properties
  • #48491 - Dev UI themed code block
  • #48492 - Dev UI: Add some more logos
  • #48496 - Only pass Quarkus related props to process launched with quarkusRun task
  • #48506 - Keep the codestart Gradle wrapper in sync with version configured
  • #48511 - Netty Micrometer metrics doc
  • #48517 - Fix small issue with Micrometer documentation
  • #48518 - Avoid IndexOutOfBoundsException in QuarkusErrorHandler when class is in the unnamed package
  • #48530 - Removing cacheability for QuarkusApplicationModelTask
  • #48532 - Trim jvmArgs in DevMojo
  • #48541 - Bump hibernate-orm.version from 7.0.2.Final to 7.0.3.Final and Bytebuddy 1.15.11 to 1.17.5
  • #48560 - Dev UI Workspace fixes
  • #48562 - Allow configuration of Vert.x's http2UpgradeMaxContentLength in REST Client
  • #48566 - Make CompiledJavaVersionBuildItem more resilient
  • #48567 - Properly set typeOfHandler field of RouteBuildItem
  • #48572 - Quarkus does not send warning when TraceRequest fails for quarkus.otel.exporter.otlp.protocol=http/protobuf
  • #48573 - Log a warning when an export fails for http/protobuf
Commits
  • 4d05b77 [RELEASE] - Bump version to 3.24.1
  • 4337dc5 Merge pull request #48582 from gsmet/3.24.1-backports-1
  • 052434f Keep the codestart Gradle wrapper in sync with version configured
  • 9edf27e Test/document Hibernate ORM Schema multitenancy with MariaDB
  • 663f2e3 Dev UI Workspace fixes
  • d040429 Log a warning when an export fails for http/protobuf
  • 837d17f Make CompiledJavaVersionBuildItem more resilient
  • 77a49c7 Properly set io.quarkus.vertx.http.deployment.spi.RouteBuildItem.typeOfHandler
  • a7d0405 Deprecate public constructor of io.quarkus.vertx.http.deployment.spi.RouteBui...
  • aa20250 Allow configuration of Vert.x's http2UpgradeMaxContentLength in REST Client
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-maven-plugin from 3.24.0 to 3.24.1

Updates io.quarkus:quarkus-config-doc-maven-plugin from 3.24.0 to 3.24.1

Updates io.quarkus:quarkus-extension-processor from 3.24.0 to 3.24.1

Updates io.quarkus:quarkus-extension-maven-plugin from 3.24.0 to 3.24.1

Release notes

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

3.24.1

Complete changelog

  • #45115 - Native memory monitoring
  • #46535 - Duplicated and 0 value opentelemetry metrics messages
  • #47649 - io.netty.handler.codec.TooLongFrameException: Max content exceeded 65536 bytes.
  • #48036 - Default property values for syslog logging
  • #48215 - Bug in RouteBuildItem the builder has asBlockingRoute but not used internally
  • #48328 - Remove duplicated instrumentation scopes and increase nr of produced OTel metrics
  • #48389 - Bump com.fasterxml.jackson:jackson-bom from 2.19.0 to 2.19.1
  • #48395 - Sync gradle wrapper files with currently used gradle version
  • #48404 - quarkus-maven-plugin not JDK 25 compatible
  • #48452 - Document and test schema-based multitenancy on MariaDB and MySQL
  • #48458 - Do not rely on JPATraversableResolver / add JPA aware resolver only if ORM is enabled
  • #48464 - Certain methods cause all REST clients to be indexed as server endpoints
  • #48465 - Update Dev UI documentation
  • #48466 - Small fix to autoscope Actions in Dev UI
  • #48469 - Hibernate Reactive ORM HQL Console keeps spinning
  • #48477 - Disable HQL Console for reactive PUs
  • #48479 - Default value for Syslog counting framing
  • #48481 - Interrogate candidate resources/return types to stop REST server endpoint indexer from scanning REST clients
  • #48486 - Version bumps for Vert.x 4.5.16
  • #48487 - Bump flyway.version from 11.9.1 to 11.9.2
  • #48489 - Bump testcontainers.version from 1.21.1 to 1.21.2
  • #48490 - Gradle quarkusRun ignores quarkus.profile from application.properties
  • #48491 - Dev UI themed code block
  • #48492 - Dev UI: Add some more logos
  • #48496 - Only pass Quarkus related props to process launched with quarkusRun task
  • #48506 - Keep the codestart Gradle wrapper in sync with version configured
  • #48511 - Netty Micrometer metrics doc
  • #48517 - Fix small issue with Micrometer documentation
  • #48518 - Avoid IndexOutOfBoundsException in QuarkusErrorHandler when class is in the unnamed package
  • #48530 - Removing cacheability for QuarkusApplicationModelTask
  • #48532 - Trim jvmArgs in DevMojo
  • #48541 - Bump hibernate-orm.version from 7.0.2.Final to 7.0.3.Final and Bytebuddy 1.15.11 to 1.17.5
  • #48560 - Dev UI Workspace fixes
  • #48562 - Allow configuration of Vert.x's http2UpgradeMaxContentLength in REST Client
  • #48566 - Make CompiledJavaVersionBuildItem more resilient
  • #48567 - Properly set typeOfHandler field of RouteBuildItem
  • #48572 - Quarkus does not send warning when TraceRequest fails for quarkus.otel.exporter.otlp.protocol=http/protobuf
  • #48573 - Log a warning when an export fails for http/protobuf
Commits
  • 4d05b77 [RELEASE] - Bump version to 3.24.1
  • 4337dc5 Merge pull request #48582 from gsmet/3.24.1-backports-1
  • 052434f Keep the codestart Gradle wrapper in sync with version configured
  • 9edf27e Test/document Hibernate ORM Schema multitenancy with MariaDB
  • 663f2e3 Dev UI Workspace fixes
  • d040429 Log a warning when an export fails for http/protobuf
  • 837d17f Make CompiledJavaVersionBuildItem more resilient
  • 77a49c7 Properly set io.quarkus.vertx.http.deployment.spi.RouteBuildItem.typeOfHandler
  • a7d0405 Deprecate public constructor of io.quarkus.vertx.http.deployment.spi.RouteBui...
  • aa20250 Allow configuration of Vert.x's http2UpgradeMaxContentLength in REST Client
  • 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.0 to 3.24.1.

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

Updates `io.quarkus:quarkus-maven-plugin` from 3.24.0 to 3.24.1

Updates `io.quarkus:quarkus-config-doc-maven-plugin` from 3.24.0 to 3.24.1

Updates `io.quarkus:quarkus-extension-processor` from 3.24.0 to 3.24.1

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

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-version: 3.24.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-version: 3.24.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-config-doc-maven-plugin
  dependency-version: 3.24.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-version: 3.24.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-version: 3.24.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Jun 26, 2025
@dependabot dependabot bot requested a review from a team as a code owner June 26, 2025 00:56
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 26, 2025
@hbelmiro hbelmiro merged commit 93f4277 into main Jun 26, 2025
19 checks passed
@hbelmiro hbelmiro deleted the dependabot/maven/main/quarkus.version-3.24.1 branch June 26, 2025 13:42
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.

2 participants