Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps quarkus.version from 3.24.2 to 3.30.1.
Updates io.quarkus:quarkus-bom from 3.24.2 to 3.30.1

Release notes

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

3.30.0.CR1

Major changes

  • #50196 - Update to Hibernate Validator 9.1
  • #50332 - Add a Cli command to decrypt secrets
  • #50723 - OIDC token propagation - allow users to select REST client methods for which token should be propagated
  • #50806 - Support method-level @OidcClientFilter bindings
  • #50952 - Use @QuarkusIntegrationTest tests as a test run for AOT file generation

Complete changelog

  • #32021 - CredentialsProvider API should be asynchronous
  • #33328 - Support properties hibernate.type.preferred_*_jdbc_type
  • #43412 - Can't use @SpanAttribute annotation with Websockets.NEXT @OnTextMessage
  • #43723 - Generate Database Migration from hibernate model
  • #43817 - generate flyway migrations from hibernate update scripts
  • #44414 - gRPC Bearer Token Authentication
  • #46173 - Upgrade to OpenTelemetry SDK v 1.45 or above
  • #46244 - WebSockets Next client: make it possible to customize the WebSocketConnectOptions and WebSocketClientOptions
  • #47217 - Can't create custom meta annotation for @QuarkusTest
  • #47585 - Allow to define Qute i18n default values as properties
  • #48197 - UnwrapException ineffective when a subclass of the declared exception is mapped via ServerExceptionMapper
  • #49413 - AWS lambda: Unable to find handler class since 3.25.0
  • #49518 - Bump sisu.version from 0.9.0.M3 to 0.9.0.M4
  • #49611 - Fix Amazon Lambda handler discovery fallback
  • #49655 - WebSocket next fails with NPE on connection creation if the scheme is not provided
  • #49878 - OIDC Client Token Propagation - Allowing @AccessToken per method
  • #50047 - CredentialsProvider API should be asynchronous
  • #50073 - Panache allocation and (reflective) annotation scanning in the hot path
  • #50105 - Dev UI Database View display json
  • #50196 - Update to Hibernate Validator 9.1
  • #50276 - Improve custom Grafana dashboard doc a bit
  • #50319 - Group logs by request - GCP
  • #50332 - Add a Cli command to decrypt secrets
  • #50368 - Add GCP complient tracing data to JSON logging
  • #50439 - Add LGTM Observability codestart
  • #50449 - gRPC: Ignore already closed exception if server is already closed
  • #50454 - Introduce support for hibernate.type.preferred_*_jdbc_type properties
  • #50456 - Bump grpc.version from 1.75.0 to 1.76.0
  • #50499 - Pass on native container-build and builder-image properties to maven IT projects
  • #50501 - Bump OpenTelemetry to SDk 1.49.0
  • #50502 - Pass on container build arguments to Maven projects as arguments
  • #50507 - Bump kafka3.version from 4.0.0 to 4.0.1
  • #50512 - Global HTTP proxy settings
  • #50533 - TEST caching for projection queries
  • #50573 - Java code cleanup in extensions/vertx-http
  • #50585 - Register java.nio.Bits fields for reflection
  • #50589 - Bump com.dajudge.kindcontainer:kindcontainer from 1.4.9 to 1.4.10
  • #50590 - Bump org.jetbrains.dokka:dokka-maven-plugin from 2.0.0 to 2.1.0
  • #50591 - Refactorings and deprecations related to obsolete runtime (re)initialization configuration in native-image

... (truncated)

Commits
  • 705057c [RELEASE] - Bump version to 3.30.1
  • fa568f2 Merge pull request #51233 from gsmet/3.30.1-backports-1
  • fc92c3f Drop jakarta classifier from infinispan-core test-jar
  • 4da0975 Bump quarkiverse-parent to 20
  • 0754028 Bump to actions/checkout@v6 and actions/setup-java@v5 in the templates
  • 1a2ae2b Issue-51042: Introduce timeout settings for Blocking mailer
  • 6bb45ae Reproduce "Entity not found" when Panache repositories reference superclasses...
  • 0642f60 Also populate Panache's "entityToPersistenceUnit" maps with subclasses of tho...
  • eaff923 Prevent startup failing when having mismatched datasource types between Hiber...
  • 9d499fa Bump snappy.version from 1.1.10.5 to 1.1.10.8
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-maven-plugin from 3.24.2 to 3.30.1

Updates io.quarkus:quarkus-extension-processor from 3.24.2 to 3.30.1

Updates io.quarkus:quarkus-extension-maven-plugin from 3.24.2 to 3.30.1

Release notes

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

3.30.0.CR1

Major changes

  • #50196 - Update to Hibernate Validator 9.1
  • #50332 - Add a Cli command to decrypt secrets
  • #50723 - OIDC token propagation - allow users to select REST client methods for which token should be propagated
  • #50806 - Support method-level @OidcClientFilter bindings
  • #50952 - Use @QuarkusIntegrationTest tests as a test run for AOT file generation

Complete changelog

  • #32021 - CredentialsProvider API should be asynchronous
  • #33328 - Support properties hibernate.type.preferred_*_jdbc_type
  • #43412 - Can't use @SpanAttribute annotation with Websockets.NEXT @OnTextMessage
  • #43723 - Generate Database Migration from hibernate model
  • #43817 - generate flyway migrations from hibernate update scripts
  • #44414 - gRPC Bearer Token Authentication
  • #46173 - Upgrade to OpenTelemetry SDK v 1.45 or above
  • #46244 - WebSockets Next client: make it possible to customize the WebSocketConnectOptions and WebSocketClientOptions
  • #47217 - Can't create custom meta annotation for @QuarkusTest
  • #47585 - Allow to define Qute i18n default values as properties
  • #48197 - UnwrapException ineffective when a subclass of the declared exception is mapped via ServerExceptionMapper
  • #49413 - AWS lambda: Unable to find handler class since 3.25.0
  • #49518 - Bump sisu.version from 0.9.0.M3 to 0.9.0.M4
  • #49611 - Fix Amazon Lambda handler discovery fallback
  • #49655 - WebSocket next fails with NPE on connection creation if the scheme is not provided
  • #49878 - OIDC Client Token Propagation - Allowing @AccessToken per method
  • #50047 - CredentialsProvider API should be asynchronous
  • #50073 - Panache allocation and (reflective) annotation scanning in the hot path
  • #50105 - Dev UI Database View display json
  • #50196 - Update to Hibernate Validator 9.1
  • #50276 - Improve custom Grafana dashboard doc a bit
  • #50319 - Group logs by request - GCP
  • #50332 - Add a Cli command to decrypt secrets
  • #50368 - Add GCP complient tracing data to JSON logging
  • #50439 - Add LGTM Observability codestart
  • #50449 - gRPC: Ignore already closed exception if server is already closed
  • #50454 - Introduce support for hibernate.type.preferred_*_jdbc_type properties
  • #50456 - Bump grpc.version from 1.75.0 to 1.76.0
  • #50499 - Pass on native container-build and builder-image properties to maven IT projects
  • #50501 - Bump OpenTelemetry to SDk 1.49.0
  • #50502 - Pass on container build arguments to Maven projects as arguments
  • #50507 - Bump kafka3.version from 4.0.0 to 4.0.1
  • #50512 - Global HTTP proxy settings
  • #50533 - TEST caching for projection queries
  • #50573 - Java code cleanup in extensions/vertx-http
  • #50585 - Register java.nio.Bits fields for reflection
  • #50589 - Bump com.dajudge.kindcontainer:kindcontainer from 1.4.9 to 1.4.10
  • #50590 - Bump org.jetbrains.dokka:dokka-maven-plugin from 2.0.0 to 2.1.0
  • #50591 - Refactorings and deprecations related to obsolete runtime (re)initialization configuration in native-image

... (truncated)

Commits
  • 705057c [RELEASE] - Bump version to 3.30.1
  • fa568f2 Merge pull request #51233 from gsmet/3.30.1-backports-1
  • fc92c3f Drop jakarta classifier from infinispan-core test-jar
  • 4da0975 Bump quarkiverse-parent to 20
  • 0754028 Bump to actions/checkout@v6 and actions/setup-java@v5 in the templates
  • 1a2ae2b Issue-51042: Introduce timeout settings for Blocking mailer
  • 6bb45ae Reproduce "Entity not found" when Panache repositories reference superclasses...
  • 0642f60 Also populate Panache's "entityToPersistenceUnit" maps with subclasses of tho...
  • eaff923 Prevent startup failing when having mismatched datasource types between Hiber...
  • 9d499fa Bump snappy.version from 1.1.10.5 to 1.1.10.8
  • 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.2 to 3.30.1.

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

Updates `io.quarkus:quarkus-maven-plugin` from 3.24.2 to 3.30.1

Updates `io.quarkus:quarkus-extension-processor` from 3.24.2 to 3.30.1

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

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-version: 3.30.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-version: 3.30.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-version: 3.30.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-version: 3.30.1
  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 Nov 26, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 26, 2025 12:19
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Nov 26, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 3, 2025

Superseded by #69.

@dependabot dependabot bot closed this Dec 3, 2025
@dependabot dependabot bot deleted the dependabot/maven/quarkus.version-3.30.1 branch December 3, 2025 12:19
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