Re: [hibernate-dev] ORM 5.2 issue with getInterceptor() not being a true getter

2017-09-11 Thread Gail Badner
I created https://hibernate.atlassian.net/browse/HHH-11982. I just committed the one-line change without a unit test. Unless I hear otherwise, I'll assume that's OK and I'll plan to release on Wednesday, 9/13. Regards, Gail On Mon, Sep 11, 2017 at 10:52 PM, Gail Badner wrote: > OK, I'll fix it

Re: [hibernate-dev] ORM 5.2 issue with getInterceptor() not being a true getter

2017-09-11 Thread Gail Badner
OK, I'll fix it for 5.2.11. Thanks, Gail On Mon, Sep 11, 2017 at 12:20 PM, Steve Ebersole wrote: > I'm fine with that. That method really does not fit with the paradigm > which needs that pulse. > > > On Mon, Sep 11, 2017 at 1:36 PM Sanne Grinovero > wrote: > > > On 11 September 2017 at 16:14

Re: [hibernate-dev] ORM 5.2 issue with getInterceptor() not being a true getter

2017-09-11 Thread Steve Ebersole
I'm fine with that. That method really does not fit with the paradigm which needs that pulse. On Mon, Sep 11, 2017 at 1:36 PM Sanne Grinovero wrote: > On 11 September 2017 at 16:14, Guillaume Smet > wrote: > > Hi! > > > > Any comment on this? > > > > After reading the javadoc of SharedSession

Re: [hibernate-dev] ORM 5.2 issue with getInterceptor() not being a true getter

2017-09-11 Thread Sanne Grinovero
On 11 September 2017 at 16:14, Guillaume Smet wrote: > Hi! > > Any comment on this? > > After reading the javadoc of SharedSessionContractImplementor, I think we > should probably just get rid of the `checkTransactionSynchStatus();` call > in getInterceptor(). > > I don't think getInterceptor() sh

[hibernate-dev] Hibernate OGM 5.2 Alpha1 release

2017-09-11 Thread Davide D'Alto
HIbernate OGM 5.2 Alpha1 is ready. The first thing you will notice in this release is that several dialects are not part of the core project anymore. We decided to focus our work on the Infinispan, Neo4j and MongoDB dialects. Highlights of the release: - Fixed bugs related to polymorphic hierarc

Re: [hibernate-dev] ORM 5.2 issue with getInterceptor() not being a true getter

2017-09-11 Thread Guillaume Smet
Hi! Any comment on this? After reading the javadoc of SharedSessionContractImplementor, I think we should probably just get rid of the `checkTransactionSynchStatus();` call in getInterceptor(). I don't think getInterceptor() should be responsible for joining the transaction. What do you all thi

Re: [hibernate-dev] [Search and more] What is new in a give release

2017-09-11 Thread Emmanuel Bernard
Hey Yoann and all, Thanks Yoann for stepping up. This is definitely much better. Here are non ordered comments: - Releases speaks less than downloads, Where do I download Hibernate X is a question we want addressed from the top level menus - if you do downloads -> releases, you need to also wri