-
-
Notifications
You must be signed in to change notification settings - Fork 953
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate the old grails-shell project #13399
Comments
@puneetbehl Grails Profile Gradle Plugin still depends greatly on Is Grails Profile Gradle Plugin still relevant? In other words, can we deprecate it along with |
Yes, I think it is not used any longer. Since Grails 6, we stopped using/creating Grails profiles. The plugin is used for distribution of Grails Profile. Also, there is GrailsProfilePublishPlugin which may also be removed. |
Thanks for the info! I created a PR to remove those legacy plugins from grails-gradle-plugin. I looked into possible Grails projects that may still depend on the deprecated CLI and found several repositories. Most of them seem obsolete, but I'd like to know your opinion before we remove grails-shell from grails-core.
So what do you think about all these legacy repositories @puneetbehl? Would it be possible to archive them in GitHub to make them read-only and indicate that they are no longer maintained? |
The legacy-grails-doc is created to surpass GitHub limit for publishing the Grails documentation on gh-pages. So, extracted the older version docs to a different repository. I am also not so sure about how Grails Database Migration plugin depends on grails-shell. It would be good to investigate the need. For the rest of these, I believe it is safe to archive them. |
Important @puneetbehl Please take a look at this PR: grails/grails-database-migration#350 |
Issue description
Starting Grails 6, we have introduction the new CLI. So, we would need to deprecate the grails-shell subproject or extract it out from grails-core.
The text was updated successfully, but these errors were encountered: