Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-46773][BUILD][CONNECT] Change to use include-list to `generate…
… assemblyExcludedJars` for the connect server module ### What changes were proposed in this pull request? This pr change to use include-list to generate `assemblyExcludedJars` option for the connect server module to ensure `sbt assembly` and `maven-shaded-plugin` package the same jars. The reason for no longer using the exclude list is because it requires more configuration(There are over 40 additional jars that need to be excluded) ### Why are the changes needed? Make `sbt assembly` and `maven-shaded-plugin` package the same jars ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? - Pass GitHub Actions - Manually check the list of jars involved in the `sbt assembly`. ### Was this patch authored or co-authored using generative AI tooling? No Closes apache#44798 from LuciferYang/SPARK-46773. Authored-by: yangjie01 <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
- Loading branch information