[hibernate-dev] Hibernate JTS upgrade: migration notes required

2018-09-24 Thread Guillaume Smet
Hi Karel, Back from vacation and I just saw this commit: https://github.com/hibernate/hibernate-orm/commit/b3e56a5db71110d07a095762a788c53ef258bd01 . As it will break user code, we need a note in the migration guide about this change (migration-guide.adoc at the root of the repository). The migr

Re: [hibernate-dev] Hibernate JTS upgrade: migration notes required

2018-09-24 Thread Karel Maesen
Hi Guillaume, Thanks for pointing this out. I will take care of it. Regards, Karel On Mon, Sep 24, 2018 at 4:23 PM Guillaume Smet wrote: > Hi Karel, > > Back from vacation and I just saw this commit: > https://github.com/hibernate/hibernate-orm/commit/b3e56a5db71110d07a095762a788c53ef258bd01

[hibernate-dev] *-to-one associations and @NotFound

2018-09-24 Thread Gail Badner
As a result of fixing HHH-12436 , some eager *-to-one associations that were loaded using FetchMode.JOIN may instead be loaded using FetchMode.SELECT, and vice-versa. In some cases, @NotFound behavior is different depending on the FetchMode for the