Re: [hibernate-dev] SQM - PoC design doc

2016-12-20 Thread andrea boriero
I think it should return the Columns that reports the physical Table for its Table. On 20 Dec 2016 22:02, "Steve Ebersole" wrote: Christian provided some good feedback on the HipChat channel and we have started a discussion about those there. I have run into a new one specific to union-subclass

Re: [hibernate-dev] SQM - PoC design doc

2016-12-20 Thread Steve Ebersole
Christian provided some good feedback on the HipChat channel and we have started a discussion about those there. I have run into a new one specific to union-subclasses and building the Table/Column structures for these. The problem is that we need 2 distinction understandings of the Tables for th

[hibernate-dev] [OGM} 5.1.0.Beta2 release delayed because of Nexus

2016-12-20 Thread Davide D'Alto
Hi, Jenkins deployed everything but Nexus doesn't want to release it. Any suggestions? I'll try again tomorrow Thanks ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] Hibernate Search 5.6.0.CR1 and 5.7.0.Beta2 released

2016-12-20 Thread Yoann Rodiere
Hello everyone, We just released Hibernate Search 5.6.0.CR1 and 5.7.0.Beta2, with the latest bugfixes and previously missing features for our experimental Elasticsearch integration. This is the last step before 5.6 is released, so be sure to check it out so you can share your thoughts with us bef

[hibernate-dev] NoORM IRC meeting minutes

2016-12-20 Thread Guillaume Smet
Hi, Here are the minutes of our biweekly IRC meeting: 16:03 < jbott> Meeting ended Tue Dec 20 15:02:28 2016 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) 16:03 < jbott> Minutes: http://transcripts.jboss.org/meeting/irc.freenode.org/hibernate-dev/2016/hibernate-dev.

[hibernate-dev] Hibernate ORM 5.2.6.Final has been released

2016-12-20 Thread andrea boriero
For details: http://in.relation.to/2016/12/20/hibernate-orm-526-final-release ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] Starting 5.2.6 release

2016-12-20 Thread andrea boriero
Please do not push anything to master branch. Thanks, Andrea ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] EntityGraph query spaces not applied to Query (HHH-11213)

2016-12-20 Thread Gail Badner
See below... On Fri, Dec 16, 2016 at 5:03 PM, Steve Ebersole wrote: > It likely is not an issue. Query spaces only come into play with regards to > restrictions. Since the EntityGraph is not part of the query proper > restrictions cannot be based on it. > > That would be a scenario to try thoug