Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: remove performance issue, different chip architectures

...

Related continuous integration job is https://builds.apache.org/view/M-R/view/Maven/ Interesting is that is takes about 3 times the amount of time to execute the job with JDK8 compared to JDK7 !   

maven-verifier

embedded mode does not work due to sun bug 9009028 - System.setProperties(null) corrupts java.home, turned into JDK-8030781. This affects at least maven-core and surefire.

...

Another issue is that the excludedocfilessubdir option is ignored with Windows7, org.apache.maven.plugin.javadoc.JavadocReportTest.testJavadocResources() fails when trying to confirm that the maven-feather.png hasn't been copied (watch it, it's the third assertion for the feather!)

This issue has been registered as https://bugs.openjdk.java.net/browse/JDK-8032205 and confirmed.

maven-jarsigner-plugin

With jdk <1.8, when jarsigner can not verify a jar then exit code is 1 (this is normal); while with jdk 1.8, result code is 0.

...