Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[vjet-dev] Usage of deprecated JUnit4 in Eclipse VJET

Hi guys,

VJET using the old and deprecated JUnit4 library in plug-ins that are bundled with the product. This is not a good practice to ship JUnit library to clients that don't really need this. Also, JUnit4 is deprecated library that support is dropped starting from Kepler M6.

I've created the issue in BugZilla: https://bugs.eclipse.org/bugs/show_bug.cgi?id=406254 and proposed a couple of patched that:

1) Exclude JUnit usage is product plug-ins (JUnit was used in org.eclipse.vjet.vsf.dervlet plug-in which depends on JUnit4 and could be installed by a user) 2) Make JUnit tests compatible to JUnit v.4.11 (JUnit 4.8 is still could be used, but VJET JUnit tests don't depend on org.junit4.* interface anymore)

We'd like you to exclude deprecated JUnit4 usage from VJet.

Thanks,
Victor Rubezhny,
Exadel, Inc.



Back to the top