Skip to content
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

Bump quarkus.version from 3.14.4 to 3.21.0 #2321

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps quarkus.version from 3.14.4 to 3.21.0.
Updates io.quarkus:quarkus-bom from 3.14.4 to 3.21.0

Release notes

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

3.21.0

Complete changelog

  • #37145 - @JsonView annotation ignored for sub-resources
  • #44922 - Multipart upload in subresource fails in quarkus-rest.
  • #46085 - Basic application manifesting tests
  • #46721 - Decorator for default methods of decorated types not being called
  • #46751 - Wrong JsonView is used for writing response entity
  • #46767 - Update nisse extension to 0.4.1
  • #46771 - ArC: validate bean types added to a synthetic bean
  • #46788 - ArC: fix decorated interface defaults methods not overriden by a bean
  • #46794 - ArC: add validation of synthetic bean types
  • #46805 - Simplify our CI setup by moving cache population and using Magic Cache
  • #46807 - Support distinct jsonviews for serialization and deserialization
  • #46812 - Explain how to revert to default DNS client in the mongodb extension to resolve mongo+srv:// urls
  • #46814 - Make ClientRequestFilter run on the same Vert.x context as other handlers
  • #46837 - Only consider consumes and produces of the specific subresource
  • #46840 - Detect json features of subresources as well
  • #46851 - Native compilation with liquibase + liquibase-mongo fails
  • #46853 - Bump org.mockito:mockito-bom from 5.16.0 to 5.16.1
  • #46854 - Bump com.google.cloud.tools:jib-core from 0.27.2 to 0.27.3
  • #46857 - Move Liquibase substitutions into common module

3.21.0.CR1

Major changes

  • #46293 - Allow mongo client to be configured by a tls registry

Complete changelog

  • #20231 - Please add -Dtest= option for continuous testing like in maven
  • #22321 - Using maven.top-level-basedir property in quarkus-maven-plugin
  • #23820 - Create integration tests for Hibernate Reactive and Oracle
  • #34935 - Make TestHTTPEndpoint at class level affect all URL fields in test classes
  • #39127 - [gRPC/protoc] Support for Kotlin code generation
  • #39800 - PathParam injection doesn't work in subresources in Quarkus REST (formerly RESTEasy Reactive)
  • #41971 - Support connection reset on cancellation for generated REST clients
  • #41990 - Support cancelling in flight REST requests
  • #42782 - Lookup of trusted proxies by hostname broken due to DNS issues in Vert.x
  • #43188 - Resolve trusted proxy host names to all available A/AAAA records
  • #44552 - Support protoc Kotlin code generation
  • #44711 - io.quarkus.tls is split across extensions/tls-registry/deployment and extensions/tls-registry/runtime
  • #45793 - Devservices Keycloak breaks integration tests
  • #46013 - Quarkus WebSockets Next does not respect @HttpAuthenticationMechanism
  • #46015 - SqlClient pool migration
  • #46132 - Integration tests for hibernate-reactive-oracle
  • #46145 - Maven: enable configuring maven.top-level-basedir in quarkus:dev
  • #46148 - Grpc's event loops are kept separated from the Rest ones
  • #46157 - Make URL inherit TestHTTPEndpoint from class level

... (truncated)

Commits
  • 15d328f [RELEASE] - Bump version to 3.21.0
  • 9f3d241 Merge pull request #46876 from gsmet/3.21.0-backports-1
  • 38cd05a Reduce debug logging allocations in MongoDnsClient
  • 8a14cbc Disable disk usage analysis
  • c92a6e5 Simplify our CI setup by moving cache population and using Magic Cache
  • 4958afd fix spacing issue in metadata text
  • 2b8f09a Move Liquibase substitutions into common module
  • 7c0adc9 Group liquibase modules under common parent
  • 0401102 ArC: fix decorated interface defaults methods not overriden by a bean
  • c9d13b7 Bump org.mockito:mockito-bom from 5.16.0 to 5.16.1
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-keycloak-admin-resteasy-client from 3.14.4 to 3.21.0

Updates io.quarkus.platform:quarkus-maven-plugin from 3.14.4 to 3.21.0

Commits
  • 3e6e048 [maven-release-plugin] prepare release 3.21.0
  • 0b8f757 Merge pull request #1446 from ppalaga/250324-q-3.21.0-main
  • 705bab3 Upgrade to Camel Quarkus 3.20.0 and Quarkus CXF 3.21.0
  • f019c62 Merge pull request #1443 from gemmellr/quarkus-qpid-jms-2.8.0
  • 777d867 Update to Quarkus Qpid JMS 2.8.0, uses Qpid JMS 2.7.0 against Quarkus 3.20.0
  • b6421e2 Merge pull request #1441 from gsmet/quarkus-3.21.0
  • 1b2167b Upgrade to Quarkus 3.21.0
  • 68d5b38 Merge pull request #1435 from scrocquesel/update-amz
  • ae48913 Merge pull request #1437 from qosdk-bot/qosdk-release-7.1.1-main
  • d3615a2 Update QOSDK to 7.1.1
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-extension-processor from 3.14.4 to 3.21.0

