-
Bug
-
Resolution: Fixed
-
Major
-
jdk11
I ran the PCT against the git-plugin using JDK11, and AbstractGitSCMSourceRetrieveHeadsTest failed during the initial run. After consulting with alecharp I removed dependency versions for powermock-module-junit4, powermock-api-mockito2, and then mockito-core and reran the PCT specifying just the AbstractGitSCMSourceRetrieveHeadsTest. This resulted in an IllegalAccessError based on usage of com.thoughtworks.xstream.converters.DurationConverter.
I have attached the full log.