Re: [hibernate-dev] JDK 11 Early Access build 12 available

2018-05-09 Thread Sanne Grinovero
Hi Dalibor! specifically about the version parsing we have hit some in Apache Karaf: - https://issues.apache.org/jira/browse/KARAF-5725 I previously reported the same for JDK10: - https://issues.apache.org/jira/browse/KARAF-5641 (the JDK10 related issue was resolved but it needs further changes

Re: [hibernate-dev] SingleTableEntityPersister memory footprint in 5.3

2018-05-09 Thread Guillaume Smet
Hi folks, On Tue, May 8, 2018 at 1:21 PM, Guillaume Smet wrote: > As mentioned, I'll get back to you soon. > I know you were all impatiently waiting for me to start working on this so here we are. I created 2 PRs: 1/ https://github.com/hibernate/hibernate-orm/pull/2277 2/ https://github.com/hi

Re: [hibernate-dev] JPA XML ORM descriptors id-class and id

2018-05-09 Thread andrea boriero
For the IdClass annotation the spec states that the "The Id annotation must also be applied to the corresponding fields or properties of the entity.". So in my opinion the XML ORM should follow the same rule. On 8 May 2018 at 23:13, Gail Badner wrote: > When an entity with an IdClass is mapped u