We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af65e67 + 8f7238f commit 62c2cc1Copy full SHA for 62c2cc1
test-framework/junit5/src/main/java/io/quarkus/test/junit/QuarkusTestExtension.java
@@ -617,7 +617,7 @@ private QuarkusTestExtensionState ensureStarted(ExtensionContext extensionContex
617
}
618
boolean isNewApplication = isNewApplication(state, extensionContext.getRequiredTestClass());
619
620
- QuarkusClassLoader cl = (QuarkusClassLoader) extensionContext.getRequiredTestClass().getClassLoader();
+ QuarkusClassLoader cl = getClassLoaderFromTestClass(extensionContext.getRequiredTestClass());
621
622
CuratedApplication curatedApplication = runningQuarkusApplication != null
623
? ((QuarkusClassLoader) runningQuarkusApplication.getClassLoader())
0 commit comments