[hibernate-dev] Travis build being very unstable with ORM

2018-03-12 Thread Guillaume Smet
Hi, I don't know if it's an issue you had before with our CI but the Travis builds are very unstable, failing with this message: :hibernate-core:testPicked up _JAVA_OPTIONS: -Xmx2048m -Xms512m No output has been received in the last 10m0s, this potentially indicates a stalled build or something wr

Re: [hibernate-dev] Travis build being very unstable with ORM

2018-03-12 Thread Sanne Grinovero
On 12 March 2018 at 10:52, Guillaume Smet wrote: > Hi, > > I don't know if it's an issue you had before with our CI but the Travis > builds are very unstable, failing with this message: > :hibernate-core:testPicked up _JAVA_OPTIONS: -Xmx2048m -Xms512m > No output has been received in the last 10m0

[hibernate-dev] CI Updates

2018-03-12 Thread Davide D'Alto
I'm going to run some updates on CI this Friday. Cheers, Davide ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] Hibernate support for JDBC drivers targeting multiple JVM versions

2018-03-12 Thread Bregler, Jonathan
Hi, in a recent version of the HANA JDBC driver the new JDBC 4.3 features that came with Java 9 have been implemented. The driver itself is still compiled for Java 7 (javac -target 1.7). So the driver should also be usable with a JVM 7 or 8. This works as expected until Java reflection is used

Re: [hibernate-dev] Hibernate support for JDBC drivers targeting multiple JVM versions

2018-03-12 Thread Sanne Grinovero
Hi Jonathan, personally this looks like an issue with the driver as class initialization could be triggered by a number of things, it's going to be hard to dodge them all, not least all containers and servers have their own peculiarities in how they load and wrap drivers and datasources; could you

Re: [hibernate-dev] Hibernate support for JDBC drivers targeting multiple JVM versions

2018-03-12 Thread Bregler, Jonathan
Hi Sanne, Multi-release JARs sound promising. I'll forward your suggestion to the HANA JDBC driver team. Thanks, Jonathan -Original Message- From: sanne.grinov...@gmail.com [mailto:sanne.grinov...@gmail.com] On Behalf Of Sanne Grinovero Sent: Monday, March 12, 2018 4:45 PM To: Bregler,

Re: [hibernate-dev] Joins over type variable defined assocations NPE problems

2018-03-12 Thread andrea boriero
Hi Christian, I have looked at your PR and at the moment I cannot find another easy clean solution for this issue not requiring as you said quite a lot of work. On 9 March 2018 at 20:20, Christian Beikov wrote: > Hey, > > so the problems related to the type variable handling I did aren't fully