Re: [hibernate-dev] HHH-12372 Restore binary compatibility with applications using the legacy Session#getFlushMode() method

2018-03-08 Thread Sanne Grinovero
On 8 March 2018 at 14:55, Chris Cranford wrote: > Sanne - > > On 03/07/2018 07:58 PM, Sanne Grinovero wrote: >> # Fix some pending problem with Envers: it's no longer compiling as a >> non-abstract extension of Session doesn't implement getFlushMode; >> might be tricky or

Re: [hibernate-dev] HHH-12372 Restore binary compatibility with applications using the legacy Session#getFlushMode() method

2018-03-08 Thread Chris Cranford
Sanne - On 03/07/2018 07:58 PM, Sanne Grinovero wrote: > # Fix some pending problem with Envers: it's no longer compiling as a > non-abstract extension of Session doesn't implement getFlushMode; > might be tricky or not, I've not looked yet. I assume this is due to

Re: [hibernate-dev] HHH-12372 Restore binary compatibility with applications using the legacy Session#getFlushMode() method

2018-03-08 Thread Sanne Grinovero
On 8 March 2018 at 02:44, Steve Ebersole wrote: > > > On Wed, Mar 7, 2018 at 6:59 PM Sanne Grinovero wrote: >> >> Hi all, >> >> good news on the backwards compatibility; David suggested we could use >> his "bridger" tool to have the Session API binary

Re: [hibernate-dev] HHH-12372 Restore binary compatibility with applications using the legacy Session#getFlushMode() method

2018-03-07 Thread Steve Ebersole
On Wed, Mar 7, 2018 at 6:59 PM Sanne Grinovero wrote: > Hi all, > > good news on the backwards compatibility; David suggested we could use > his "bridger" tool to have the Session API binary compatible with > older versions. > - https://github.com/dmlloyd/bridger > Wow,

[hibernate-dev] HHH-12372 Restore binary compatibility with applications using the legacy Session#getFlushMode() method

2018-03-07 Thread Sanne Grinovero
Hi all, good news on the backwards compatibility; David suggested we could use his "bridger" tool to have the Session API binary compatible with older versions. - https://github.com/dmlloyd/bridger I created a prototype patch, it's all actually quite self-explanatory: -