Skip to content

Bump quarkus.platform.version from 3.21.0 to 3.21.3 #158

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

Merged
merged 1 commit into from
Apr 18, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

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

3.21.3

Complete changelog

  • #46235 - Native images fail to build on aarch64 mac with latest GraalVM master
  • #46563 - Resource path is missing a trailing slash when loading resources with RunnerClassLoader
  • #46718 - Quarkus fails to resolve quarkus.application.version in dev mode
  • #46731 - native-image: Graal's ForeignAPISupport is amd64 only
  • #46912 - Quarkus 3.19.x - issue with quarkusIntTest executable - reading application.property fails
  • #46917 - Hibernate Reactive eager fetching the wrong record for ManyToOne
  • #46988 - Native image build fails on Mac M2 with GraalVM 24
  • #46998 - MongoDB-Liquibase does not pick up children ChangeLogs in native mode when using includeAll
  • #47054 - Bump io.smallrye.common:smallrye-common-bom from 2.10.0 to 2.11.0
  • #47102 - Keycloak Dev service does not start with OIDC client with 3.20 and 3.21
  • #47107 - Ambiguous Bean Resolution in ResteasyReactiveCommonRecorder
  • #47148 - @Dependent is required for CDI @Decorator to be enabled
  • #47176 - Propagate build properties in the IDE DevModeContext
  • #47189 - Quarkus generate-code-tests Phase Fails with JGitVer in Multimodule Project
  • #47197 - Fix ambiguous bean resolution for sub resource interfaces with multiple implementations
  • #47235 - Logs full of "Unable to send auto-ping for WebSocket connection. WebSocket is closed"
  • #47244 - Arc - consider @Decorator to be bean defining annotation; added automated test
  • #47246 - Add Deployment module of Quarkus Observability Devservices to the bom
  • #47251 - Bump Hibernate Reactive from 2.4.5.Final to 2.4.6.Final
  • #47257 - Fix a typo in the config mapping @WithParentName documentation section
  • #47261 - Bump com.google.guava:guava from 33.4.6-jre to 33.4.7-jre
  • #47265 - Example from "quarkus-runtime-base-image" docs doesn't build
  • #47268 - Fix typo in opentelemetry.adoc
  • #47271 - WebSockets Next: fix the server autoPing timer
  • #47275 - @Nested of Junit5 not working with @QuarkusComponentTest: Bean CDI is removed in compilation time
  • #47277 - quarkus-vertx-http-dev-ui-resources jar dependency is corrupted
  • #47280 - OidcDevServicesProcessor improve log message content
  • #47281 - QuarkusComponentTest: fix the cleanup for nested test classes
  • #47283 - Jandex: reindex if the index is too new
  • #47284 - OidcDevServicesProcessor should not append @example.com if username already contains email
  • #47286 - Quarkus 3.21.2 Hibernate Enhancements fail for value classes
  • #47296 - Do not append email suffix if already present in oidc dev service
  • #47297 - Bump org.mvnpm.at.mvnpm:qomponent from 1.0.3 to 1.0.4
  • #47304 - Dev UI Database view should display uuid values
  • #47305 - Disable checks related to unsupported bytecode enhancement in Hibernate ORM
  • #47306 - Define the main class in shaded jar quarkus-grpc-protoc-plugin
  • #47311 - Database View only shows data from the first table
  • #47318 - Improve log messages in OIDC Dev Service
  • #47322 - Bump org.junit:junit-bom from 5.12.1 to 5.12.2 in /devtools/gradle
  • #47329 - Bump org.apache.commons:commons-text from 1.13.0 to 1.13.1
  • #47330 - Bump org.junit:junit-bom from 5.12.1 to 5.12.2
  • #47334 - Dev UI Agroal fixes
  • #47340 - Increase Keycloak container memory limit by 500MB
  • #47342 - Bump all SmallRye projects that have a new Jandex index
  • #47345 - Fix memory issues in SecurityIdentityAugmentor docs example
  • #47348 - Avoid NPE in ResetMockitoMocksAfterAllCallback

... (truncated)

Commits
  • 23976ce [RELEASE] - Bump version to 3.21.3
  • 583ccdf Merge pull request #47385 from gsmet/3.21.3-backports-1
  • 090cf35 RunnerClassLoader - Return URL with an ending / if resource ending with /
  • e7c787e Properly support Optional as a header param for REST Client subresources
  • 6453bd0 Properly support Optional as a header param for REST Client
  • 87d457c Fix loading POMs manipulated by Maven extensions
  • d1e55cb Fix @​TestHTTPResource when quarkus.http.root-path doesn't start with "/"
  • 73c6fa5 docs: remove unnecessary file from Dockerfile example
  • c440c1f Be more restrictive about which system properties we pass to test tasks
  • 4e31624 Propagate build properties in the IDE DevModeContext
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-ide-config from 3.21.0 to 3.21.3

Release notes

Sourced from io.quarkus:quarkus-ide-config's releases.

3.21.3

