This is an automated email from the ASF dual-hosted git repository.

jdaugherty pushed a commit to branch grails-geb
in repository https://gitbox.apache.org/repos/asf/grails-core.git

commit b0abf9aadc802b2fe129e70fa760b48a6da84cdd
Author: James Daugherty <[email protected]>
AuthorDate: Mon Apr 21 11:07:18 2025 -0400

    Update ticket reference
---
 .../org/grails/datastore/gorm/CustomTypeMarshallingSpec.groovy      | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/grails-datamapping-core-test/src/test/groovy/org/grails/datastore/gorm/CustomTypeMarshallingSpec.groovy
 
b/grails-datamapping-core-test/src/test/groovy/org/grails/datastore/gorm/CustomTypeMarshallingSpec.groovy
index 1f1f15af2f..6bc1603c41 100644
--- 
a/grails-datamapping-core-test/src/test/groovy/org/grails/datastore/gorm/CustomTypeMarshallingSpec.groovy
+++ 
b/grails-datamapping-core-test/src/test/groovy/org/grails/datastore/gorm/CustomTypeMarshallingSpec.groovy
@@ -50,7 +50,7 @@ class CustomTypeMarshallingSpec extends GormDatastoreSpec {
             p2 == null
     }
 
-    @Issue("http://jira.grails.org/browse/GRAILS-8436";)
+    @Issue("https://github.com/apache/grails-core/issues/4546";)
     @PendingFeature(reason = 'Was previously @Ignore')
     void "can re-save an existing instance without modifications"() {
         given:
@@ -67,7 +67,7 @@ class CustomTypeMarshallingSpec extends GormDatastoreSpec {
             p.version == old(p.version)
     }
 
-    @Issue("http://jira.grails.org/browse/GRAILS-8436";)
+    @Issue("https://github.com/apache/grails-core/issues/4546";)
     void "can modify the value of a custom type property"() {
         given:
             def p = Person.findByName("Fred")
@@ -87,7 +87,7 @@ class CustomTypeMarshallingSpec extends GormDatastoreSpec {
             Person.countByBirthdayGreaterThan(new Birthday(now)) == 1
     }
 
-    @Issue("http://jira.grails.org/browse/GRAILS-8436";)
+    @Issue("https://github.com/apache/grails-core/issues/4546";)
     void "can nullify the value of a custom type property"() {
         given:
             def p = Person.findByName("Fred")

Reply via email to