Re: [hibernate-dev] HHH-7610 - Embedded and nulls

2015-05-08 Thread Guillaume Smet
OK, done: https://github.com/hibernate/hibernate-orm/pull/944 (I just squashed the commits of Laurent into one) This PR is for 4.3 as we originally wrote it for 4.3. I already ported it to 5 but I prefer waiting we have settled everything before submitting the other PR for 5 (the merge requires a

Re: [hibernate-dev] HHH-7610 - Embedded and nulls

2015-05-06 Thread Steve Ebersole
Sure, I can take a look at a Pull Request. Just ping us on the list when it is ready (sometimes the PR notifications "get lost" in the shuffle). On Wed, May 6, 2015 at 9:00 AM, Guillaume Smet wrote: > Hi all, > > (sorry for the long silence, have been dealing with personal issues) > > I have cy

[hibernate-dev] HHH-7610 - Embedded and nulls

2015-05-06 Thread Guillaume Smet
Hi all, (sorry for the long silence, have been dealing with personal issues) I have cycles next week and I would like to tackle this issue: https://hibernate.atlassian.net/browse/HHH-7610 My colleague, Laurent Almeras, already worked on a patch here: https://github.com/openwide-java/hibernate-or