Yeah, the build with java9 is broken since 9-ea+148, create KARAF-4900 to track this ------------- Freeman(Yue) Fang
Red Hat, Inc. FuseSource is now part of Red Hat > On Dec 20, 2016, at 6:57 AM, [email protected] wrote: > > Do not allow building with JDK 9 until it can actually succeed > > Project: http://git-wip-us.apache.org/repos/asf/karaf/repo > Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/04f038e8 > Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/04f038e8 > Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/04f038e8 > > Branch: refs/heads/master > Commit: 04f038e800dd94cfed4586bf68523f2575dd9f69 > Parents: cd9dcf2 > Author: Guillaume Nodet <[email protected]> > Authored: Mon Dec 12 16:14:49 2016 +0100 > Committer: Guillaume Nodet <[email protected]> > Committed: Mon Dec 19 23:56:59 2016 +0100 > > ---------------------------------------------------------------------- > pom.xml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/karaf/blob/04f038e8/pom.xml > ---------------------------------------------------------------------- > diff --git a/pom.xml b/pom.xml > index e05a6bb..faaf857 100644 > --- a/pom.xml > +++ b/pom.xml > @@ -2022,7 +2022,7 @@ > <version>[3.3,4)</version> > </requireMavenVersion> > <requireJavaVersion> > - <version>[1.8,9]</version> > + <version>[1.8,1.9)</version> > </requireJavaVersion> > </rules> > </configuration> >
