This is an automated email from the ASF dual-hosted git repository. borinquenkid pushed a commit to branch 8.0.x-hibernate7 in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit 56ec51c8333271cfa7e2f1f41320255fcd81069d Author: Walter B Duque de Estrada <[email protected]> AuthorDate: Tue Jan 20 14:43:21 2026 -0600 update progress --- .../specs/inheritance/TablePerConcreteClassAndDateCreatedSpec.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grails-data-hibernate7/core/src/test/groovy/grails/gorm/specs/inheritance/TablePerConcreteClassAndDateCreatedSpec.groovy b/grails-data-hibernate7/core/src/test/groovy/grails/gorm/specs/inheritance/TablePerConcreteClassAndDateCreatedSpec.groovy index 1104429f26..a84bc2b48e 100644 --- a/grails-data-hibernate7/core/src/test/groovy/grails/gorm/specs/inheritance/TablePerConcreteClassAndDateCreatedSpec.groovy +++ b/grails-data-hibernate7/core/src/test/groovy/grails/gorm/specs/inheritance/TablePerConcreteClassAndDateCreatedSpec.groovy @@ -65,7 +65,7 @@ abstract class Vehicle { static mapping = { tablePerConcreteClass true dynamicUpdate true - id generator: 'increment' + id generator: 'table' } }
