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:

  1. 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.
  2. 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.
  3. Collision using version number.
  4. Update IDE settings I use IntelliJ and it runs smoothly from most of the time.
  5. No / Target Remove.
  6. Run all tests.
  7. Make some "smoke tests" of the app Test the most important happy path

Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -