Re: [hibernate-dev] CriteriaBuilder, aggregation and types

2018-10-15 Thread Steve Ebersole
Are there actual tests for this besides the full zip on the issue? How did you guys investigate this? On Mon, Oct 15, 2018 at 7:50 AM Guillaume Smet wrote: > OK, ping me when you're ready! > > On Mon, Oct 15, 2018 at 1:39 PM Steve Ebersole > wrote: > >> Let's discuss on Hip Chat in a few

Re: [hibernate-dev] persister.afterInitialize() called too early

2018-10-15 Thread Steve Ebersole
The collection should be added to the persistence context as soon as `CollectionType#resolve` is called, so this is interesting. On Mon, Oct 15, 2018 at 5:49 AM Guillaume Smet wrote: > Hi, > > On Friday, I started to take a look at > https://hibernate.atlassian.net/browse/HHH-12425. > > The

Re: [hibernate-dev] CriteriaBuilder, aggregation and types

2018-10-15 Thread Guillaume Smet
OK, ping me when you're ready! On Mon, Oct 15, 2018 at 1:39 PM Steve Ebersole wrote: > Let's discuss on Hip Chat in a few after I have woken up and had some > coffee :) > > > On Mon, Oct 15, 2018, 6:02 AM Guillaume Smet > wrote: > >> Hi, >> >> We discussed a bit more with Fabio on Friday and

Re: [hibernate-dev] CriteriaBuilder, aggregation and types

2018-10-15 Thread Steve Ebersole
Let's discuss on Hip Chat in a few after I have woken up and had some coffee :) On Mon, Oct 15, 2018, 6:02 AM Guillaume Smet wrote: > Hi, > > We discussed a bit more with Fabio on Friday and we ended up discovering > that we have an issue with most Expressions that contain nested >

Re: [hibernate-dev] CriteriaBuilder, aggregation and types

2018-10-15 Thread Guillaume Smet
Hi, We discussed a bit more with Fabio on Friday and we ended up discovering that we have an issue with most Expressions that contain nested Expressions. The Renderable contract is defined with these 3 methods: String render(RenderingContext renderingContext); default String

[hibernate-dev] JDK 12 Early Access build 15 is available

2018-10-15 Thread Rory O'Donnell
Hi Sanne, *JDK 12 Early Access build 15 is available at : - jdk.java.net/12/* * JDK 12 Schedule is confirmed. o 2018/12/13 Rampdown Phase One o 2019/01/17 Rampdown Phase Two o 2019/02/07

[hibernate-dev] persister.afterInitialize() called too early

2018-10-15 Thread Guillaume Smet
Hi, On Friday, I started to take a look at https://hibernate.atlassian.net/browse/HHH-12425. The current flow of operations is the following: Loader#initializeEntitiesAndCollections \_ TwoPhaseLoad.initializeEntity() \_ initialize the entity \_ persister.afterInitialize() \_