Re: [hibernate-dev] Changing group ids from org.hibernate to org.hibernate.{project}

2016-10-06 Thread Sanne Grinovero
On 6 October 2016 at 07:26, Gunnar Morling wrote: >> Thinking about it more though, don't we have that problem anyway since we >> still want to publish relocation artifacts? > > Do we need to create relocation artifacts for new modules only added after > the group id change? There won't be wrong r

Re: [hibernate-dev] SQM - encoding type info into the tree

2016-10-06 Thread andrea boriero
I'm inclined towards the second option but not sure if it can have limitations compared to the first one. On 5 October 2016 at 22:59, Steve Ebersole wrote: > In SQM's domain metamodel we decided to follow JPA's guidelines in terms > of javax.persistence.metamodel.Metamodel. That is to say... a

Re: [hibernate-dev] SQM - encoding type info into the tree

2016-10-06 Thread Steve Ebersole
Well there is then the ideological argument about this being a *semantic* query tree. I'd argue that resolving non-explicit types is part of that process. But if the semantic interpretation does not understand that more contextual type system, then there is not really much to do. I don't think w

[hibernate-dev] Hibernate Search: Triple release!

2016-10-06 Thread Sanne Grinovero
Hello all, today we published three releases of Hibernate Search: - 5.5.5.Final - 5.6.0.Beta3 - 5.7.0.Alpha1 For more information and an explanation please see our blog: - http://in.relation.to/2016/10/06/TripleHibernateSearchRelease/ Thanks, Sanne ___