Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated status for latest ea version (124)

...

This page summarizes currently known problems when running with java8, latest beta (1.8.0-ea-b119b124).

see also MNG-5551 for compilations issues

...

If issues appear due to regression in JDK8, they can be filed at http://bugreport.sun.com/bugreport/

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.Issues registered by the Apache Maven team can found be found by label apache-maven-found

maven-verifier


maven-shade-plugin

Believed to have substantial problems due to ASM 5 being required. ASM5 has a tentative release date in march, with a current beta version and possibly another beta later.

...

Running forkMode=never was fixed in 2.17 (unreleased as of yet). Building surefire on jdk8 requires using the -Dverifier.forkMode=once option (due to maven-verifier embedded mode issue).Requires b124

maven-javadoc-plugin

The javadoc executable has become stricter compared to previous versions:

...