Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.0.0-M4
-
None
-
None
Description
Suppressed exceptions are not shown in the console output of the maven plugin, this has been reported as #SUREFIRE-1029 before. It was rejected in the past due to the expected Java sourcecode 1.6 expected in Maven 3.0 and suppressed execptions are a 1.7 feature.
Maven 3 actually uses java 1.7 as minimum and this could be implemented now.
Additionally more frameworks are using the suppressed exceptions feature and a the lack in reporting is more important than in the past, e.g. JUnit5 is using suppressed exceptions
Attachments
Issue Links
- relates to
-
SUREFIRE-1432 trimStackTrace = false by default
- Closed