[hibernate-dev] HHH-11699 Hibernate ignores 'schema' attribute of @SequenceGenerator for Oracle --- and SQL Server --- sequences

2020-04-20 Thread Jason Pyeron
The issue is impacting current releases for both schema generation and runtime use. I do not have permissions to update the title/summary. -Jason ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org

Re: [hibernate-dev] Migration to Jakarta API: some practical aspects in dealing with Git and mass replacements

2020-04-20 Thread Steve Ebersole
Thanks for taking care of this Sanne. On Mon, Apr 20, 2020 at 7:58 AM Sanne Grinovero wrote: > Hi all, > > the migration to the Jakarta API is rather simple and can be performed > by "find and replace" operations, but it will affect a lot of code and > might get int the way of other work. > >

[hibernate-dev] Migration to Jakarta API: some practical aspects in dealing with Git and mass replacements

2020-04-20 Thread Sanne Grinovero
Hi all, the migration to the Jakarta API is rather simple and can be performed by "find and replace" operations, but it will affect a lot of code and might get int the way of other work. To keep things simple and avoid tedious, massive conflict resolutions for all of us who are having "work in

Re: [hibernate-dev] HHH-13959 - OneToOne JoinTable with unique constraints work around?

2020-04-20 Thread Jason Pyeron
I applied the patch to b897a36f2f. The only new test failure I encountered was org.hibernate.test.annotations.cascade.NonNullableCircularDependencyCascadeTest testIdClassInSuperclass javax.persistence.PersistenceException: org.hibernate.exception.ConstraintViolationException: could not execute

Re: [hibernate-dev] HHH-13959 - OneToOne JoinTable with unique constraints work around?

2020-04-20 Thread Jason Pyeron
[oops, did not mean to post the code to users] I have narrowed it down, and I think these changes will address the issue. commit 6ffdc4d684b33777b1c483473444d25b642e0748 (HEAD -> HHH-13959, pdinc-oss/HHH-13959) Author: Jason Pyeron Date: Mon Apr 20 02:20:21 2020 -0400 HHH-13959 Added