This is an automated email from the ASF dual-hosted git repository.
jamesfredley pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new 9942511516 Update Grails version test case in GrailsVersionSpec
9942511516 is described below
commit 994251151638724c16fe130cf9f12d7fcbaad19c
Author: James Fredley <[email protected]>
AuthorDate: Sun Oct 19 18:40:17 2025 -0400
Update Grails version test case in GrailsVersionSpec
Changed the test case to check '7.1.0' instead of '7.0.0' for unsupported
Grails versions in GrailsVersionSpec.groovy.
---
.../datastore/mapping/core/grailsversion/GrailsVersionSpec.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/grails-datamapping-support/src/test/groovy/org/grails/datastore/mapping/core/grailsversion/GrailsVersionSpec.groovy
b/grails-datamapping-support/src/test/groovy/org/grails/datastore/mapping/core/grailsversion/GrailsVersionSpec.groovy
index 4d380f82cb..982aec56c9 100644
---
a/grails-datamapping-support/src/test/groovy/org/grails/datastore/mapping/core/grailsversion/GrailsVersionSpec.groovy
+++
b/grails-datamapping-support/src/test/groovy/org/grails/datastore/mapping/core/grailsversion/GrailsVersionSpec.groovy
@@ -36,7 +36,7 @@ class GrailsVersionSpec extends Specification {
"3.2.0" | true
"3.1.0" | true
"3.3.0" | true
- "7.0.0" | false
+ "7.1.0" | false
}
@Unroll