Skip to content

Bump quarkus.version from 3.21.3 to 3.24.3 #2439

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 Jul 9, 2025

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

Release notes

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

3.24.3

Complete changelog

  • #47301 - OIDC Dev Service invalid_request for when client secret is set
  • #48324 - document compose definitions for mainstream technologies
  • #48342 - No divider between base file name and timestamp in the name of rotated access log
  • #48472 - Compose Dev Services examples
  • #48603 - Redis Client: support timeout as double instead of integer in BLPOP and BRPOP
  • #48651 - Gradle plugin: task "classes" fails with "property 'xyz' doesn't have a configured value"
  • #48698 - Jackson ClassCastException serialization for hibernate/postgres JSONB
  • #48704 - Maven dependency collection fails: java.io.FileNotFoundException: /path/to/dependency-3.x.x.pom.part (No such file or directory)
  • #48712 - Usage of element collection triggers NPE during saving in Hibernate with Jakarta Data
  • #48739 - Gradle build fails with NPE
  • #48751 - Retry deployment dependency collecting requests failed due to missing temporary files
  • #48764 - Fix a NPE in ConditionalDependenciesEnabler
  • #48768 - Gradle task fails to copy over sourceset jar properly
  • #48769 - Extracting baseconfig inputs from extensionview
  • #48771 - Upgrade Jandex to 3.3.2
  • #48772 - OpenId Connect Dev Console fails when setting quarkus.http.root-path
  • #48778 - Add support for reading in memory file to string in multipart
  • #48779 - Redis improvements
  • #48795 - Fix OIDC Dev UI paths when application root path is configured
  • #48799 - OIDC Dev Service: Support 'client_secret_basic' client authentication
  • #48800 - Sync naming convention for file dependency JARs
  • #48802 - Make sure OIDC dynamic tenant update tests run
  • #48806 - Update Hibernate ORM to 7.0.5.Final / Hibernate Reactive to 3.0.3.Final
  • #48813 - Improve Awaiting thread pool shutdown message
  • #48814 - Make sure files generated by DefaultAccessLogReceiver are consistent
  • #48825 - Remove RetryResolutionOnMissingTmpFileErrorsTest

3.24.2

Complete changelog

  • #44660 - Gradle 8.11+ reports extendsFrom deprecation warnings
  • #47536 - ClassCastException in ReactiveEmbeddableInitializerImpl when using an EmbeddedId which contains a reference to another entity
  • #48033 - Hibernate Reactive: ClassCastException when using a mapping with composite (embeddable) foreign key
  • #48198 - Quarkus remote DEV mode fails on 999-SNAPSHOT over -dev dependencies
  • #48331 - Use production dependency model for remote-dev
  • #48434 - Using modifySql results in different checksum
  • #48437 - Align WebSockets Next with Vert.x 4.5.16 close behavior
  • #48461 - Bump to Mutiny 2.9.1
  • #48476 - Query.setMaxResults results in wrong SQL queries against MSSQL/Postgres when using native queries
  • #48509 - Quarkus 3.24.0.CR1 with Hibernate 7 Upgrade causes HQL with jpamodelgen to fail compilation when querying by natural id named id
  • #48543 - Bump io.smallrye.common:smallrye-common-bom from 2.12.0 to 2.12.2
  • #48544 - Bump org.hibernate.reactive:hibernate-reactive-core from 3.0.0.Final to 3.0.1.Final
  • #48551 - Stop using detachedConfiguration().extendsFrom in ConditionalDependenciesEnabler
  • #48553 - Bump to Mutiny 2.9.2
  • #48585 - Redis List Commands timeout interpreted as key

... (truncated)

Commits
  • d589263 [RELEASE] - Bump version to 3.24.3
  • 468c307 Merge pull request #48838 from sberyozkin/3.24_fix_back_channel_logout_http_root
  • 61d8ad2 Merge pull request #48835 from gsmet/3.24.3-backports-1
  • 48a57cb Fix the http root bug in BackChannelLogoutHandler
  • 712cc99 Make sure files generated by DefaultAccessLogReceiver are consistent
  • 9ba208d Remove RetryResolutionOnMissingTmpFileErrorsTest
  • 3d5f973 fix(restasy-reactive): add support for reading in memory file in multipart st...
  • 9b24755 Sync naming convention for file dependency JARs
  • 25ecc69 Improve Awaiting thread pool shutdown message
  • d433c15 Compose Dev Services examples
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-keycloak-admin-resteasy-client from 3.21.3 to 3.24.3

Updates io.quarkus.platform:quarkus-maven-plugin from 3.21.3 to 3.24.3

Commits
  • 1bc7b65 [maven-release-plugin] prepare release 3.24.3
  • 4bf838d Merge pull request #1525 from gsmet/quarkus-3.24.3
  • 5046594 Upgrade to Quarkus 3.24.3
  • fca4f0a [maven-release-plugin] prepare for next development iteration
  • 543f4a7 [maven-release-plugin] prepare release 3.24.2
  • 6139bf8 Merge pull request #1521 from gsmet/quarkus-3.24.2
  • caf381b Upgrade to Quarkus 3.24.2
  • 27e5ffe [maven-release-plugin] prepare for next development iteration
  • bcb7c7c [maven-release-plugin] prepare release 3.24.1
  • 5b6e639 Merge pull request #1519 from gsmet/quarkus-3.24.1
  • Additional commits viewable in compare view

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

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

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

Release notes

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

3.24.3

