Re: [hibernate-dev] HHH-9329

2016-09-22 Thread Christian Beikov
Well to be fair, I already reported that this "regression" was introduced in 4.2.8 by placing the ON predicate on the target table join instead of the collection table join as was done before in 4.2.7.SP1. I am not using 4.x anymore but since Wildfly ships with Hibernate 5.0, I suppose that othe

Re: [hibernate-dev] JPA Jira project

2016-09-22 Thread Steve Ebersole
It is so... :) On Thu, Sep 22, 2016, 3:11 PM Gail Badner wrote: > +1 > > On Thu, Sep 22, 2016 at 6:30 AM, andrea boriero > wrote: > >> +1 >> >> On 22 September 2016 at 14:18, Steve Ebersole >> wrote: >> >> > I propose that we limit who has the ability to create issues in the >> > Hibernate Jir

Re: [hibernate-dev] JPA Jira project

2016-09-22 Thread Gail Badner
+1 On Thu, Sep 22, 2016 at 6:30 AM, andrea boriero wrote: > +1 > > On 22 September 2016 at 14:18, Steve Ebersole wrote: > > > I propose that we limit who has the ability to create issues in the > > Hibernate Jira JPA project. > > > > Users routinely create issues there incorrectly, rather than

Re: [hibernate-dev] HHH-9329

2016-09-22 Thread Gail Badner
Hi Christian, We are only backporting critical issues and regressions to 5.0 at this point, so it can't be backported to 5.0. If no regressions caused by this fix are reported in 5.2, I would consider backporting to 5.1. Regards, Gail On Wed, Sep 21, 2016 at 12:14 AM, Christian Beikov < christia

Re: [hibernate-dev] JPA Jira project

2016-09-22 Thread andrea boriero
+1 On 22 September 2016 at 14:18, Steve Ebersole wrote: > I propose that we limit who has the ability to create issues in the > Hibernate Jira JPA project. > > Users routinely create issues there incorrectly, rather than the ORM (HHH) > project. > ___

[hibernate-dev] JPA Jira project

2016-09-22 Thread Steve Ebersole
I propose that we limit who has the ability to create issues in the Hibernate Jira JPA project. Users routinely create issues there incorrectly, rather than the ORM (HHH) project. ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists

Re: [hibernate-dev] NativeQuery and parameters

2016-09-22 Thread Steve Ebersole
Well therein lies (yet another) minor rub On Thu, Sep 22, 2016 at 7:06 AM Steve Ebersole wrote: > Well therein lies a minor rub in having split SQM out from ORM. > Specifically if the "compliance violation" occurs in the HQL/JPQL/Criteria > query the exception is a type from SQM (it has no d

Re: [hibernate-dev] NativeQuery and parameters

2016-09-22 Thread Steve Ebersole
Well therein lies a minor rub in having split SQM out from ORM. Specifically if the "compliance violation" occurs in the HQL/JPQL/Criteria query the exception is a type from SQM (it has no deps on ORM). Here though it is not reasonable to throw an SQM exception type. On Wed, Sep 21, 2016 at 2: