### What changes were proposed in this pull request? This PR adding Git commit information and JVM build specifications to package manifest. the `META-INF/MANIFEST.MF` before this PR: ``` Manifest-Version: 1.0 Specification-Title: celeborn-client-spark-3-shaded Specification-Version: 0.6.0-SNAPSHOT Specification-Vendor: org.apache.celeborn Implementation-Title: celeborn-client-spark-3-shaded Implementation-Version: 0.6.0-SNAPSHOT Implementation-Vendor: org.apache.celeborn Implementation-Vendor-Id: org.apache.celeborn ``` after this PR: ``` Manifest-Version: 1.0 Specification-Title: celeborn-client-spark-3-shaded Specification-Version: 0.6.0-SNAPSHOT Specification-Vendor: org.apache.celeborn Implementation-Title: celeborn-client-spark-3-shaded Implementation-Version: 0.6.0-SNAPSHOT Implementation-Vendor: org.apache.celeborn Implementation-Vendor-Id: org.apache.celeborn Build-Jdk-Spec: 17.0.9 Build-Revision: 03247c19f1b38096a4080fe97e94dbeb20ebcbe9 Build-Branch: jdk-git-spec Build-Time: 2024-10-18T17:53:02.723124+08:00[Asia/Shanghai] ``` ``` Manifest-Version: 1.0 Specification-Title: celeborn-client-spark-3-shaded Specification-Version: 0.6.0-SNAPSHOT Specification-Vendor: org.apache.celeborn Implementation-Title: celeborn-client-spark-3-shaded Implementation-Version: 0.6.0-SNAPSHOT Implementation-Vendor: org.apache.celeborn Implementation-Vendor-Id: org.apache.celeborn Build-Jdk-Spec: 17.0.9 Build-Revision: N/A Build-Branch: Build-Time: 2024-10-18T17:54:16.932121+08:00[Asia/Shanghai] ``` ### Why are the changes needed? As title. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? local Closes #2821 from cfmcgrady/jdk-git-spec. Authored-by: Fu Chen <cfmcgrady@gmail.com> Signed-off-by: mingji <fengmingxiao.fmx@alibaba-inc.com> |
||
|---|---|---|
| .. | ||
| AddMetaInfLicenseFiles.scala | ||
| build.properties | ||
| BuildTools.scala | ||
| CelebornBuild.scala | ||
| JDKTools.scala | ||
| plugins.sbt | ||