You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by gn...@apache.org on 2016/12/19 22:57:40 UTC

[3/5] karaf git commit: Do not allow building with JDK 9 until it can actually succeed

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 <gn...@apache.org>
Authored: Mon Dec 12 16:14:49 2016 +0100
Committer: Guillaume Nodet <gn...@apache.org>
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>


Re: [3/5] karaf git commit: Do not allow building with JDK 9 until it can actually succeed

Posted by Freeman Fang <fr...@gmail.com>.
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, gnodet@apache.org 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 <gn...@apache.org>
> Authored: Mon Dec 12 16:14:49 2016 +0100
> Committer: Guillaume Nodet <gn...@apache.org>
> 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>
>