Re: [hibernate-dev] Tests on JDK 9, and other updates on ci.hibernate.org

2014-10-21 Thread Sanne Grinovero
All, I've updated the JDK versions on ci.hibernate.org to include # Early Access build for JDK 9 b35 summary of changes: http://www.java.net/download/jdk9/changes/jdk9-b35.html name on CI: Preview-JDK9 # Early Access build for JDK 8u40 b10

Re: [hibernate-dev] Tests on JDK 9, and other updates on ci.hibernate.org

2014-09-08 Thread Sanne Grinovero
On 8 September 2014 15:15, Hardy Ferentschik wrote: > On Mon, Sep 08, 2014 at 01:06:16PM +0100, Sanne Grinovero wrote: > >> I have no strong preference, just preferring to keep it on by default >> as it generally runs quickly enough; > > +1 for keeping things running per default (and it is a stron

Re: [hibernate-dev] Tests on JDK 9, and other updates on ci.hibernate.org

2014-09-08 Thread Hardy Ferentschik
On Mon, Sep 08, 2014 at 01:06:16PM +0100, Sanne Grinovero wrote: > I have no strong preference, just preferring to keep it on by default > as it generally runs quickly enough; +1 for keeping things running per default (and it is a strong preference ;-)) > But obviously we need a switch to turn i

Re: [hibernate-dev] Tests on JDK 9, and other updates on ci.hibernate.org

2014-09-08 Thread Sanne Grinovero
Thanks! I have no strong preference, just preferring to keep it on by default as it generally runs quickly enough; but YMMV if it's slow for someone and impairs quick experimentation I'd be fine to disable it. But obviously we need a switch to turn it off for such cases as the JDK not being compati

Re: [hibernate-dev] Tests on JDK 9, and other updates on ci.hibernate.org

2014-09-08 Thread Emmanuel Bernard
I've push the information to the Asciidoctor folks. I don't know about any switch though. I guess we do have a way to enable or disable doc generation but because of various preferences between project leads, nothing is consistent. On Mon 2014-09-08 12:31, Sanne Grinovero wrote: > On 8 September 2

Re: [hibernate-dev] Tests on JDK 9, and other updates on ci.hibernate.org

2014-09-08 Thread Sanne Grinovero
On 8 September 2014 12:25, Emmanuel Bernard wrote: > On Sun 2014-09-07 14:04, Sanne Grinovero wrote: >> - asciidoctor-maven-plugin plugin fails: I'll disable it for now but >> it would be great if someone could have a look at it, if it's a JVM >> bug we should report it, and otherwise fixing the p

Re: [hibernate-dev] Tests on JDK 9, and other updates on ci.hibernate.org

2014-09-08 Thread Emmanuel Bernard
On Sun 2014-09-07 14:04, Sanne Grinovero wrote: > - asciidoctor-maven-plugin plugin fails: I'll disable it for now but > it would be great if someone could have a look at it, if it's a JVM > bug we should report it, and otherwise fixing the plugin would be > nice. Can you point me to a URL showing

[hibernate-dev] Tests on JDK 9, and other updates on ci.hibernate.org

2014-09-07 Thread Sanne Grinovero
Hi all, I've installed latest preview builds of: - JDK 9 b28 - JDK 8u40 b04 Java 9 is new in our builds, so some considerations: - The JVM option MaxPermSize, which was deprecated in Java8, is no longer accepted and will fail bootstrap. Either you remove it from your build path or enable -XX:+Ig