-
-
Notifications
You must be signed in to change notification settings - Fork 951
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grails 7: grails-core: update domain inheritance tests #13840
Comments
FYI: https://issues.apache.org/jira/browse/GROOVY-10140 is what broke the DomainConstraintGettersSpec. I'm still researching. I have confirmed that if you put transient on both a getter & setter in groovy 3 , then the metaclass will show that property as transient. This support appears removed in Groovy 4. |
Example groovy code that works in groovy 3 showing the property is transient:
|
Upon further research, the following tests were straight out ignored in 6.2.x:
|
Concerning the |
The test For the traits, defining the transient field values on the trait instead of the domain still does not work. Currently it's expected to always define the transient field values on the domain so this is expected behavior for now. |
Issue description
Now that domain inheritance is restored with Groovy 4.0.24
https://github.com/search?q=org%3Agrails%20groovy-5106&type=code
The text was updated successfully, but these errors were encountered: