liptga / powermock-osgi

Automatically exported from code.google.com/p/powermock-osgi
0 stars 0 forks source link

Reuse Eclipse Orbit bundles when possible #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Several bundles (junit, hamcrest, mockito...) are already provided by Eclipse 
Orbit, and are widely used by Eclipse projects.
It would make sense to try to re-use those bundles from Orbit instead of 
re-shipping them.

Original issue reported on code.google.com by mickael.istria on 19 Aug 2014 at 3:29

GoogleCodeExporter commented 9 years ago
More specifically, here is a question (in order to integrate PowerMock in an 
RCP app that already uses Mockito, JUnit and Hamcrest from Orbit): what are the 
cases that make PowerMock require a different JUnit or a different Hamcrest 
than the ones in Orbit?
For Mockito, it's just that it requires export of some internal packages, but 
for other libs, I couldn't find out a reason (and then evaluate the risk of 
using Orbit's libraries anyway).

Original comment by mickael.istria on 26 Aug 2014 at 3:16