Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
sling-mock and osgi-mock currently have a direct compile dependency to junit4, and use a special junit4 construct ("Rule") that is not supported in junit5 any longer. instead, junit5 provides new extension mechanisms.
we want to support both junit4 and junit5 (independently or both together for projects migrating from junit4 to junit5).