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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
16 matches
Mail list logo