quarkiverse / quarkus-mockk

Mockk Quarkus Extension
Apache License 2.0
22 stars 11 forks source link

Bump quarkus.version from 3.1.1.Final to 3.2.3.Final #221

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 11 months ago

Bumps quarkus.version from 3.1.1.Final to 3.2.3.Final. Updates io.quarkus:quarkus-bom from 3.1.1.Final to 3.2.3.Final

Release notes

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

3.2.3.Final

Complete changelog

  • #35131 - Unlist Security JPA Common
  • #35130 - Also support Universe BOM
  • #35129 - Support user methods with @Transactional in REST Data with Panache ORM
  • #35120 - Upgrade to Hibernate Search 6.2.0.Final in Quarkus 3.2
  • #35119 - Properly resolve @TestProfile when using nested tests in base classes
  • #35114 - Keep META-INF/MANIFEST.MF in the bootstrap Gradle resolver artifact
  • #35112 - Testing - fix MockitoConfig(convertScopes = true)
  • #35107 - User methods requiring a transaction in Hibernate ORM does not work for interfaces of Panache REST Data extension
  • #35104 - @Nested tests in a superclass do not work with test profiles
  • #35101 - Docs: fix typo in duplicated context guide
  • #35087 - Take into account container element constraints in config mapping validation
  • #35081 - Email validator on collection element not found after upgrade to Quarkus 3
  • #35080 - Mocking Singleton does not work even when using @MockitoConfig(convertScopes = true)
  • #35067 - Set analytics filter logs to debug
  • #35061 - Fix join message in websocket quickstart
  • #35060 - Add clear error message when Reactive REST Client used outside of Quarkus
  • #35059 - Stylistic Loggin guide tweaks
  • #35057 - Update graal-sdk to 23.0.1 to enable Java 11 compatibility
  • #35054 - Upgrade graal-sdk version to 23.0.1
  • #35040 - Fix Keycloak token address in OIDC DevUI script
  • #35029 - Keycloak dev services uses wrong token url for client_credentials grant type
  • #35022 - Fixing and adding missing abstracts in the Logging guide
  • #35015 - Limit List transformation in Spring DI module
  • #35013 - Fix sidecars resource requirements properties in Kubernetes
  • #35011 - @ConfigProperty injection semantics change when quarkus-spring-di is present and @Inject is used (regression in Quarkus 3)
  • #35009 - Upgrade to SmallRye Fault Tolerance 6.2.6
  • #35006 - quarkus-kubernetes Extension ignores multiple sidecars properties
  • #35005 - Fix OIDC token verification failure message
  • #34999 - Allow to exclude classes in REST Data with Panache with annotations
  • #34997 - Document HttpServerOptionsCustomizer
  • #34994 - OIDC UserInfo request must not be made if the token verification fails
  • #34993 - OIDC UserInfo endpoint is called even if the token verification fails
  • #34992 - Document usage of HttpServerOptionsCustomizer
  • #34991 - Upgrade to Hibernate ORM 6.2.7.Final and Hibernate Reactive 2.0.4.Final
  • #34987 - Ensure Kubernetes manifests are generated in the project location
  • #34986 - Quarkus is affected by criteria query issue in Hibernate
  • #34952 - Logging configuration stylistic review
  • #34951 - Improve Javadoc of @CustomSerialization
  • #34948 - Apply JavaPlugin on the deployment project
  • #34945 - Fix Openshift deployments when using a custom output directory
  • #34944 - Backport: Add option to produce PIE native binaries
  • #34938 - @UnlessBuildProperty is ignored on PanacheEntityResource
  • #34936 - Update RabbitMQ DevServices container to 3.12
  • #34917 - Fix issue of e.getCause() returns null
  • #34906 - Allow the use of HTTP2 in programmatically created REST Client
  • #34904 - Dev UI Scheduler: Fix screen height

... (truncated)

Commits
  • 0725349 [RELEASE] - Bump version to 3.2.3.Final
  • e8ce818 Merge pull request #35149 from gsmet/3.2.3-backports-2
  • 7a94383 Also support Universe BOM
  • 1ab8bea Keep META-INF/MANIFEST.MF in the bootstrap Gradle resolver artifact
  • d42d14c Unlist Security JPA Common
  • 6129f7f Support user methods with @​Transactional in REST Data with Panache ORM
  • 0604be0 Properly resolve @TestProfile when using nested tests in base classes
  • 8d6578a Hibernate Reactive Panache: open session on demand for repositories
  • cf7630a Testing - fix MockitoConfig(convertScopes = true)
  • e8cb64a Docs: fix typo in duplicated ctx guide
  • Additional commits viewable in compare view


Updates io.quarkus:quarkus-maven-plugin from 3.1.1.Final to 3.2.3.Final

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 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[bot] commented 10 months ago

Superseded by #223.