[hibernate-dev] Make HibernatePersistenceProvider easier to extend

2014-01-23 Thread Guillaume Smet
Hi, I'm starting our migration to ORM 4.3 to be able to provide some (hopefully useful) feedback on ORM 4.3 and Search 4.5. One thing we did in most of our apps was injecting Spring managed interceptor into the session factory using a trick very similar to what is explained there:

Re: [hibernate-dev] New parser bugs reported: HQLPARSER vs HHH ?

2014-01-23 Thread Steve Ebersole
I think duplication is better too, since at the moment these jira projects cover completely separate code bases. On 01/22/2014 02:32 AM, Sanne Grinovero wrote: A forum user had some trouble with the current HQL parser: https://forum.hibernate.org/viewtopic.php?f=1t=1030515 And since I've