Complete changelog

  • #46235 - Native images fail to build on aarch64 mac with latest GraalVM master
  • #46563 - Resource path is missing a trailing slash when loading resources with RunnerClassLoader
  • #46718 - Quarkus fails to resolve quarkus.application.version in dev mode
  • #46731 - native-image: Graal's ForeignAPISupport is amd64 only
  • #46912 - Quarkus 3.19.x - issue with quarkusIntTest executable - reading application.property fails
  • #46917 - Hibernate Reactive eager fetching the wrong record for ManyToOne
  • #46988 - Native image build fails on Mac M2 with GraalVM 24
  • #46998 - MongoDB-Liquibase does not pick up children ChangeLogs in native mode when using includeAll
  • #47054 - Bump io.smallrye.common:smallrye-common-bom from 2.10.0 to 2.11.0
  • #47102 - Keycloak Dev service does not start with OIDC client with 3.20 and 3.21
  • #47107 - Ambiguous Bean Resolution in ResteasyReactiveCommonRecorder
  • #47148 - @Dependent is required for CDI @Decorator to be enabled
  • #47176 - Propagate build properties in the IDE DevModeContext
  • #47189 - Quarkus generate-code-tests Phase Fails with JGitVer in Multimodule Project
  • #47197 - Fix ambiguous bean resolution for sub resource interfaces with multiple implementations
  • #47235 - Logs full of "Unable to send auto-ping for WebSocket connection. WebSocket is closed"
  • #47244 - Arc - consider @Decorator to be bean defining annotation; added automated test
  • #47246 - Add Deployment module of Quarkus Observability Devservices to the bom
  • #47251 - Bump Hibernate Reactive from 2.4.5.Final to 2.4.6.Final
  • #47257 - Fix a typo in the config mapping @WithParentName documentation section
  • #47261 - Bump com.google.guava:guava from 33.4.6-jre to 33.4.7-jre
  • #47265 - Example from "quarkus-runtime-base-image" docs doesn't build
  • #47268 - Fix typo in opentelemetry.adoc
  • #47271 - WebSockets Next: fix the server autoPing timer
  • #47275 - @Nested of Junit5 not working with @QuarkusComponentTest: Bean CDI is removed in compilation time
  • #47277 - quarkus-vertx-http-dev-ui-resources jar dependency is corrupted
  • #47280 - OidcDevServicesProcessor improve log message content
  • #47281 - QuarkusComponentTest: fix the cleanup for nested test classes
  • #47283 - Jandex: reindex if the index is too new
  • #47284 - OidcDevServicesProcessor should not append @example.com if username already contains email
  • #47286 - Quarkus 3.21.2 Hibernate Enhancements fail for value classes
  • #47296 - Do not append email suffix if already present in oidc dev service
  • #47297 - Bump org.mvnpm.at.mvnpm:qomponent from 1.0.3 to 1.0.4
  • #47304 - Dev UI Database view should display uuid values
  • #47305 - Disable checks related to unsupported bytecode enhancement in Hibernate ORM
  • #47306 - Define the main class in shaded jar quarkus-grpc-protoc-plugin
  • #47311 - Database View only shows data from the first table
  • #47318 - Improve log messages in OIDC Dev Service
  • #47322 - Bump org.junit:junit-bom from 5.12.1 to 5.12.2 in /devtools/gradle
  • #47329 - Bump org.apache.commons:commons-text from 1.13.0 to 1.13.1
  • #47330 - Bump org.junit:junit-bom from 5.12.1 to 5.12.2
  • #47334 - Dev UI Agroal fixes
  • #47340 - Increase Keycloak container memory limit by 500MB
  • #47342 - Bump all SmallRye projects that have a new Jandex index
  • #47345 - Fix memory issues in SecurityIdentityAugmentor docs example
  • #47348 - Avoid NPE in ResetMockitoMocksAfterAllCallback

... (truncated)

Commits
  • 23976ce [RELEASE] - Bump version to 3.21.3
  • 583ccdf Merge pull request #47385 from gsmet/3.21.3-backports-1
  • 090cf35 RunnerClassLoader - Return URL with an ending / if resource ending with /
  • e7c787e Properly support Optional as a header param for REST Client subresources
  • 6453bd0 Properly support Optional as a header param for REST Client
  • 87d457c Fix loading POMs manipulated by Maven extensions
  • d1e55cb Fix @​TestHTTPResource when quarkus.http.root-path doesn't start with "/"
  • 73c6fa5 docs: remove unnecessary file from Dockerfile example
  • c440c1f Be more restrictive about which system properties we pass to test tasks
  • 4e31624 Propagate build properties in the IDE DevModeContext
  • Additional commits viewable in compare view

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

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 dependencies Pull requests that update a dependency file java Pull requests that update java code labels Apr 16, 2025
@gsmet
Copy link
Member

gsmet commented Apr 18, 2025

@dependabot rebase

Bumps `quarkus.platform.version` from 3.21.0 to 3.21.3.

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

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

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

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-version: 3.21.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-ide-config
  dependency-version: 3.21.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-version: 3.21.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/quarkus.platform.version-3.21.3 branch from dc26af8 to f0a4145 Compare April 18, 2025 12:59
@gsmet gsmet merged commit c1af45b into main Apr 18, 2025
1 check passed
@dependabot dependabot bot deleted the dependabot/maven/quarkus.platform.version-3.21.3 branch April 18, 2025 13:04
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.

1 participant