Document removal of package-plugin command#14091
Closed
dakshmehta007 wants to merge 1 commit intoapache:7.0.xfrom
Closed
Document removal of package-plugin command#14091dakshmehta007 wants to merge 1 commit intoapache:7.0.xfrom
dakshmehta007 wants to merge 1 commit intoapache:7.0.xfrom
Conversation
jdaugherty
reviewed
Mar 28, 2025
| @@ -1,23 +1,24 @@ | |||
| # Common 7.0 Upgrade Gotchas - DRAFT - | |||
|
|
|||
| Experienced while upgrading modules for Grails 7 | |||
Contributor
There was a problem hiding this comment.
I love the clean up of this file, but this is our notes file to remind us to update the grails-doc repository (which is what users see). The proper place to update this is https://github.com/apache/grails-doc. Can you submit a PR there?
Contributor
There was a problem hiding this comment.
The specific files to consider updating are:
Contributor
|
package-plugin is provided by https://github.com/apache/grails-core/blob/0c944d3556b3fdffb4f81a15fdd390b4e58ee6a4/grails-profiles/plugin/commands/package-plugin.yml and is only available in projects with one of the following grails profiles: plugin, web-plugin or rest-api-plugin This was restored in 6.2.1 and will be available in 7. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents the removal of
package-plugincommand and provides migration path in UPGRADE7.mdContext
package-plugincommand was removed in Grails 4.0.4Changes
./gradlew assemblefor packaging plugins./gradlew jarfor building plugin JARsTesting
Additional Notes
Fixes #11613