Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] Action required: Remove upper bound for org.junit in your test plug-ins

We're now ready to release the required changes to finally fix
https://bugs.eclipse.org/bugs/show_bug.cgi?id=153429 (JUnit4 in Eclipse 
Testing Framework).

Before we can do that, all test projects need to remove the upper bound 
for org.junit in their manifest. The new dependency should look like this:

Require-Bundle:
 <other bundles> 
 org.junit;bundle-version="3.8.2",
 <other bundles> 

Please release this change to HEAD as soon as possible (i.e. "now"). This 
change will not have any effect in tonight's N-build.
Tomorrow, we will release the other changes in the test framework and in 
the SDK, and we'll run a final test build on HEAD.

Thanks,
Markus


Back to the top