upgrade - What is the correct procedure for upgrading a Grails project from version a.b.c to x.y.z -
I've been developing Grails Apps for the past five years, and I have yet to get a simplified process to upgrade Generally a project between Grails versions, I am starting the project from the beginning, by copying the code from the old project into a new project, in bit by bit Tying along the way to pass the tests.
There are a lot of balls to stash up from the GREATS versions only to the STS / GGTS versions till GRV versions. They all seem inconsistent in the backward way.
I actually worked with grails for a few years and never had this way .
What do I have to do:
- Install a new version of Grails I use for it and I highly recommend it, but it depends on the platform of your choice Does.
- Read and release the release notes for this version is a very important step, often involving some Grails "built-in" plugins upgrade and so on.
- Collision using version number.
- Update IDE settings I use IntelliJ and it runs smoothly from most of the time.
- No /
Target
Remove. - Run all tests.
- Make some "smoke tests" of the app Test the most important happy path
Comments
Post a Comment