-
Notifications
You must be signed in to change notification settings - Fork 110
Migration to Grails 3
Pablo Pazos Gutiérrez edited this page Oct 2, 2019
·
4 revisions
- added String id uuid generated
- removed uid field
- removed username field (username will be the email)
- changed org.codehaus.groovy.grails.web.json.JSONObject to org.grails.web.json.JSONObject
- changed org.codehaus.groovy.grails.commons.GrailsDomainClass to grails.core.GrailsDomainClass
- removed import org.codehaus.groovy.grails.commons.GrailsDomainClass from UserRole
- this is used in a lot of places in the GSP, like in the admin layout