From ed74dd79aa62b3b36141d12a65bfe6517c881478 Mon Sep 17 00:00:00 2001 From: Georgios Andrianakis Date: Mon, 6 Mar 2023 15:09:49 +0200 Subject: [PATCH] Preserve Mockito's subclass behavior 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 --- test-framework/junit5-mockito/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-framework/junit5-mockito/pom.xml b/test-framework/junit5-mockito/pom.xml index aed8ac6101148..efc804e0ced76 100644 --- a/test-framework/junit5-mockito/pom.xml +++ b/test-framework/junit5-mockito/pom.xml @@ -31,7 +31,7 @@ org.mockito - mockito-core + mockito-subclass io.quarkus