Skip to content

3.22.1

Compare
Choose a tag to compare
@quarkusbot quarkusbot released this 30 Apr 15:10
· 829 commits to main since this release

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