-
Notifications
You must be signed in to change notification settings - Fork 28.5k
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
[SPARK-49335][BUILD] Upgrade Maven to 3.9.9 #47827
Conversation
Test first |
.github/workflows/build_and_test.yml
Outdated
@@ -306,6 +306,12 @@ jobs: | |||
name: unit-tests-log-${{ matrix.modules }}-${{ matrix.comment }}-${{ matrix.java }}-${{ matrix.hadoop }}-${{ matrix.hive }} | |||
path: "**/target/unit-tests.log" | |||
|
|||
maven-test: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will revert after test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, LGTM.
Thanks @dongjoon-hyun |
### What changes were proposed in this pull request? This PR aims to upgrade Maven to 3.9.9. ### Why are the changes needed? Release Note: - https://maven.apache.org/docs/3.9.9/release-notes.html > Notable improvements in area of memory usage arrives with [Resolver 1.2.22](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628&version=12354902). Bug Fixes: - [MNG-8159](https://issues.apache.org/jira/browse/MNG-8159) - Fix search for topDirectory when using -f / --file for Maven 3.9.x - [MNG-8165](https://issues.apache.org/jira/browse/MNG-8165) - Maven does not find extensions for -f when current dir is root - [MNG-8177](https://issues.apache.org/jira/browse/MNG-8177) - Warning "'dependencyManagement.dependencies.dependency.systemPath' for com.sun:tools:jar refers to a non-existing file C:\Temp\jdk-11.0.23\..\lib\tools.jar" - [MNG-8178](https://issues.apache.org/jira/browse/MNG-8178) - Profile activation based on OS properties is broken for "mvn site" - [MNG-8180](https://issues.apache.org/jira/browse/MNG-8180) - Resolver will blindly assume it is deploying a plugin by presence of META-INF/maven/plugins.xml in JAR - [MNG-8182](https://issues.apache.org/jira/browse/MNG-8182) - Missing or mismatching Trusted Checksum for some artifacts is not properly reported - [MNG-8188](https://issues.apache.org/jira/browse/MNG-8188) - [REGRESSION] Property not resolved in profile pluginManagement ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#47827 from LuciferYang/SPARK-49335. Authored-by: yangjie01 <yangjie01@baidu.com> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
### What changes were proposed in this pull request? This PR aims to upgrade `Maven` to 3.9.9. ### Why are the changes needed? To bring the latest bug fixed version in addition to align with Apache Spark 4.0.0, - apache/spark#47827 ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #2045 from dongjoon-hyun/ORC-1784. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
### What changes were proposed in this pull request? This PR aims to upgrade `Maven` to 3.9.9. ### Why are the changes needed? To bring the latest bug fixed version in addition to align with Apache Spark 4.0.0, - apache/spark#47827 ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #2045 from dongjoon-hyun/ORC-1784. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit b4982c9) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
### What changes were proposed in this pull request? This PR aims to upgrade Maven to 3.9.9. ### Why are the changes needed? Release Note: - https://maven.apache.org/docs/3.9.9/release-notes.html > Notable improvements in area of memory usage arrives with [Resolver 1.2.22](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628&version=12354902). Bug Fixes: - [MNG-8159](https://issues.apache.org/jira/browse/MNG-8159) - Fix search for topDirectory when using -f / --file for Maven 3.9.x - [MNG-8165](https://issues.apache.org/jira/browse/MNG-8165) - Maven does not find extensions for -f when current dir is root - [MNG-8177](https://issues.apache.org/jira/browse/MNG-8177) - Warning "'dependencyManagement.dependencies.dependency.systemPath' for com.sun:tools:jar refers to a non-existing file C:\Temp\jdk-11.0.23\..\lib\tools.jar" - [MNG-8178](https://issues.apache.org/jira/browse/MNG-8178) - Profile activation based on OS properties is broken for "mvn site" - [MNG-8180](https://issues.apache.org/jira/browse/MNG-8180) - Resolver will blindly assume it is deploying a plugin by presence of META-INF/maven/plugins.xml in JAR - [MNG-8182](https://issues.apache.org/jira/browse/MNG-8182) - Missing or mismatching Trusted Checksum for some artifacts is not properly reported - [MNG-8188](https://issues.apache.org/jira/browse/MNG-8188) - [REGRESSION] Property not resolved in profile pluginManagement ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#47827 from LuciferYang/SPARK-49335. Authored-by: yangjie01 <yangjie01@baidu.com> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
### What changes were proposed in this pull request? This PR aims to upgrade Maven to 3.9.9. ### Why are the changes needed? Release Note: - https://maven.apache.org/docs/3.9.9/release-notes.html > Notable improvements in area of memory usage arrives with [Resolver 1.2.22](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628&version=12354902). Bug Fixes: - [MNG-8159](https://issues.apache.org/jira/browse/MNG-8159) - Fix search for topDirectory when using -f / --file for Maven 3.9.x - [MNG-8165](https://issues.apache.org/jira/browse/MNG-8165) - Maven does not find extensions for -f when current dir is root - [MNG-8177](https://issues.apache.org/jira/browse/MNG-8177) - Warning "'dependencyManagement.dependencies.dependency.systemPath' for com.sun:tools:jar refers to a non-existing file C:\Temp\jdk-11.0.23\..\lib\tools.jar" - [MNG-8178](https://issues.apache.org/jira/browse/MNG-8178) - Profile activation based on OS properties is broken for "mvn site" - [MNG-8180](https://issues.apache.org/jira/browse/MNG-8180) - Resolver will blindly assume it is deploying a plugin by presence of META-INF/maven/plugins.xml in JAR - [MNG-8182](https://issues.apache.org/jira/browse/MNG-8182) - Missing or mismatching Trusted Checksum for some artifacts is not properly reported - [MNG-8188](https://issues.apache.org/jira/browse/MNG-8188) - [REGRESSION] Property not resolved in profile pluginManagement ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#47827 from LuciferYang/SPARK-49335. Authored-by: yangjie01 <yangjie01@baidu.com> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
What changes were proposed in this pull request?
This PR aims to upgrade Maven to 3.9.9.
Why are the changes needed?
Release Note:
https://maven.apache.org/docs/3.9.9/release-notes.html
Bug Fixes:
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Pass the CIs.
Was this patch authored or co-authored using generative AI tooling?
No.