Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
When I open the current develop branch in Eclipse, following FINERACT-846, and try to launch any JUnit test directly within the Eclipse IDE (not by Gradle on the CLI), such as the ClasspathHellDuplicatesCheckRuleTest but also others, even an empty one to test, they will due to:
java.lang.NoClassDefFoundError: org/junit/platform/engine/EngineDiscoveryListener (...) Caused by: java.lang.ClassNotFoundException: org.junit.platform.engine.EngineDiscoveryListener
I suspect this is another JPMS related issues, similar to FINERACT-940?
ptuomola if you have any insight into this kind of thing, please shout!
Attachments
Issue Links
- is part of
-
FINERACT-846 Upgrade Fineract 1.x to Java 11 and Upgrade Dependencies to latest versions
- Resolved
- relates to
-
FINERACT-940 The package javax.xml.parsers is accessible from more than one module: <unnamed>, java.xml (Eclipse only?)
- Resolved
- links to