Re: [hibernate-dev] Joins over type variable defined assocations NPE problems

2018-03-13 Thread Steve Ebersole
I think it is ok to disallow implicit downcasting in cases where the downcast is non-deterministic. From you example domain, I think it is ok to disallow the implicit downcast in : `from BaseEntity e where e.relation.id = ...' with either a specific error ("cannot implicitly downcast BaseEntity

Re: [hibernate-dev] Hibernate support for JDBC drivers targeting multiple JVM versions

2018-03-13 Thread Bregler, Jonathan
I don’t have a specific link for the sharding feature. I just took a quick look at the JDBC 4.3 spec. The overview of changes lists the following changes regarding sharding: * Added support for Sharding. Sharding is a scaling technique in which data is horizontally partitioned across

[hibernate-dev] NoORM IRC meeting minutes

2018-03-13 Thread Guillaume Smet
Hi everyone, Here are the minutes of our biweekly NoORM IRC meeting: 17:02 < jbott> Meeting ended Tue Mar 13 16:02:18 2018 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) 17:02 < jbott> Minutes:

Re: [hibernate-dev] Hibernate support for JDBC drivers targeting multiple JVM versions

2018-03-13 Thread Steve Ebersole
Out of curiosity, do you have a link to this new java.sql.ShardingKey feature? Other than that, I agree with Sanne - multiple jars (with proper classifier once y'all publish your drivers) is the best option On Mon, Mar 12, 2018 at 11:35 AM Bregler, Jonathan wrote: >

Re: [hibernate-dev] [hibernate-announce] Hibernate Search 5.9.1.Final released

2018-03-13 Thread Sanne Grinovero
Great, thanks for being such a champion of users! On 13 March 2018 at 14:46, Guillaume Smet wrote: > Hi, > > We just released version 5.9.1.Final of Hibernate Search containing a > usability improvement for our Elasticsearch integration. > > More information here: >

[hibernate-dev] Hibernate Search 5.9.1.Final released

2018-03-13 Thread Guillaume Smet
Hi, We just released version 5.9.1.Final of Hibernate Search containing a usability improvement for our Elasticsearch integration. More information here: http://in.relation.to/2018/03/13/hibernate-search-5-9-1-Final/ Have a nice day. -- Guillaume

Re: [hibernate-dev] Proxying the Session: a requirement ?

2018-03-13 Thread Sanne Grinovero
On 9 March 2018 at 13:42, Guillaume Smet wrote: > On Fri, Mar 9, 2018 at 2:14 PM, Sanne Grinovero wrote: >> >> Thanks Steve; anybody knows about Spring et al possibly using AOP on >> the native Session ? >> >> Yes I'm working on the "thread-based