-
in Spring Boot 3.4 i'm getting
```
Mockito is currently self-attaching to enable the inline-mock-maker. This will no longer work in future releases of the JDK. Please add Mockito as an agent to…
-
Using `mockito-core:5.14.2` and `spring-boot:3.3.5 ` shows this warning:
```
Mockito is currently self-attaching to enable the inline-mock-maker.
This will no longer work in future releases of the…
-
### Description
After upgrading to quarkus 3.16.2, I am greeted by this warning from mockito during my quarkus:test run:
> 2024-11-12 16:28:41,271 INFO [io.quarkus] (main) Installed features: [agro…
-
## What version of OpenRewrite are you using?
I am using
- OpenRewrite v5.22.0
## How are you running OpenRewrite?
I am using the command line invocation:
```sh
mvn -U org.openrewr…
-
Not sure if these are two different problems or two messages about the same problem. These messages are emitted when running tests:
> Mockito is currently self-attaching to enable the inline-mock-m…
-
Artifact name of the release library contains the version of Mockito, for example, `"org.scalatestplus" %% "mockito-5-12"`.
Such an approach, while useful to not enforce updates of Mockito upon users…
-
I've just upgraded to bazelmod from 28.3 to 29.0 for protobuf and I'm getting these warnings:
```
com.google.guava:guava has multiple versions 33.3.1-jre, 32.0.1-jre
org.mockito:mockito-c…
-
Hello, this "issue" is more like a question: what's the policy of `scalatestplus-mockito` with regard to which versions of Mockito are supported?
I mean, I'd like to use the latest 3.2.13.0 release, …
-
There's a number of [breaking changes coming up in Mockito v5](https://github.com/mockito/mockito/issues/2802), which we might want to support soon after their release. For now we're [pinned to v4](ht…
-
## What version of OpenRewrite are you using?
I am using
- OpenRewrite v. which ever is provided by the maven plugin
- Maven/Gradle plugin v5.0.0
- rewrite-testing-frameworks v2.0.0
## …