Re: [hibernate-dev] Revert API change in org.hibernate.Query

2016-06-12 Thread Sanne Grinovero
On 7 June 2016 at 13:41, Steve Ebersole wrote: > If you send a PR I will include it. Thanks Steve, I finally got to it: - https://hibernate.atlassian.net/browse/HHH-10839 - https://github.com/hibernate/hibernate-orm/pull/1418 > > On Sun, Jun 5, 2016 at 11:00 AM Sanne

Re: [hibernate-dev] Revert API change in org.hibernate.Query

2016-06-07 Thread Steve Ebersole
If you send a PR I will include it. On Sun, Jun 5, 2016 at 11:00 AM Sanne Grinovero wrote: > I just noticed that the org.hibernate.Query interface was deprecated > in 5.2, with the suggestion to use org.hibernate.query.Query now. > That's ok, but it seems the "deprecation

[hibernate-dev] Revert API change in org.hibernate.Query

2016-06-05 Thread Sanne Grinovero
I just noticed that the org.hibernate.Query interface was deprecated in 5.2, with the suggestion to use org.hibernate.query.Query now. That's ok, but it seems the "deprecation process" also forced some API changes already on the deprecated interface which seem might have been unintentional. The