Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

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

3.21.2

Complete changelog

  • #41658 - graceful shutdown NPE when using kafka consumer with stork
  • #42479 - Hibernate ORM enhanced field access sometimes (randomly?) returning null
  • #46402 - JPA Entities with fields from super classes fail to enhance from 3.17 onward
  • #46871 - Upgrade to JUnit 5.12.1
  • #46925 - Bump org.eclipse.jgit:org.eclipse.jgit from 7.1.0.202411261347-r to 7.2.0.202503040940-r
  • #46934 - Read possible Content-Type header updates when parsing Multipart
  • #47033 - Native compilation failure using some extensions and bean validation
  • #47044 - Make sure default platforms recommended by registries have higher preferences than those referenced from downstream platforms
  • #47048 - Bump io.smallrye.config:smallrye-config-source-yaml from 3.12.3 to 3.12.4 in /devtools/gradle
  • #47067 - Bump agroal.version from 2.5 to 2.6
  • #47077 - Stork with static service discovery replaces https with http in REST client calls
  • #47089 - Bump hibernate-orm.version from 6.6.11.Final to 6.6.12.Final
  • #47092 - Qute: str:builder appends string multiple times
  • #47100 - Qute: fix nested literal separator in a virtual method parameter
  • #47101 - liquibase support setting of liquibase.secureParsing in application.properties
  • #47104 - Ensure that exceptions that happen extremely early in CLI boot are logged
  • #47106 - Subresource Locator Route Registration Failure
  • #47119 - Misleading error log message when failing to bind to a port
  • #47120 - Allow sub resource classes to have type parameters again
  • #47129 - Improve handling of QuarkusBindException
  • #47131 - Upgrade Stork to 2.7.2
  • #47132 - Qute: New line in expression with tab indentation
  • #47134 - Protobuf kotlin generation configuration produces Unrecognized configuration key
  • #47136 - Qute: section parameters are now separated by one or more whitespaces
  • #47137 - Move JGit dependency to quarkus-build-parent
  • #47139 - Prevent false positive on quarkus.generate-code.grpc.kotlin.generate
  • #47140 - Fix centralised logging on OTel docs
  • #47142 - Bump jacoco.version from 0.8.12 to 0.8.13
  • #47152 - Ignore GraalVM features in HibernateValidatorProcessor
  • #47153 - Problem with container image build with podman extension
  • #47154 - Mongo: restrict the reactive transport configuration to the actual reactive cases
  • #47155 - Add podman to gradle task for checking available image builders
  • #47159 - 3.21.1: something broke, possibly related to mockito
  • #47160 - Bump org.jboss.marshalling:jboss-marshalling from 2.2.2.Final to 2.2.3.Final
  • #47170 - Make TlsConfiguration#getName a default method
  • #47178 - Stork config leaks between instances in a continuous testing run
  • #47179 - Since Quarkus 3.19 quarkus-junit5-mockito doesn't clean up mocks properly when used in combination with @TestInstance(TestInstance.Lifecycle.PER_CLASS)
  • #47181 - Properly reset mocks
  • #47186 - Add quarkus.liquibase.secure-parsing to allow disabling secure parsing
  • #47196 - Clear the Stork configs during initialization
  • #47202 - Postpone Stork shutdown
  • #47203 - Update Vert.x to 4.5.14 and Netty to 4.1.119
  • #47205 - OpenTelemetry metrics export via gRPC stops with "Exporter busy. Dropping metrics." messages in logs
  • #47209 - Update to Stork 2.7.3
  • #47213 - Jandex: upgrade to 3.3.0
  • #47214 - Properly rest mocks (again)

... (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

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

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 14, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 21, 2025

Superseded by #1920.

@dependabot dependabot bot closed this Apr 21, 2025
@dependabot dependabot bot deleted the dependabot/maven/io.quarkus-quarkus-bom-3.21.2 branch April 21, 2025 08:29
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