Skip to content

Bump quarkus.platform.version from 3.22.0 to 3.24.0 #173

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

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

3.24.0.CR1

Major changes

  • #41310 - Upgrade to Hibernate ORM 7
  • #42292 - Upgrade to Hibernate Validator 9.0
  • #47756 - Introduce new assistant module
  • #47830 - Add OIDC Health Check

Complete changelog

  • #5531 - constraint mappings specified in META-INF/validation.xml aren't applied
  • #24340 - CDI injection does not work on entity listeners if the listener method is private
  • #26496 - Matching a base path of another controller, results in 405 Method Not Allowed
  • #31785 - DEV UI: Ability to add logo to card
  • #31974 - Address technical debt following integration of Hibernate Reactive 2.0.0.Alpha2
  • #35144 - HV000151: A method overriding another method must not redefine the parameter constraint configuration
  • #36922 - hibernate.query.fail_on_pagination_over_collection_fetch property
  • #38948 - Hibernate Reactive can't persist a many-to-many relation when one of the entities is a child (with the "joined" inheritance type) and the batch size is greater than 1
  • #39634 - [JDK 23+15] org.apache.kafka.common.security.oauthbearer.internals.OAuthBearerSaslClientCallbackHandler.handleCallback fails with UnsupportedOperationException
  • #41310 - Upgrade to Hibernate ORM 7
  • #42247 - Adapt to Apache Derby support moving to Hibernate ORM's community dialects
  • #42292 - Upgrade to Hibernate Validator 9.0
  • #43368 - Panache projection handles primitive type incorrectly
  • #45164 - Upgrade to Hibernate ORM 7
  • #47026 - Option to disable "registry.quarkus.io"
  • #47108 - Bump kafka-clients from 3.9.0 to 4.0.0
  • #47290 - Allow adding Open API specification endpoint to OpenAPI using config
  • #47386 - Support overlapping paths on resource classes
  • #47443 - Bump com.google.errorprone:error_prone_annotations from 2.37.0 to 2.38.0
  • #47558 - Bump com.fasterxml.jackson:jackson-bom from 2.18.3 to 2.19.0
  • #47579 - Bump com.google.http-client:google-http-client-bom from 1.46.3 to 1.47.0
  • #47600 - Disable logger exporter metrics if metrics disabled
  • #47646 - [Test][ClassLoader] Quarkus 3.22 throws when tests run with junit-platform.properties resource file
  • #47653 - [OpenAPI] Custom type annotated with Schema and type = SchemaType.ARRAY and implementation = MyKlass.class inlines implementation properties
  • #47756 - Introduce new assistant module
  • #47762 - Allow "appending" quarkus.native.additional-build-args
  • #47798 - OpenAPI: Automatically detected properties (and methods) are merged unwantedly
  • #47827 - Eliminate duplicated code to improve safety in TCCL stack
  • #47830 - Add OIDC Health Check
  • #47861 - Add OIDC Health Check
  • #47862 - Enable full request and response logging for REST Assured Quarkus tests
  • #47863 - Extract Kafka Streams topics to check from the topology
  • #47866 - Add tests for gradle case where a package private class is in a test fixture
  • #47872 - Openapi assistant feature
  • #47873 - Graphql assistant feature
  • #47874 - Agroal assistant feature
  • #47876 - Make placing JPA listener annotations a little safer
  • #47880 - Bump kubernetes-client-bom from 7.2.0 to 7.3.0
  • #47883 - Introduce property quarkus.native.additional-build-args-append
  • #47886 - Allow access to context locals from HttpServerMetricsTagsContributor

... (truncated)

Commits
  • ec69da7 [RELEASE] - Bump version to 3.24.0
  • 46aa975 Merge pull request #48391 from gsmet/3.24.0-backports-1
  • 2ae4efd Bump apicurio-registry.version from 2.6.11.Final to 2.6.12.Final
  • 9f0e0ed Make quarkusDependenciesBuild run after Jandex tasks, in case they are config...
  • f20ac6f Properly document how to use @​InjectMock with @​ConfigMapping
  • 2444153 fix(devui): avoid access denied when locating ws
  • 71955b8 fix(oidc): invalid session cookie without encryption
  • d67756a Use Files.writeString and Files.readString where possible
  • 00606d7 Removal of unused imports
  • e71dccf Fixes request context lost in Infinispan cache get/getasync
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-ide-config from 3.22.0 to 3.24.0

Release notes

Sourced from io.quarkus:quarkus-ide-config's releases.

