Inject generated property accessor classes via ReflectUtils.defineClass(…) [DATACMNS-1080] #1525
Comments
Juergen Hoeller commented This looks like the same problem as with CGLIB which got addressed by Rafael Winterhalter in CGLIB 3.2.5 a while ago: cglib/cglib@d6fe1d8 Essentially, the immediate solution is to use As an alternative, you could also define those generated classes in a custom child |
Jens Schauder opened DATACMNS-1080 and commented
DATACMNS-1079 disables the
ClassGeneratingPropertyAccessorFactory
for Java 9, which is unfortunately, because we'll lose the nice performance characteristics it has. So should look for an alternative that basically does what the current version does, but in a way that works for Java 9Issue Links:
DATACMNS-992 Fix injection to existing class-loaders
("is duplicated by")
DATACMNS-1033 Assert Java 9 compatibility
DATACMNS-1079 ClassGeneratingPropertyAccessorFactory fails on Java 9
Referenced from: pull request #234
The text was updated successfully, but these errors were encountered: