Re: [hibernate-dev] Differences in ORM exception handling in 5.1 vs 5.3

2018-05-15 Thread Steve Ebersole
I'd really rather not get into supporting arbitrary ExceptionConverter strategies.. JPA-compliant and then "native"-compliant are plenty. I thought we had added a `hibernate.jpa.compliance.exception` setting, but I see it is not there. On Tue, May 15, 2018 at 1:52 PM Gail Badner wrote: > I've

[hibernate-dev] Differences in ORM exception handling in 5.1 vs 5.3

2018-05-15 Thread Gail Badner
I've been looking at differences in Hibernate exception handling for applications that uses "native" (non-JPA) Hibernate when moving from 5.1 to 5.3. As you know, exception handling changed in 5.2 when hibernate-entitymanager was merged into hibernate-core. This change is documented in the 5.2 mig