[hibernate-dev] Hibernate ORM 5.3.12 needs to support JDK13

2019-09-09 Thread Gail Badner
Hi, WildFly 18 supports JDK 13, so Hibernate ORM 5.3.12 will also need to support JDK 13. We know that ByteBuddy needs to be upgraded to 1.9.11. That will be covered by HHH-13504 [1] Andrea mentioned HHH-13415 [2] should be backported as well. Grepping through the log for jdk, I see these other

Re: [hibernate-dev] HHH-13317

2019-09-09 Thread Gail Badner
Hi Luis, IIUC, HHH-13446 deals with a mappedBy="" value that is invalid. I'm confused why the test in the PR is passing. Shouldn't an exception be thrown? HHH-13317 deals with a mappedBy value that is an association in an embeddable, which is valid. I know that Hibernate does not support a l