Extract a Grails Common
package that can be shared between GORM & Grails
#13850
Labels
relates-to: v7
Grails 7
Feature description
There are several utility classes from the Grails 7 migration that have been duplicated between GORM & Grails Core. Since GORM is not meant to depend on Grails Core, we should introduce a common library dependency to avoid code duplication.
Initially, this would include:
@Validateable
&@GormValidateable
org.grails.asm.*
classes that were copied from Spring to support annotation reading.The text was updated successfully, but these errors were encountered: