ovirt-engine compiles successfully with JDK 9

I'm happy to discover that ovirt-engine is clean compiled on using jdk9. I used the official JDK9 container to run it from the repo directory: docker run -it --rm --name ovirt-engine-compile-jdk9 -v "$PWD":/usr/src/mymaven -w /usr/src/mymaven docker.io/maven:3-jdk-9 ln -s /etc/java-9-openjdk /usr/lib/jvm/java-9-openjdk-amd64/conf ; mvn clean package

Does it run? :) On Tue, Feb 7, 2017 at 10:01 AM, Roy Golan <rgolan@redhat.com> wrote:
I'm happy to discover that ovirt-engine is clean compiled on using jdk9. I used the official JDK9 container to run it from the repo directory:
docker run -it --rm --name ovirt-engine-compile-jdk9 -v "$PWD":/usr/src/mymaven -w /usr/src/mymaven docker.io/maven:3-jdk-9 ln -s /etc/java-9-openjdk /usr/lib/jvm/java-9-openjdk-amd64/conf ; mvn clean package
_______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel
-- Greg Sheremeta, MBA Red Hat, Inc. Sr. Software Engineer gshereme@redhat.com

On Feb 7, 2017 7:03 PM, "Greg Sheremeta" <gshereme@redhat.com> wrote: Does it run? :) Wildfly 10 doesn't guarantee anything yet. We might need to change our jboss modules configurations to make it work. Anyhow we need to try first with our current java8 artifacts to run using java9. My main goal was at least to see it's compiling and to discover issues as early as possible and report to openjdk. On Tue, Feb 7, 2017 at 10:01 AM, Roy Golan <rgolan@redhat.com> wrote:
I'm happy to discover that ovirt-engine is clean compiled on using jdk9. I used the official JDK9 container to run it from the repo directory:
docker run -it --rm --name ovirt-engine-compile-jdk9 -v "$PWD":/usr/src/mymaven -w /usr/src/mymaven docker.io/maven:3-jdk-9 ln -s /etc/java-9-openjdk /usr/lib/jvm/java-9-openjdk-amd64/conf ; mvn clean package
_______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel
-- Greg Sheremeta, MBA Red Hat, Inc. Sr. Software Engineer gshereme@redhat.com

On Tue, Feb 7, 2017 at 2:07 PM, Roy Golan <rgolan@redhat.com> wrote:
On Feb 7, 2017 7:03 PM, "Greg Sheremeta" <gshereme@redhat.com> wrote:
Does it run? :)
Wildfly 10 doesn't guarantee anything yet. We might need to change our jboss modules configurations to make it work. Anyhow we need to try first with our current java8 artifacts to run using java9.
My main goal was at least to see it's compiling and to discover issues as early as possible and report to openjdk.
Very nice :) Whenever I've seen JDK crashes when compiling oVirt, it's always been during the GWT compile. It's good to see that's working too.
On Tue, Feb 7, 2017 at 10:01 AM, Roy Golan <rgolan@redhat.com> wrote:
I'm happy to discover that ovirt-engine is clean compiled on using jdk9. I used the official JDK9 container to run it from the repo directory:
docker run -it --rm --name ovirt-engine-compile-jdk9 -v "$PWD":/usr/src/mymaven -w /usr/src/mymaven docker.io/maven:3-jdk-9 ln -s /etc/java-9-openjdk /usr/lib/jvm/java-9-openjdk-amd64/conf ; mvn clean package
_______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel
-- Greg Sheremeta, MBA Red Hat, Inc. Sr. Software Engineer gshereme@redhat.com
-- Greg Sheremeta, MBA Red Hat, Inc. Sr. Software Engineer gshereme@redhat.com
participants (2)
-
Greg Sheremeta
-
Roy Golan