I know I read just hope it's soon.
# random
k
I know I read just hope it's soon.
a
I was able to fix it by changing the
handleLazyProxy
to do this instead of using the reflector:
Copy code
Method getterMethod = ReflectionUtils.findMethod(entity.javaClass, getterName)
                def propertyValue = getterMethod.invoke(thisObject)