Replies: 2 comments 1 reply
-
Starting with the cleanup of the "application" plugin apache/grails-forge#423 |
Beta Was this translation helpful? Give feedback.
0 replies
-
We definitely know war is still a supported mechanism of deploying. Users of tomcat seem to make heavy use of this still. I don't think it's going to go away given that some of the core maintainers are using it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would propose to remove the following Gradle plugins from the default Grails application template:
application
-> It was introduced to accomodate Micronaut and it generates therun
gradle task. On Grails 7 it is redundant withbootRun
.war
-> Deploying an application on a web container is not the modern way of deplying apps anymore. I would not include it in the default template, one can always add it if needed.From this
To this
Beta Was this translation helpful? Give feedback.
All reactions