-
> I'm seeing this same bug when using `SpringExtension.class` along with `MockitoExtension.class`:
>
> ```
> @ExtendWith({MockitoExtension.class, SpringExtension.class})
> public class InjectMock…
-
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…
-
```
What steps will reproduce the problem?
1. Install a current build of Mockito, DexMaker.
2. Run a test which creates a mock of something in java.lang or android.os
A very simple affected test woul…
-
`org.openrewrite.java.cleanup.ExplicitInitialization` and `org.openrewrite.java.cleanup.UseDiamondOperator` removes the argument type when it's a lombok.val variable.
`val products = new ArrayList(…
-
```
What steps will reproduce the problem?
1. Install a current build of Mockito, DexMaker.
2. Run a test which creates a mock of something in java.lang or android.os
A very simple affected test woul…
-
Hey folks,
According to the docs, Mockito should have switched to strict mocks by default since v4. I've been eagerly waiting for this release, but it seems the feature is not there.
Furthermore…
-
It seems that if a dependency is specified in the rootProject, it isn't recognized by the dependency-lock-plugin.
I have created a minimal example project to illustrate: https://github.com/islandsv…
-
Hey there!
I recently updated the dependencies of a crate via `cargo audit`, which broke all the tests where we used tokio as runtime and mockito for mocking a http server because of starting a run…
-
In order to keep dependencies up to date, I suggest the following improvements:
1. Setup and configure GitHub dependabot for this project to automatically monitor for new libraries (including secur…
-
### Producer-client lifecycle
- When working on release tools I constantly build the sample project with new version of tools. It would be great to streamline this so that when we run "build" in th…