[hibernate-dev] JDK 10: Release Candidate & JDK 11 Early Access builds available

2018-03-02 Thread Rory O'Donnell
Hi Sanne, *JDK 10 build 45 is our JDK 10 Release Candidate and now available at http://jdk.java.net/10/* * Schedule, status & features o http://openjdk.java.net/projects/jdk/10/ * Release Notes o http://jdk.java.net/10/release-notes * Summary of changes in b45: o JDK-8198

Re: [hibernate-dev] 5.3 finalization plan

2018-03-02 Thread Steve Ebersole
I have all of the caching and statistics changes done, however there are currently a few test failures because of the region-name issue. If I don't hear replies by Monday, I'll just pick a solution for that. Aka, speak now or forever hold your peace :) On Thu, Mar 1, 2018 at 1:37 PM Steve Ebers

Re: [hibernate-dev] HHH-11223 : Initialize bytecode enhanced lazy group using a single SQL statement

2018-03-02 Thread Gail Badner
Steve, is this related to https://hibernate.atlassian.net/browse/HHH-3949? On Thu, Mar 1, 2018 at 10:11 PM, Gail Badner wrote: > This is not necessarily needed for 5.3.0, but I would like to get it into > the 5.3 branch. > > So far, there is one change to an SPI, Queryable#lazyGroupSelectFragmen

Re: [hibernate-dev] HHH-11223 : Initialize bytecode enhanced lazy group using a single SQL statement

2018-03-02 Thread Steve Ebersole
Honestly I am not sure about whether they are "related". I mean in 3949 the query sent to the database already does what you want it to do. I theory 3949 should be easier to fix. But what I find interesting there is that NO_PROXY is requested but it seems as if proxies are still used. On Fri, M

Re: [hibernate-dev] HHH-11223 : Initialize bytecode enhanced lazy group using a single SQL statement

2018-03-02 Thread Steve Ebersole
My personal feeling is that if the change itself is not going to make it into 5.3 then the SPI addition should not either. There are definitely 2 sides to this though. On the one hand, if you add this SPI method it will *without question* have to change for 6.0. In a way it is creating an incomp