You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 18, 2022. It is now read-only.
The test started failing with 3.3.9
The issue seems to have some thing to do with the metaclass
Bills.customer field is not being recognized as Association by gorm.
That is because the ClassPropertyFetcher.getMetaProperties does not have the Customer in returned list.
It has some thing to do with groovy meta class and CachedClass
for Bills
theMetaClass.getProperties() does not have a property in the list returned — even though it exists in class. But Doing theMetaClass.theClass.getDeclaredFields() contains the field though.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The test started failing with 3.3.9
The issue seems to have some thing to do with the metaclass
Bills.customer field is not being recognized as Association by gorm.
That is because the ClassPropertyFetcher.getMetaProperties does not have the Customer in returned list.
It has some thing to do with groovy meta class and CachedClass
for Bills
theMetaClass.getProperties() does not have a property in the list returned — even though it exists in class. But Doing theMetaClass.theClass.getDeclaredFields() contains the field though.
The text was updated successfully, but these errors were encountered: