Skip to content

Commit

Permalink
Preserve Mockito's subclass behavior
Browse files Browse the repository at this point in the history
With Mockito 5, the library has switched to using
inline mocks by default.
We almost certainly can support this, but it needs
more investigation.
For the time being it makes sense to preserve the
mocking behavior users are used to since Quarkus 1.x

Closes: #31251
  • Loading branch information
geoand committed Mar 6, 2023
1 parent 4a678b6 commit ed74dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-framework/junit5-mockito/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<artifactId>mockito-subclass</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down

0 comments on commit ed74dd7

Please sign in to comment.