This is an automated email from the ASF dual-hosted git repository.
matrei pushed a commit to branch groovy-5
in repository https://gitbox.apache.org/repos/asf/grails-core.git
The following commit(s) were added to refs/heads/groovy-5 by this push:
new c879a1c168 Revert "chore: testing push access to grails-core"
c879a1c168 is described below
commit c879a1c1684effb6f9d9cc5cb649105b2e125c56
Author: Mattias Reichel <[email protected]>
AuthorDate: Tue Sep 9 15:18:13 2025 +0200
Revert "chore: testing push access to grails-core"
This reverts commit 457d6cd3541c5d793e0ffb22bf1853dc7543dbc5.
---
.../groovy/org/grails/datastore/gorm/GormEntityDirtyCheckable.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/grails-datamapping-core/src/main/groovy/org/grails/datastore/gorm/GormEntityDirtyCheckable.groovy
b/grails-datamapping-core/src/main/groovy/org/grails/datastore/gorm/GormEntityDirtyCheckable.groovy
index c3a8060d2e..8d09901092 100644
---
a/grails-datamapping-core/src/main/groovy/org/grails/datastore/gorm/GormEntityDirtyCheckable.groovy
+++
b/grails-datamapping-core/src/main/groovy/org/grails/datastore/gorm/GormEntityDirtyCheckable.groovy
@@ -27,7 +27,7 @@ import org.grails.datastore.mapping.model.PersistentEntity
import org.grails.datastore.mapping.model.PersistentProperty
/**
- * TESTING PUSH ACCESS TO GRAILS-CORE
+ *
* Special trait meant only for GORM entities to override default behaviour of
DirtyCheckable.
* Applied manually during GormEntity transformation
*