Re: [hibernate-dev] Java 9: progress on compatibility

2016-06-19 Thread Steve Ebersole
Sounds good to me. Thanks! On Sun, Jun 19, 2016 at 6:10 PM Sanne Grinovero wrote: > Hi Steve, > on ci.hibernate.org either you are admin (with all powers) or you're a > no-one, having only some read permissions. So I guess you merely > forgot to login, or you wouldn't be able to change any othe

Re: [hibernate-dev] Java 9: progress on compatibility

2016-06-19 Thread Sanne Grinovero
Hi Steve, on ci.hibernate.org either you are admin (with all powers) or you're a no-one, having only some read permissions. So I guess you merely forgot to login, or you wouldn't be able to change any other job either. Anyway, the JDK 9 build job is showing green! - http://ci.hibernate.org/view/J

Re: [hibernate-dev] Java 9: progress on compatibility

2016-06-18 Thread Steve Ebersole
Sanne I do not have rights to edit your ORM JDK 9 job. I wanted to look at the job config to make sure it is ok, but I cannot even see it. On Fri, Jun 17, 2016 at 7:22 PM Steve Ebersole wrote: > For the most part we have gotten ORM buildable with Java 9. Some "open > items": > >1. Javassis

Re: [hibernate-dev] Java 9: progress on compatibility

2016-06-17 Thread Steve Ebersole
For the most part we have gotten ORM buildable with Java 9. Some "open items": 1. Javassist does not seem to support Java 9 much, if at all. I had to disable some tests in hibernate-core that test enhancement as well as tests for hibernate-hikari since it uses Javassist extensively too.

Re: [hibernate-dev] Java 9: progress on compatibility

2016-06-15 Thread Steve Ebersole
No worries, I understand. On Wed, Jun 15, 2016 at 3:13 PM Sanne Grinovero wrote: > On 15 June 2016 at 19:29, Steve Ebersole wrote: > > WRT JAXB (XJC) I am completely lost. > > > > Sanne I tried your solution of specifying an addmod for jaxb to > GRADLE_OPTS > > but get the same result (Exceptio

Re: [hibernate-dev] Java 9: progress on compatibility

2016-06-15 Thread Sanne Grinovero
On 15 June 2016 at 19:29, Steve Ebersole wrote: > WRT JAXB (XJC) I am completely lost. > > Sanne I tried your solution of specifying an addmod for jaxb to GRADLE_OPTS > but get the same result (ExceptionInInitializerError) with and without that > change. So not sure how you got that to work. Ste

Re: [hibernate-dev] Java 9: progress on compatibility

2016-06-15 Thread Steve Ebersole
I started a discussion on Gradle forums to start getting some resolution to this: https://discuss.gradle.org/t/does-gradle-3-m1-honor-gradle-opts/18070 On Wed, Jun 15, 2016 at 1:29 PM Steve Ebersole wrote: > WRT JAXB (XJC) I am completely lost. > > Sanne I tried your solution of specifying an a

Re: [hibernate-dev] Java 9: progress on compatibility

2016-06-15 Thread Steve Ebersole
WRT JAXB (XJC) I am completely lost. Sanne I tried your solution of specifying an addmod for jaxb to GRADLE_OPTS but get the same result (ExceptionInInitializerError) with and without that change. So not sure how you got that to work. I did try the alternative we discussed of defining an explici

Re: [hibernate-dev] Java 9: progress on compatibility

2016-06-13 Thread Gunnar Morling
Yep, we discussed that approach last year already: http://lists.jboss.org/pipermail/hibernate-dev/2015-March/012250.html 2016-06-13 9:49 GMT+02:00 Sanne Grinovero : > On 13 June 2016 at 07:34, Gunnar Morling wrote: > > Hey, > > > > I hit the same issue with the injection plug-in in HV. > > > > I

Re: [hibernate-dev] Java 9: progress on compatibility

2016-06-13 Thread Sanne Grinovero
On 13 June 2016 at 07:34, Gunnar Morling wrote: > Hey, > > I hit the same issue with the injection plug-in in HV. > > It was used for obtaining the version of HV at runtime. I worked around it > by obtaining that from the package instead [1]: > > return SomeHvClass.class.getPackage().getImplem

Re: [hibernate-dev] Java 9: progress on compatibility

2016-06-12 Thread Gunnar Morling
Hey, I hit the same issue with the injection plug-in in HV. It was used for obtaining the version of HV at runtime. I worked around it by obtaining that from the package instead [1]: return SomeHvClass.class.getPackage().getImplementationVersion(); If that's all what the injection plug-in i

Re: [hibernate-dev] Java 9: progress on compatibility

2016-06-12 Thread Sanne Grinovero
Some more progress by simply setting this environment variable: GRADLE_OPTS="-XaddExports:java.security.sasl/com.sun.security.sasl.digest=ALL-UNNAMED -XaddExports:java.security.sasl/com.sun.security.sasl=ALL-UNNAMED -XaddExports:jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED -XaddExports:jdk.u

Re: [hibernate-dev] Java 9: progress on compatibility

2016-06-12 Thread Sanne Grinovero
On 11 June 2016 at 18:47, Sanne Grinovero wrote: > On 11 June 2016 at 18:25, Steve Ebersole wrote: >> The ORM failure seems to be a Gradle/JDK9 issue. Any idea about that? > > Not sure, that's a new one :) > It could be related to https://issues.gradle.org/browse/GRADLE-3287 ? > > Might be worth

Re: [hibernate-dev] Java 9: progress on compatibility

2016-06-11 Thread Sanne Grinovero
On 11 June 2016 at 18:25, Steve Ebersole wrote: > The ORM failure seems to be a Gradle/JDK9 issue. Any idea about that? Not sure, that's a new one :) It could be related to https://issues.gradle.org/browse/GRADLE-3287 ? Might be worth trying to upgrade to Gradle 2.12 .. I'm not at a terminal at

Re: [hibernate-dev] Java 9: progress on compatibility

2016-06-11 Thread Steve Ebersole
The ORM failure seems to be a Gradle/JDK9 issue. Any idea about that? On Fri, Jun 10, 2016, 4:39 PM Sanne Grinovero wrote: > Hi all, > please try to have a look at this page when you have a moment: > - http://ci.hibernate.org/view/JDK9/ > > Hibernate Search is working, and it shouldn't be too

[hibernate-dev] Java 9: progress on compatibility

2016-06-10 Thread Sanne Grinovero
Hi all, please try to have a look at this page when you have a moment: - http://ci.hibernate.org/view/JDK9/ Hibernate Search is working, and it shouldn't be too hard to get the others "green" as well. I've disabled some integration tests to get there, notably: - OSGi tests: Karaf is not ready f