[hibernate-dev] AnnotationBinder class loading
Steve Ebersole
steve at hibernate.org
Mon Jun 1 13:06:55 EDT 2015
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 that uses annotations because it happens to be the code that
loads the entity Class and proxy interface Class references.
Personally I feel that this warrants a CR2. What do y'all think?
[1] https://hibernate.atlassian.net/browse/HHH-9818
[2] https://hibernate.atlassian.net/browse/HHH-9837
More information about the hibernate-dev
mailing list