Re: [RESULT] [VOTE] Release Apache Maven Enforcer version 1.4.2

2017-06-26 Thread Mark Derricutt
On 23 Jun 2017, at 7:48, Stephen Connolly wrote: > Ok, I'm dropping this and respinning as 3.0.0 Does 1.4.2/3.0.0 work with Java 9? I was just testing a build and hit: Caused by: org.apache.maven.plugin.PluginExecutionException: Execution

Re: Loading providers in named modules with ServiceLoader using a plugin class realm

2017-06-26 Thread Guillaume Boué
From what I tested, ServiceLoader doesn't allow a custom classloading scheme for named modules (step 1 of http://download.java.net/java/jdk9/docs/api/java/util/ServiceLoader.html#load-java.lang.Class-java.lang.ClassLoader-). Its own scheme relies on checking modules loaded by the given

Re: [RESULT] [VOTE] Release Apache Maven Enforcer version 1.4.2

2017-06-26 Thread Guillaume Boué
Yes, it should work with Java 9, I ran all the integration tests of the plugin with 9ea175 without any issues. This error is already solved for 3.0.0 by upgrading to commons-lang3. Guillaume Le 26/06/2017 à 13:53, Mark Derricutt a écrit : On 23 Jun 2017, at 7:48, Stephen Connolly wrote: