Skip to content

Bump quarkus.version from 3.15.1 to 3.21.2 #646

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

Bumps quarkus.version from 3.15.1 to 3.21.2.
Updates io.quarkus:quarkus-bom from 3.15.1 to 3.21.2

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
  • eff72ea [RELEASE] - Bump version to 3.21.2
  • 25f530e Merge pull request #47253 from gsmet/3.21.2-backports-1
  • 9dc3ad3 Allow to disable log rotation
  • 62c4c1c Set request timeout
  • 7d3495b Add a bit more context when we can't read Jandex index
  • 85f41e5 Ignore GraalVM features in HibernateValidatorProcessor
  • 9893fa2 Postpone Stork shutdown
  • 60bfb02 Clear inline mocks after all tests are executed
  • f00cf33 Properly rest mocks (again)
  • 01b5bc5 chore(project): use same Docker prune location
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-maven-plugin from 3.15.1 to 3.21.2

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.15.1 to 3.21.2.

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

Updates `io.quarkus:quarkus-maven-plugin` from 3.15.1 to 3.21.2

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-version: 3.21.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-version: 3.21.2
  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 9, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 16, 2025

Superseded by #648.

@dependabot dependabot bot closed this Apr 16, 2025
@dependabot dependabot bot deleted the dependabot/maven/quarkus.version-3.21.2 branch April 16, 2025 13:24
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