[hibernate-dev] Broken nightly builds

2016-11-23 Thread Radim Vansa
Hi, seems something went wrong with HHH-11083 integration and I've broken the nightly builds. Fix is in [1], please integrate asap. Radim [1] https://github.com/hibernate/hibernate-orm/pull/1647 -- Radim Vansa JBoss Performance Team ___ hibernate

Re: [hibernate-dev] Spring Cache integration

2016-11-23 Thread Steve Ebersole
I think they believe the reverse. Personally I am leery of accepting this because ultimately it is yet another piece of code we are not the experts on but will be responsible for maintaining. On Wed, Nov 23, 2016 at 1:39 AM Gunnar Morling wrote: > This is a very interesting contribution, only I

[hibernate-dev] Use @AssociationOverride with @MapKeyJoinColumn

2016-11-23 Thread Florian Lacreuse
Hi, We have a problem using @AssociationOverride and @MapKeyJoinColumn and we would like to have your opinion about this to know if this is an issue. Here is the test case : https://github.com/florianlacreuse/hibernate-test-case Short explanation about the model : an entity with an embeddable

Re: [hibernate-dev] Use @AssociationOverride with @MapKeyJoinColumn

2016-11-23 Thread Vlad Mihalcea
The JPA spec does not specify a way to override the MapKeyJoinColumn. You can override the association, like the JoinColumn for a ManyToOne or a JoinTable for OneToMany. In your case, maybe it's better to move that association out of the embeddable. It's always a good idea to keep the model as sim

Re: [hibernate-dev] Use @AssociationOverride with @MapKeyJoinColumn

2016-11-23 Thread Florian Lacreuse
We didn't know about the JPA spec on this particular detail, thanks for the precision. Nonetheless, we don't want to override the @MapKeyJoinColumn, we just want the annotation to be taken into consideration while we use @AssociationOverride to override something else. We have updated the test

[hibernate-dev] Preparing to release 5.1.3

2016-11-23 Thread Gail Badner
Please do not push anything to 5.1 branch while I'm preparing the release. Thanks, Gail ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] Hibernate ORM 5.1.3.Final Released

2016-11-23 Thread Gail Badner
http://in.relation.to/2016/11/23/hibernate-orm-513-final-release/ ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev