[hibernate-dev] Delivery reports about your e-mail

2017-08-17 Thread Automatic Email Delivery Software
___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] [ORM] About making delegating implementations abstract

2017-08-17 Thread Guillaume Smet
Hi, While updating OGM to use ORM 5.2, I found out that the delegating implementations of a few classes are missing methods: - AbstractDelegatingSessionBuilder - AbstractDelegatingSessionFactoryBuilder It stayed unnoticed because the classes are abstract so they don't complain about missing metho

Re: [hibernate-dev] [ORM] About making delegating implementations abstract

2017-08-17 Thread Davide D'Alto
Solution number 2 works for me. Davide On Thu, Aug 17, 2017 at 4:24 PM, Guillaume Smet wrote: > Hi, > > While updating OGM to use ORM 5.2, I found out that the delegating > implementations of a few classes are missing methods: > - AbstractDelegatingSessionBuilder > - AbstractDelegatingSessionFac

Re: [hibernate-dev] [ORM] About making delegating implementations abstract

2017-08-17 Thread Steve Ebersole
I'm fine with either, although (1) sure seems easier. On Thu, Aug 17, 2017 at 11:42 AM Davide D'Alto wrote: > Solution number 2 works for me. > > Davide > > On Thu, Aug 17, 2017 at 4:24 PM, Guillaume Smet > wrote: > > Hi, > > > > While updating OGM to use ORM 5.2, I found out that the delegati