Re: [hibernate-dev] AnnotationBinder class loading

2015-06-01 Thread Steve Ebersole
Yes, I think we should. On Mon, Jun 1, 2015 at 1:03 PM Sanne Grinovero wrote: > +1 > > And my caching work is ready (in my opinion). Could that be included? > The important thing it does, is to replace those key contracts with an > interface, preparing ground for various optimisations. I didn't

Re: [hibernate-dev] AnnotationBinder class loading

2015-06-01 Thread Sanne Grinovero
+1 And my caching work is ready (in my opinion). Could that be included? The important thing it does, is to replace those key contracts with an interface, preparing ground for various optimisations. I didn't implement the actual optimisations, but that won't break any SPI.. On 1 June 2015 at 18:0

[hibernate-dev] AnnotationBinder class loading

2015-06-01 Thread Steve Ebersole
HHH-9818[1] and HHH-9837[2] contains all the details. Essentially there is a very bad flaw in how hibernate-osgi is currently propagating class loading to mapping binding. Fixing this was missed in the 5.0 work. It only affects AnnotationBinder, but it happens to affect every single application