Grails application upgrade from version 1.3.7 to Java 8

I want to upgrade Grails from 1.3.7. What version of grails is compatible with Java8? What versions of plugins for sleep mode and tomcat will be used?

+4
source share
1 answer

What version of grails is compatible with Java8?

Grails 2.5.x is the first version of Grails for which we officially support Java 8.

What versions of plugins for sleep mode and tomcat will be used?

Your options depend on which version of Grails you decide to use. If you are using Grails 2.5.6, I would suggest :tomcat:7.0.70and :hibernate4:4.3.10or :hibernate:3.6.10.18. With Grails 3, you have a wider range of options.

+3
source

Source: https://habr.com/ru/post/1691363/


All Articles