grails / grails-database-migration

Grails® framework Database Migration Plugin
Apache License 2.0
98 stars 115 forks source link

fix: Remove dependency on grails-shell #350

Closed matrei closed 5 months ago

matrei commented 6 months ago

Grails-shell is deprecated for removal.

matrei commented 6 months ago

@guillermocalvo I think we can just remove any references to grails-shell. I think the handle(ExecutionContext) method was only called by the scripts (that are no longer used).

guillermocalvo commented 6 months ago

@guillermocalvo I think we can just remove any references to grails-shell. I think the handle(ExecutionContext) method was only called by the scripts (that are no longer used).

@matrei Thanks! In fact, I think we can delete all those unused files. I cannot push changes directly because I don't seem to have permissions on this repo, so I just opened a PR against your fork: https://github.com/matrei/grails-database-migration/pull/1

matrei commented 6 months ago

@guillermocalvo 👍 I think you're right.