[hibernate-dev] Jira + GitHub

2014-09-18 Thread Steve Ebersole
Have not not had a chance to look deeply yet, but interesting... https://confluence.atlassian.com/display/AOD/Advanced+workflow+configuration?utm_campaign=yuX3vawa&utm_medium=navbar&utm_source=inproduct ___ hibernate-dev mailing list hibernate-dev@lists.

Re: [hibernate-dev] Patch to ORM 4.2

2014-09-18 Thread Steve Ebersole
Generally speaking we do not port changes to the 4.2 branch anymore. However this one is a pretty obvious bug. I would say that as long as no public contracts were changed, to go ahead and port it. But I would check/coordinate with Gail. Gail, wdyt? On Thu, Sep 18, 2014 at 9:44 AM, andrea bori

[hibernate-dev] Patch to ORM 4.2

2014-09-18 Thread andrea boriero
I have applied the patch for the jira https://hibernate.atlassian.net/browse/HHH-9369 to the following branches: - master - 4.3 do I have to apply it also to 4.2? Thanks, Andrea ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://list

Re: [hibernate-dev] Embedded value not null when it includes an @ElementCollection

2014-09-18 Thread Davide D'Alto
Thanks, Davide On Thu, Sep 18, 2014 at 3:15 PM, Steve Ebersole wrote: > I have not played with case specifically, but it makes sense. ORM tries > hard to never return a null collection reference. > > On Wed, Sep 17, 2014 at 10:31 AM, Davide D'Alto > wrote: > >> Hi, >> I've created a test for

Re: [hibernate-dev] Embedded value not null when it includes an @ElementCollection

2014-09-18 Thread Steve Ebersole
I have not played with case specifically, but it makes sense. ORM tries hard to never return a null collection reference. On Wed, Sep 17, 2014 at 10:31 AM, Davide D'Alto wrote: > Hi, > I've created a test for OGM where we store an @Embeddable containing a list > annotated with @ElementCollectio