How to fix "java.util.ServiceConfigurationError: org.junit.platform.engine.TestEngine: org.junit.jupiter.engine.JupiterTestEngine not a subtype"? #1899
Unanswered
carstenartur
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Any chance to reproduce the problem with a smaller example? In general yes it is a classpath problem, but the reason is really hard to tell with such a large setup. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To reproduce issue run "mvn verify" on
https://github.com/carstenartur/sandbox
I have seen similar errors at
https://bugs.eclipse.org/bugs/show_bug.cgi?id=534587
and
quarkusio/quarkus#21226
(might be completely unrelated though)
However, the error message is not very clear for me.
Others suggest it is a classpath issue but how to fix?
Beta Was this translation helpful? Give feedback.
All reactions