[hibernate-dev] Stylesheet for rendering JavaDoc with JDK 9

2017-03-02 Thread Gunnar Morling
Hi, Thanks to Marko Bekhta we have an updated JavaDoc stylesheet.css now which works when building with Java 9. Currently that file is stored locally within Hibernate Validator [1], but what do you all think about moving the stylesheet into a separate resource project under the "org.hibernate.inf

Re: [hibernate-dev] Stylesheet for rendering JavaDoc with JDK 9

2017-03-02 Thread Sanne Grinovero
On 2 March 2017 at 10:53, Gunnar Morling wrote: > Hi, > > Thanks to Marko Bekhta we have an updated JavaDoc stylesheet.css now > which works when building with Java 9. > > Currently that file is stored locally within Hibernate Validator [1], > but what do you all think about moving the stylesheet

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

2017-03-02 Thread Christian Beikov
Hey guys, Steve said I should start a discussion about the possible solution for HHH-10162 so here we go. While debugging the issue, I found out that the proxy is created at DefaultLoadEventListener.createProxyIfNecessary() where it IMO should

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

2017-03-02 Thread Steve Ebersole
BTW, regarding the Hip Chat "Dev" room, I'd personally not rely on replies from there. E.g. I never saw your question there, and others likely did not either. FWIW we had all agreed on a block of time when we would try to be available in that room specifically to discuss such things. IIRC that w

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

2017-03-02 Thread Gail Badner
Hi Christian, You mentioned that you reproduced the issue, but I don't see a test case. Can you push your test case to a PR? Thanks, Gail On Thu, Mar 2, 2017 at 10:15 AM, Steve Ebersole wrote: > BTW, regarding the Hip Chat "Dev" room, I'd personally not rely on replies > from there. E.g. I ne

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

2017-03-02 Thread Christian Beikov
I can, just wanted to hear some general opinions before creating the PR. Will do that tomorrow. Mit freundlichen Grüßen, *Christian Beikov* Am 02.03.2017 um 20:57 schrieb Gail Badner: > Hi Christian, > > You mentioned that