Reputation: 1
I am working on a Grails 2.3 project, and they ask me have to do a study to see if it is possible to pass on the 3.x version of grails. you can tell me what is it advantageous to switch to the version 3.x, and what's the best way for the update properly. at the environment working I guess GGTS not supporting GRAILS 3.x, then it is mandatory to work with IntelliJ IDEA.
Upvotes: 0
Views: 325
Reputation: 17075
This section of official documentation covers the topic nicely
Upgrading from previous versions of Grails - Reference Documentation
You can also check the following presentation on the topic of the migration
Migrating from Grails 2 to Grails 3
http://www.slideshare.net/SpringCentral/migrating-from-grails-2-to-grails-3
Yes, GGTS currently does not support Grails 3.x, so IDEA Ultimate edition is probably the best choice as described in STARTING WITH GRAILS3 – CHOOSING AN IDE.
Upvotes: 0