-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
This is happening here: Which ends up here: And so It is the case that JDT's junit5 runtime requires org.junit: Indeed all the underlined things would drag in org.junit. Because of these requirements: |
Beta Was this translation helpful? Give feedback.
-
I tried to improve this a bit recently and there is a "hidden" option at least if you use the JUnit Container because the corresponding UI change is stuck here:
Sadly yes... with the new OSGi Test Framework Support I tried to improve the situation at least for users not bound to the old legacy way, so if your are using this feature you:
|
Beta Was this translation helpful? Give feedback.
This is happening here:
eclipse.pde/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/RequiredPluginsClasspathContainer.java
Lines 566 to 578 in 5dc5f26
Which ends up here:
eclipse.pde/ui/org.eclipse.pde.core/src/org/e…