You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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

see also MNG-5551 for compilations issues

maven-verifier

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

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.

maven-surefire-plugin

Running forkMode=never was fixed in 2.17 (unreleased as of yet). Building surefire on jdk8 work requires using the -Dverifier.forkMode=once option.

  • No labels