[SPARK-44085][BUILD] Update some maven plugins to newest version#41641
Closed
panbingkun wants to merge 2 commits intoapache:masterfrom
Closed
[SPARK-44085][BUILD] Update some maven plugins to newest version#41641panbingkun wants to merge 2 commits intoapache:masterfrom
panbingkun wants to merge 2 commits intoapache:masterfrom
Conversation
srowen
approved these changes
Jun 18, 2023
czxm
pushed a commit
to czxm/spark
that referenced
this pull request
Jun 19, 2023
### What changes were proposed in this pull request? The pr aims to update some maven plugins to newest version. include: - versions-maven-plugin from 2.15.0 to 2.16.0 - maven-source-plugin from 3.2.1 to 3.3.0 - maven-surefire-plugin from 3.1.0 to 3.1.2 - maven-dependency-plugin from 3.5.0 to 3.6.0 ### Why are the changes needed? - versions-maven-plugin 1.Release Notes: https://github.com/mojohaus/versions/releases/tag/2.16.0 2.Bug Fix: Resolves: display-dependency-updates only shows updates from the most major allowed segment (mojohaus/versions#966) ajarmoniuk Resolves mojohaus/versions#931: Fixing problems with encoding in UseDepVersion and PomHelper (mojohaus/versions#932) ajarmoniuk Resolves mojohaus/versions#916: Partially reverted mojohaus/versions#799. (mojohaus/versions#924) ajarmoniuk Resolves mojohaus/versions#954: Excluded plexus-container-default (mojohaus/versions#955) ajarmoniuk Resolves mojohaus/versions#951: DefaultArtifactVersion::getVersion can be null (mojohaus/versions#952) ajarmoniuk BoundArtifactVersion.toString() to work with NumericVersionComparator (mojohaus/versions#930) ajarmoniuk Issue mojohaus/versions#925: Protect against an NPE if a dependency version is defined in dependencyManagement (mojohaus/versions#926) ajarmoniuk - maven-source-plugin v3.2.1 VS v3.3.0: apache/maven-source-plugin@maven-source-plugin-3.2.1...maven-source-plugin-3.3.0 - maven-surefire-plugin Release Notes: https://github.com/apache/maven-surefire/releases/tag/surefire-3.1.2 - maven-dependency-plugin v3.5.0 VS v3.6.0: apache/maven-dependency-plugin@maven-dependency-plugin-3.5.0...maven-dependency-plugin-3.6.0 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass GA. Closes apache#41641 from panbingkun/SPARK-44085. Authored-by: panbingkun <pbk1982@gmail.com> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
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.
What changes were proposed in this pull request?
The pr aims to update some maven plugins to newest version. include:
Why are the changes needed?
versions-maven-plugin
1.Release Notes: https://github.com/mojohaus/versions/releases/tag/2.16.0
2.Bug Fix:
Resolves: display-dependency-updates only shows updates from the most major allowed segment (Resolves: display-dependency-updates only shows updates from the most major allowed segment mojohaus/versions#966) @ajarmoniuk
Resolves NPE and wrong encoding for umlauts mojohaus/versions#931: Fixing problems with encoding in UseDepVersion and PomHelper (Resolves #931: Fixing problems with encoding in UseDepVersion and PomHelper mojohaus/versions#932) @ajarmoniuk
Resolves versions:set doesn't set version if non-direct properties are used in version element mojohaus/versions#916: Partially reverted #794: SetMojo would always change the version of the POM, regardless if a match was found mojohaus/versions#799. (Resolves #916: Partially reverted #799. mojohaus/versions#924) @ajarmoniuk
Resolves Plugin validation issues were detected (warning) mojohaus/versions#954: Excluded plexus-container-default (Resolves #954: Excluded plexus-container-default mojohaus/versions#955) @ajarmoniuk
Resolves Interaction between ranges/scope provokes NullPointerException mojohaus/versions#951: DefaultArtifactVersion::getVersion can be null (Resolves #951: DefaultArtifactVersion::getVersion can be null mojohaus/versions#952) @ajarmoniuk
BoundArtifactVersion.toString() to work with NumericVersionComparator (BoundArtifactVersion.toString() to work with NumericVersionComparator mojohaus/versions#930) @ajarmoniuk
Issue Cannot invoke "String.length()" because "str" is null mojohaus/versions#925: Protect against an NPE if a dependency version is defined in dependencyManagement (Issue #925: Protect against an NPE if a dependency version is defined in dependencyManagement mojohaus/versions#926) @ajarmoniuk
maven-source-plugin
v3.2.1 VS v3.3.0: apache/maven-source-plugin@maven-source-plugin-3.2.1...maven-source-plugin-3.3.0
maven-surefire-plugin
Release Notes: https://github.com/apache/maven-surefire/releases/tag/surefire-3.1.2
maven-dependency-plugin
v3.5.0 VS v3.6.0: apache/maven-dependency-plugin@maven-dependency-plugin-3.5.0...maven-dependency-plugin-3.6.0
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Pass GA.