Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Surefire-booter and surefire-integration-tests require 1.4 but fail to specify it in their POMs.
Class SurefireBooter uses the constructor RuntimeException(String, Exception) which was introduced in Java 1.4.
Likewise HelperAssertions.extractReports().
Either the code needs to be changed, or the pom needs to specify Java 1.4 as a minimum.