build(deps): update dependency org.codehaus.mojo:flatten-maven-plugin to v1.7.3 - #13910
Draft
lqiu96 wants to merge 3 commits into
Draft
build(deps): update dependency org.codehaus.mojo:flatten-maven-plugin to v1.7.3#13910lqiu96 wants to merge 3 commits into
lqiu96 wants to merge 3 commits into
Conversation
| <groupId>org.codehaus.mojo</groupId> | ||
| <artifactId>flatten-maven-plugin</artifactId> | ||
| <version>1.3.0</version> | ||
| <version>1.6.0</version> |
Contributor
There was a problem hiding this comment.
Since 1.6.0 has known regressions and issues (such as bugs related to property resolution and flattening behavior) which were addressed in subsequent releases, and since 1.7.0 has been stable for a long time (as also noted in the PR description), it is recommended to upgrade directly to 1.7.0 to ensure stability and avoid these known issues.
Suggested change
| <version>1.6.0</version> | |
| <version>1.7.0</version> |
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.
Update flatten plugin to v1.6.0+ to take advantage of the newly introduced skip flag in v1.6.0. Opt for an older version of the flatten plugin that is relatively stable without many version of bug fixes.
Optionally upgrade to the latest v1.7.x version which has been stable for ~1 year
Why upgrade from Gemini
1.6.0 Context & Issues:
Why 1.7.0+ is the ideal target:
1.7.3 is the latest stable release in the 1.7.x branch and includes cumulative bug fixes over 1.7.0: