Closed
Description
At the moment there are some modules that are still using JUnit 4. Most of the codebase uses JUnit 5, but even with that there are different versions. For example unit-of-work
and partial-response
declare their own versions.
In this ticket let's try to apply the same version of JUnit 5 everywhere upgrading from JUnit 4 where needed.
This issue has been partially addressed using #1542 and #1668
Tests from two modules serverless and naked-objects are not being executed.
Respective issues have been opened for resolving the tests in favour of these two modules.
- Tests not being executed in serverless module #1667 against serverless
- Tests not being executed in naked-objects #1669 against naked-objects
Resolving these two issues should close this current issue