borinquenkid commented on code in PR #15568:
URL: https://github.com/apache/grails-core/pull/15568#discussion_r3223266543
##########
grails-data-hibernate5/core/src/test/groovy/grails/gorm/specs/dirtychecking/HibernateDirtyCheckingSpec.groovy:
##########
@@ -77,6 +77,7 @@ class HibernateDirtyCheckingSpec extends Specification {
when: 'the name is changed'
person.address.street = "New Town"
+ person.markDirty('address')
Review Comment:
We need to work on this.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]