3.24.0.CR1

Major changes

  • #41310 - Upgrade to Hibernate ORM 7
  • #42292 - Upgrade to Hibernate Validator 9.0
  • #47756 - Introduce new assistant module
  • #47830 - Add OIDC Health Check

Complete changelog

  • #5531 - constraint mappings specified in META-INF/validation.xml aren't applied
  • #24340 - CDI injection does not work on entity listeners if the listener method is private
  • #26496 - Matching a base path of another controller, results in 405 Method Not Allowed
  • #31785 - DEV UI: Ability to add logo to card
  • #31974 - Address technical debt following integration of Hibernate Reactive 2.0.0.Alpha2
  • #35144 - HV000151: A method overriding another method must not redefine the parameter constraint configuration
  • #36922 - hibernate.query.fail_on_pagination_over_collection_fetch property
  • #38948 - Hibernate Reactive can't persist a many-to-many relation when one of the entities is a child (with the "joined" inheritance type) and the batch size is greater than 1
  • #39634 - [JDK 23+15] org.apache.kafka.common.security.oauthbearer.internals.OAuthBearerSaslClientCallbackHandler.handleCallback fails with UnsupportedOperationException
  • #41310 - Upgrade to Hibernate ORM 7
  • #42247 - Adapt to Apache Derby support moving to Hibernate ORM's community dialects
  • #42292 - Upgrade to Hibernate Validator 9.0
  • #43368 - Panache projection handles primitive type incorrectly
  • #45164 - Upgrade to Hibernate ORM 7
  • #47026 - Option to disable "registry.quarkus.io"
  • #47108 - Bump kafka-clients from 3.9.0 to 4.0.0
  • #47290 - Allow adding Open API specification endpoint to OpenAPI using config
  • #47386 - Support overlapping paths on resource classes
  • #47443 - Bump com.google.errorprone:error_prone_annotations from 2.37.0 to 2.38.0
  • #47558 - Bump com.fasterxml.jackson:jackson-bom from 2.18.3 to 2.19.0
  • #47579 - Bump com.google.http-client:google-http-client-bom from 1.46.3 to 1.47.0
  • #47600 - Disable logger exporter metrics if metrics disabled
  • #47646 - [Test][ClassLoader] Quarkus 3.22 throws when tests run with junit-platform.properties resource file
  • #47653 - [OpenAPI] Custom type annotated with Schema and type = SchemaType.ARRAY and implementation = MyKlass.class inlines implementation properties
  • #47756 - Introduce new assistant module
  • #47762 - Allow "appending" quarkus.native.additional-build-args
  • #47798 - OpenAPI: Automatically detected properties (and methods) are merged unwantedly
  • #47827 - Eliminate duplicated code to improve safety in TCCL stack
  • #47830 - Add OIDC Health Check
  • #47861 - Add OIDC Health Check
  • #47862 - Enable full request and response logging for REST Assured Quarkus tests
  • #47863 - Extract Kafka Streams topics to check from the topology
  • #47866 - Add tests for gradle case where a package private class is in a test fixture
  • #47872 - Openapi assistant feature
  • #47873 - Graphql assistant feature
  • #47874 - Agroal assistant feature
  • #47876 - Make placing JPA listener annotations a little safer
  • #47880 - Bump kubernetes-client-bom from 7.2.0 to 7.3.0
  • #47883 - Introduce property quarkus.native.additional-build-args-append
  • #47886 - Allow access to context locals from HttpServerMetricsTagsContributor

... (truncated)

Commits
  • ec69da7 [RELEASE] - Bump version to 3.24.0
  • 46aa975 Merge pull request #48391 from gsmet/3.24.0-backports-1
  • 2ae4efd Bump apicurio-registry.version from 2.6.11.Final to 2.6.12.Final
  • 9f0e0ed Make quarkusDependenciesBuild run after Jandex tasks, in case they are config...
  • f20ac6f Properly document how to use @​InjectMock with @​ConfigMapping
  • 2444153 fix(devui): avoid access denied when locating ws
  • 71955b8 fix(oidc): invalid session cookie without encryption
  • d67756a Use Files.writeString and Files.readString where possible
  • 00606d7 Removal of unused imports
  • e71dccf Fixes request context lost in Infinispan cache get/getasync
  • Additional commits viewable in compare view

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

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.platform.version` from 3.22.0 to 3.24.0.

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

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

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

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-version: 3.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-ide-config
  dependency-version: 3.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-version: 3.24.0
  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 Jun 19, 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