Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2025

Bumps io.quarkus:quarkus-bom from 3.6.6 to 3.21.1.

Release notes

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

3.21.1

Major changes

  • #46961 - Add support for TLS config reload in REST Client

Complete changelog

  • #23990 - Resources path params not not included when a Sub-Resource is filtered by @ServerRequestFilter
  • #36343 - REST Client with generic subresource fails with InvalidRestClientDefinitionException
  • #40831 - RestEasy reactive: Cannot use method with same name but different parameters
  • #43105 - Hibernate ORM - JSON mapper should be made unremovable
  • #46623 - Bump elasticsearch-opensource-components.version from 8.17.2 to 8.17.3
  • #46628 - swagger ui does not show schema examples after migration to quarkus 3.19
  • #46636 - SmallRye Fault Tolerance: add support for OpenTelemetry Metrics
  • #46652 - UnsupportedOperationException in TlsConfigUtils when setting ALPN false
  • #46669 - config-tracking output file is always "prod" file despite the chosen profile
  • #46726 - quarkus.config-tracking.file-suffix does not work as expected
  • #46858 - Problems with bom-platform for v. 3.19.3 for jUnit
  • #46870 - Use Config profiles in the config-tracking output file
  • #46872 - Fixed recordedBuildConfigFile absolute path resolution
  • #46881 - Bump wildfly-elytron.version from 2.6.1.Final to 2.6.2.Final
  • #46883 - Bump hibernate-search.version from 7.2.2.Final to 7.2.3.Final
  • #46893 - Graphql federation @Resolver and @Blocking do not work
  • #46896 - Bump Quarkiverse parent version to 19
  • #46897 - Add doc about default http header methods
  • #46900 - Resolved the UnsupportedOperationException in TlsConfigUtils when setting ALPN false
  • #46901 - Bump smallrye-graphql.version from 2.12.1 to 2.12.2
  • #46906 - Bump com.google.guava:guava from 33.4.0-jre to 33.4.5-jre
  • #46910 - Expand note about dependency needed for Kotlin and gRPC
  • #46918 - Return locators path parameters in UriInfo
  • #46930 - SmallRye GraphQL - Allow execution model annotations on @Resolver methods
  • #46931 - Downgrading mockito.version to 5.12.0 as it is compatible with junit.jupiter.version 5.10.5
  • #46940 - Make ObjectMapper/JsonbProducer unremovable if json mapper is required by ORM
  • #46943 - Add clarifying sentence to maturity matrix guide
  • #46944 - Add some additional doc to HeaderConfig#methods()
  • #46956 - OpenAPI: disable example merging by default (Swagger UI regression)
  • #46957 - Fix native security extension build failure over missing BouncyCastle class
  • #46961 - Add support for TLS config reload in REST Client
  • #46963 - Document that the Hibernate Reactive extension doesn't support database-based multitenancy or schema-based multitenancy
  • #46966 - Correctly handle trust managers when no trust manager matching the SNI name can be found
  • #46967 - DevUI Database view does not work with inactive data sources
  • #46968 - [Mandrel/GraalVM for JDK 25+14] kafka-sasl native integration test fails with MissingResourceException
  • #46970 - Fix container binary strategy returning with non-zero exit code
  • #46972 - OIDC -Azure refresh token doesnt have expiration date
  • #46979 - Dev UI Agroal: Make sure to handle disabled datasources
  • #46980 - Qute template validation error when using template records with fragments
  • #46981 - Remove erroneously left over request context call in test
  • #46984 - Fix text on gradle tooling doc
  • #46985 - Qute: ignore type-safe fragments for param declarations
  • #46989 - Websocket next - default serialization does not work on native

... (truncated)

Commits
  • 806e2d9 [RELEASE] - Bump version to 3.21.1
  • 8a698ab Merge pull request #47115 from gsmet/3.21.1-backports-1
  • ba56dba Bump elasticsearch-opensource-components.version from 8.17.3 to 8.17.4
  • 2e9964a Bump elasticsearch-opensource-components.version from 8.17.2 to 8.17.3
  • 9d1ddab quarkus-tls-registry 'javax.net.ssl' causes
  • c0900ee Only set eventLoopGroup on GRPC if native transports not enabled
  • 44ba289 Adding buildpack config options to container image docs
  • cf36e5a Prevent config diagnostic warnings from quarkus CLI itself
  • 61593ce Added RabbitmqClientConfigCustomizer as unremovable bean
  • 1083222 Add IT tests for gRPC with minimal dependencies
  • Additional commits viewable in compare view

Dependabot compatibility score

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 [io.quarkus:quarkus-bom](https://github.com/quarkusio/quarkus) from 3.6.6 to 3.21.1.
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.6.6...3.21.1)

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-version: 3.21.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 Apr 7, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 14, 2025

Superseded by #1919.

@dependabot dependabot bot closed this Apr 14, 2025
@dependabot dependabot bot deleted the dependabot/maven/io.quarkus-quarkus-bom-3.21.1 branch April 14, 2025 07:25
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