Is't strange that Sun/Oracle decided now to change to New Version String-Scheme however Java SE 1.5 was called Java SE 5 already 11 years ago. http://openjdk.java.net/jeps/223
I think maven-invoker-plugin or users may have the same problem like pluxus-archiver. invoker.properties invoker.java.version = 1.7+ On Thu, Dec 31, 2015 at 1:01 PM, Robert Scholte <[email protected]> wrote: > Hi, > > With JDK-8144879[1] being fixed in the latest jigsaw-ea I've been able to > build a subset of a multimodule project. > The next blocking issue requires some work by the Apache Maven team and/or > at the QDox project[2]. > QDox is a Java Parser which is used to read javadoc and/or annotations > from source in order to generate xml or other Java files. > With the module-info.java in place we get a ParserException, which is of > course expected at this moment. > I'll pick this up, since I'm still the projectlead of QDox. > > Project Verona > > With Project Verona the java version scheme has changed and already one > component has been identified to have an issue with it, being the > plexus-archiver. We've received a pull-request[3], which has already been > accepted. > The plexus-archiver is used by almost every "packaging" plugin, so the > impact is quite huge. > Once this component has been released, you don't have to wait for the > effected plugins to be released too: just add the new plexus-archiver as a > dependency to the plugin in your pom.xml > > best wishes for 2016, > Robert Scholte > > [1] https://bugs.openjdk.java.net/browse/JDK-8144879 > [2] https://github.com/paul-hammant/qdox > [3] https://github.com/codehaus-plexus/plexus-archiver/pull/12 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Cheers Tibor
