Github user Tibor17 commented on the issue:
https://github.com/apache/maven-surefire/pull/127
I fixed this issue where I removed [1]. The reason behind is the
`IsolatedClassLoader` in plugin process which did not have shaded
`commons-lang3` in original jar file of `surefire-common`. Because of one
method in `commons-lang3` we should not pass such a big library. Instead I
created `ObjectUtils` which has only few method and most of them is already in
Java 7 utility class `java.util.Objects`. In Surefire on the top of Java 7 I
will delete them and use Java 7 facilities.
[1] import static org.apache.commons.lang3.ObjectUtils.defaultIfNull;
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]