Skip to content

Update quarkus.platform.version to v3.22.1 #1207

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
May 1, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 24, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.quarkus:quarkus-bom 3.21.3 -> 3.22.1 age adoption passing confidence
io.quarkus:quarkus-maven-plugin 3.21.3 -> 3.22.1 age adoption passing confidence

Release Notes

quarkusio/quarkus (io.quarkus:quarkus-bom)

v3.22.1

Compare Source

Complete changelog
  • #​41453 - hibernate-vector integration (through version management OR extension)
  • #​46324 - All Drivers except com.mysql.cj.jdbc.Driver get unregistered between integration tests groups on quarkus 3.18+
  • #​47346 - Catch Docker check exceptions in lightweight OIDC devservice
  • #​47396 - CI failure in OIDC wiremock logout on Windows
  • #​47478 - VerifyError when using Float in Model deserialized by Jackson
  • #​47482 - Improve diagnostic output for null system properties
  • #​47492 - Try and give more helpful error message for bad surefire version
  • #​47493 - Docs updates for test classloading
  • #​47497 - Qute: fix build time validation and generated value resolver for getters
  • #​47506 - Fix syntax highlighting in Reloading certificates of tls-registry-reference guide
  • #​47508 - Always consider @RegisterRestClient interface as REST Clients
  • #​47509 - Native application execution failure with @Retry on the class and private methods
  • #​47517 - Add org.hibernate.orm:hibernate-vector to application bom
  • #​47520 - SmallRye Fault Tolerance: skip private methods
  • #​47522 - Restore previous behavior of QuarkusTransaction#isActive()
  • #​47532 - Update dev services docs to not use deprecated guard
  • #​47550 - Fully disable Dev Services in oidc-wiremock-providers
  • #​47552 - Restore loading of all JDBC drivers on datasource creation
  • #​47553 - Reflection-free deserializers - Better handle basic types
  • #​47563 - Make protected constructors callable again for resteasy reactive
  • #​47568 - Validating an Access Token with OIDC gives NPE when running in prod mode for the default tenant only
  • #​47569 - Avoid NPE in TenantIdentityProvider
  • #​47571 - Reflection-free serializers generated but not used by Jackson
  • #​47574 - Quarkus WebSockets Next Intercepting HTTP GET Requests when using the @WebSocket annotation
  • #​47575 - OIDC refactoring: use accessors instead of deprecated fields marked for removal
  • #​47583 - WebSockets Next: make sure non-websocket connections are ignored
  • #​47586 - mvnw - Fix sha256 check on macOS
  • #​47587 - Add a proper deprecation comment to GlobalDevServicesConfig.Enabled
  • #​47594 - Allow to register generated Jackson serializers at any moment during quarkus strartup

v3.22.0

Compare Source

Major changes
  • #​47435 - Make Stork optional for REST Client
Complete changelog
  • #​47003 - Instance does not find implementations having a @Context annotated field
  • #​47315 - Default constructors of OIDC config builders should set correct default values
  • #​47337 - Stork related classes initialized in Quarkus 3.20 with rest client
  • #​47411 - Fix test class location search for bytecode enhanced test classes
  • #​47419 - Since 3.22.0CR1 fails ConfigProvider.getConfig() in the JUnit test (called from @MethodSource)
  • #​47421 - Also register superclasses as bean types in ResteasyReactiveProcessor
  • #​47426 - Only reset the test TCCL in cases where we had changed it
  • #​47435 - Make Stork optional for REST Client
  • #​47436 - Clarified the usage of the @LoggerName with @Inject on loggers
  • #​47438 - Speed up reload test and update lgtm image
  • #​47439 - Fix an issue with StatelessSession qualifiers
  • #​47446 - NPE in mvn quarkus:build (BuildMojo.doExecute)
  • #​47451 - Set correct default values in constructors of OIDC config builders
  • #​47454 - Add logger name to OTel Logging
  • #​47472 - Avoid setting null system properties in Mojos
  • #​47474 - Trivial: Do not wrap runtime exception
  • #​47486 - Disable LgtmReloadTest

v3.21.4

Compare Source

Complete changelog
  • #​46702 - KeyCloak: Values not appearing in DevUI DevServices
  • #​46792 - Unable to build Quarkus on "non developer" machine with just JDK installed
  • #​46898 - Always use the FQN Rest Client configuration when initializing the Proxy DevService
  • #​47124 - Bump smallrye-open-api.version from 4.0.8 to 4.0.9
  • #​47313 - maven-flatten-plugin is incompatible with generate-code-tests mojo from quarkus-maven-plugin
  • #​47350 - Attempt to create HttpSecurityPolicy with duplicated names should lead to warning or error
  • #​47377 - Make sure Quarkus can bootstrap tests with the flatten-maven-plugin
  • #​47384 - Performance regression while resolving path
  • #​47393 - Use ModelResolutionTaskRunner in WorkspaceLoader
  • #​47395 - Optimise path decoding in RoutingUtils
  • #​47399 - Show how to revoke OIDC tokens from security event listeners
  • #​47403 - Add missing dependency to quarkus-devservices-keycloak
  • #​47404 - Dev UI - Only display exposed ports
  • #​47407 - Update Maveniverse Nisse to 0.4.2
  • #​47418 - Dev mode doesn't reflect removed extension with Quarkus main
  • #​47422 - Smallrye fault tolerance retry policy goes in StackOverflowError
  • #​47432 - Bump smallrye-open-api.version from 4.0.9 to 4.0.10
  • #​47448 - Fail build when multiple HttpSecurityPolicies with same name are detected
  • #​47464 - Bump picocli.version from 4.7.6 to 4.7.7
  • #​47468 - Reload POMs that have changed during dev mode
  • #​47496 - SmallRye Fault Tolerance: update to 6.9.1

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner April 24, 2025 14:05
@renovate renovate bot force-pushed the renovate/quarkus.platform.version branch from 26ed8c0 to c9809c6 Compare April 30, 2025 10:21
@renovate renovate bot changed the title Update quarkus.platform.version to v3.22.0 Update quarkus.platform.version to v3.22.1 Apr 30, 2025
@jpgough-ms
Copy link
Member

This change is failing at the moment, but will likely be fine tomorrow. Usual propagation delay

@renovate renovate bot force-pushed the renovate/quarkus.platform.version branch from ec05a8a to 0ab5075 Compare May 1, 2025 09:46
@jpgough-ms jpgough-ms merged commit 7dc4bd9 into main May 1, 2025
15 checks passed
@jpgough-ms jpgough-ms deleted the renovate/quarkus.platform.version branch May 1, 2025 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant