Skip to content

Grails3MigrationNotes

yellowsnow edited this page Oct 27, 2015 · 9 revisions

Grails 3 Migration Notes

During the migration process tracked by #44, several points were addressed in the Grails Shiro plugin. The present page attempts to list them.

Changes

Limitations

Future

Many things could be done in the future, this is a proposal :

  • Use traits for accessControl instead of dynamic methods
  • Use @CompileStatic in interceptors (as a consequence of using traits)
  • Setup automatic publishing to bintray via Travis CI
Clone this wiki locally