Updates io.quarkus:quarkus-maven-plugin from 3.14.4 to 3.21.0

Updates io.quarkus:quarkus-extension-maven-plugin from 3.14.4 to 3.21.0

Release notes

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

3.21.0

Complete changelog

  • #37145 - @JsonView annotation ignored for sub-resources
  • #44922 - Multipart upload in subresource fails in quarkus-rest.
  • #46085 - Basic application manifesting tests
  • #46721 - Decorator for default methods of decorated types not being called
  • #46751 - Wrong JsonView is used for writing response entity
  • #46767 - Update nisse extension to 0.4.1
  • #46771 - ArC: validate bean types added to a synthetic bean
  • #46788 - ArC: fix decorated interface defaults methods not overriden by a bean
  • #46794 - ArC: add validation of synthetic bean types
  • #46805 - Simplify our CI setup by moving cache population and using Magic Cache
  • #46807 - Support distinct jsonviews for serialization and deserialization
  • #46812 - Explain how to revert to default DNS client in the mongodb extension to resolve mongo+srv:// urls
  • #46814 - Make ClientRequestFilter run on the same Vert.x context as other handlers
  • #46837 - Only consider consumes and produces of the specific subresource
  • #46840 - Detect json features of subresources as well
  • #46851 - Native compilation with liquibase + liquibase-mongo fails
  • #46853 - Bump org.mockito:mockito-bom from 5.16.0 to 5.16.1
  • #46854 - Bump com.google.cloud.tools:jib-core from 0.27.2 to 0.27.3
  • #46857 - Move Liquibase substitutions into common module

3.21.0.CR1

Major changes

  • #46293 - Allow mongo client to be configured by a tls registry

Complete changelog

  • #20231 - Please add -Dtest= option for continuous testing like in maven
  • #22321 - Using maven.top-level-basedir property in quarkus-maven-plugin
  • #23820 - Create integration tests for Hibernate Reactive and Oracle
  • #34935 - Make TestHTTPEndpoint at class level affect all URL fields in test classes
  • #39127 - [gRPC/protoc] Support for Kotlin code generation
  • #39800 - PathParam injection doesn't work in subresources in Quarkus REST (formerly RESTEasy Reactive)
  • #41971 - Support connection reset on cancellation for generated REST clients
  • #41990 - Support cancelling in flight REST requests
  • #42782 - Lookup of trusted proxies by hostname broken due to DNS issues in Vert.x
  • #43188 - Resolve trusted proxy host names to all available A/AAAA records
  • #44552 - Support protoc Kotlin code generation
  • #44711 - io.quarkus.tls is split across extensions/tls-registry/deployment and extensions/tls-registry/runtime
  • #45793 - Devservices Keycloak breaks integration tests
  • #46013 - Quarkus WebSockets Next does not respect @HttpAuthenticationMechanism
  • #46015 - SqlClient pool migration
  • #46132 - Integration tests for hibernate-reactive-oracle
  • #46145 - Maven: enable configuring maven.top-level-basedir in quarkus:dev
  • #46148 - Grpc's event loops are kept separated from the Rest ones
  • #46157 - Make URL inherit TestHTTPEndpoint from class level

... (truncated)

Commits
  • 15d328f [RELEASE] - Bump version to 3.21.0
  • 9f3d241 Merge pull request #46876 from gsmet/3.21.0-backports-1
  • 38cd05a Reduce debug logging allocations in MongoDnsClient
  • 8a14cbc Disable disk usage analysis
  • c92a6e5 Simplify our CI setup by moving cache population and using Magic Cache
  • 4958afd fix spacing issue in metadata text
  • 2b8f09a Move Liquibase substitutions into common module
  • 7c0adc9 Group liquibase modules under common parent
  • 0401102 ArC: fix decorated interface defaults methods not overriden by a bean
  • c9d13b7 Bump org.mockito:mockito-bom from 5.16.0 to 5.16.1
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-panache-common from 3.14.4 to 3.21.0

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)

Bumps `quarkus.version` from 3.14.4 to 3.21.0.

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

Updates `io.quarkus:quarkus-keycloak-admin-resteasy-client` from 3.14.4 to 3.21.0

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

Updates `io.quarkus:quarkus-extension-processor` from 3.14.4 to 3.21.0

Updates `io.quarkus:quarkus-maven-plugin` from 3.14.4 to 3.21.0

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

Updates `io.quarkus:quarkus-panache-common` from 3.14.4 to 3.21.0

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the area/dependency Dependency Upgrade label Mar 26, 2025
@lampajr
Copy link
Member

lampajr commented Apr 2, 2025

@dependabot close

Superseded by #2276

@dependabot dependabot bot closed this Apr 2, 2025
@dependabot dependabot bot deleted the dependabot/maven/quarkus.version-3.21.0 branch April 2, 2025 12:49
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.

1 participant