[hibernate-dev] 5.0.0.CR2 delay

2015-06-21 Thread Steve Ebersole
The timebox for CR2 release is next Wednesday. However I am taking some time off early next week. As a result I am going to push CR2 back one week. ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibe

Re: [hibernate-dev] Query handling : Antlr 3 versus Antlr 4

2015-06-21 Thread Steve Ebersole
I have committed a lot of work on this PoC to my upstream repo. The initial walk to process the explicit from-clause is pretty much done. Overall I really like the shape of FromClause, FromElementSpace and FromElement. One question of structure here I have not decided yet is the relationship of j

Re: [hibernate-dev] Query handling : Antlr 3 versus Antlr 4

2015-06-21 Thread Steve Ebersole
On Wed, Jun 17, 2015 at 7:39 AM Gunnar Morling > Yes, having such extension point seems reasonable. OGM would probably use > the same implementation as ORM, but other users may plug in another impl > based on their own type of entity definitions. Would the scope of that > extension point be solely