[hibernate-dev] Optimize connection acquisition for RESOURCE_LOCAL transactions

2017-03-03 Thread Vlad Mihalcea
Hi, I created the following issue so that we can allow our users to really use delayed connection acquisitions for RESOURCE_LOCAL transactions: https://hibernate.atlassian.net/browse/HHH-11542 This issue will not change the default behavior, so it's a safe change. The user will have to explicitl

[hibernate-dev] JDK 9 EA Build 159 and JDK 8u152 is available on java.net

2017-03-03 Thread Rory O'Donnell
Hi Sanne, *JDK 8u152 **Early Access b01 *is available on java.net *JDK 9 Early Access* b159 is available on java.net, summary of changes are listed here . Ther

[hibernate-dev] Announcing 2.0 release of the Hibernate Search plugins for Eclipse IDE

2017-03-03 Thread Sanne Grinovero
I'm very happy to announce that former Google Summer of Code student Dmitry Bocharov, now a Red Hat employee working full time on Eclipse tooling, has published an updated release of his initial GSOC project ! More details and usage examples here: - http://in.relation.to/2017/03/03/EclipseToolsFo

Re: [hibernate-dev] HHH-10162 Inheritance and L2 cache

2017-03-03 Thread Gail Badner
Hi Christian, I've added some comments to the PR. As I mentioned there, this appears to be a partial fix. If the application really requires the entity to implement the "correct" class, then this will still break for them when the entity is not in the cache. I'm not sure if a partial fix really

Re: [hibernate-dev] HHH-10162 Inheritance and L2 cache

2017-03-03 Thread Christian Beikov
Thanks for the comments, I have updated the PR. I think that it is important to have a complete fix and I am already working on that, but this issue was specifically about the L2 cache, so I wanted to keep that stuff separate. Here are some other polymorphism related issues: * https://hibern