Complete changelog

  • #47301 - OIDC Dev Service invalid_request for when client secret is set
  • #48324 - document compose definitions for mainstream technologies
  • #48342 - No divider between base file name and timestamp in the name of rotated access log
  • #48472 - Compose Dev Services examples
  • #48603 - Redis Client: support timeout as double instead of integer in BLPOP and BRPOP
  • #48651 - Gradle plugin: task "classes" fails with "property 'xyz' doesn't have a configured value"
  • #48698 - Jackson ClassCastException serialization for hibernate/postgres JSONB
  • #48704 - Maven dependency collection fails: java.io.FileNotFoundException: /path/to/dependency-3.x.x.pom.part (No such file or directory)
  • #48712 - Usage of element collection triggers NPE during saving in Hibernate with Jakarta Data
  • #48739 - Gradle build fails with NPE
  • #48751 - Retry deployment dependency collecting requests failed due to missing temporary files
  • #48764 - Fix a NPE in ConditionalDependenciesEnabler
  • #48768 - Gradle task fails to copy over sourceset jar properly
  • #48769 - Extracting baseconfig inputs from extensionview
  • #48771 - Upgrade Jandex to 3.3.2
  • #48772 - OpenId Connect Dev Console fails when setting quarkus.http.root-path
  • #48778 - Add support for reading in memory file to string in multipart
  • #48779 - Redis improvements
  • #48795 - Fix OIDC Dev UI paths when application root path is configured
  • #48799 - OIDC Dev Service: Support 'client_secret_basic' client authentication
  • #48800 - Sync naming convention for file dependency JARs
  • #48802 - Make sure OIDC dynamic tenant update tests run
  • #48806 - Update Hibernate ORM to 7.0.5.Final / Hibernate Reactive to 3.0.3.Final
  • #48813 - Improve Awaiting thread pool shutdown message
  • #48814 - Make sure files generated by DefaultAccessLogReceiver are consistent
  • #48825 - Remove RetryResolutionOnMissingTmpFileErrorsTest

3.24.2

Complete changelog

  • #44660 - Gradle 8.11+ reports extendsFrom deprecation warnings
  • #47536 - ClassCastException in ReactiveEmbeddableInitializerImpl when using an EmbeddedId which contains a reference to another entity
  • #48033 - Hibernate Reactive: ClassCastException when using a mapping with composite (embeddable) foreign key
  • #48198 - Quarkus remote DEV mode fails on 999-SNAPSHOT over -dev dependencies
  • #48331 - Use production dependency model for remote-dev
  • #48434 - Using modifySql results in different checksum
  • #48437 - Align WebSockets Next with Vert.x 4.5.16 close behavior
  • #48461 - Bump to Mutiny 2.9.1
  • #48476 - Query.setMaxResults results in wrong SQL queries against MSSQL/Postgres when using native queries
  • #48509 - Quarkus 3.24.0.CR1 with Hibernate 7 Upgrade causes HQL with jpamodelgen to fail compilation when querying by natural id named id
  • #48543 - Bump io.smallrye.common:smallrye-common-bom from 2.12.0 to 2.12.2
  • #48544 - Bump org.hibernate.reactive:hibernate-reactive-core from 3.0.0.Final to 3.0.1.Final
  • #48551 - Stop using detachedConfiguration().extendsFrom in ConditionalDependenciesEnabler
  • #48553 - Bump to Mutiny 2.9.2
  • #48585 - Redis List Commands timeout interpreted as key

... (truncated)

Commits
  • d589263 [RELEASE] - Bump version to 3.24.3
  • 468c307 Merge pull request #48838 from sberyozkin/3.24_fix_back_channel_logout_http_root
  • 61d8ad2 Merge pull request #48835 from gsmet/3.24.3-backports-1
  • 48a57cb Fix the http root bug in BackChannelLogoutHandler
  • 712cc99 Make sure files generated by DefaultAccessLogReceiver are consistent
  • 9ba208d Remove RetryResolutionOnMissingTmpFileErrorsTest
  • 3d5f973 fix(restasy-reactive): add support for reading in memory file in multipart st...
  • 9b24755 Sync naming convention for file dependency JARs
  • 25ecc69 Improve Awaiting thread pool shutdown message
  • d433c15 Compose Dev Services examples
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-panache-common from 3.21.3 to 3.24.3

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
io.quarkus.platform:quarkus-maven-plugin [>= 3.9.a, < 3.10]
io.quarkus:quarkus-bom [>= 3.9.a, < 3.10]
io.quarkus:quarkus-extension-maven-plugin [>= 3.9.a, < 3.10]
io.quarkus:quarkus-extension-processor [>= 3.9.a, < 3.10]
io.quarkus:quarkus-maven-plugin [>= 3.9.a, < 3.10]

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)

@dependabot dependabot bot added the area/dependency Dependency Upgrade label Jul 9, 2025
Bumps `quarkus.version` from 3.21.3 to 3.24.3.

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

Updates `io.quarkus:quarkus-keycloak-admin-resteasy-client` from 3.21.3 to 3.24.3

Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.21.3 to 3.24.3
- [Commits](quarkusio/quarkus-platform@3.21.3...3.24.3)

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

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

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

Updates `io.quarkus:quarkus-panache-common` from 3.21.3 to 3.24.3

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-version: 3.24.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-keycloak-admin-resteasy-client
  dependency-version: 3.24.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.24.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-version: 3.24.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-version: 3.24.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-version: 3.24.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-panache-common
  dependency-version: 3.24.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 17, 2025

Superseded by #2444.

@dependabot dependabot bot closed this Jul 17, 2025
@dependabot dependabot bot deleted the dependabot/maven/quarkus.version-3.24.3 branch July 17, 2025 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependency Dependency Upgrade
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants