-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-41450][BUILD] Fix shading in core module
#38999
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3229,17 +3229,6 @@ | |
| <artifactSet> | ||
| <includes> | ||
| <include>org.spark-project.spark:unused</include> | ||
| <include>org.eclipse.jetty:jetty-io</include> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. if we move this part to
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not exactly, jetty classes should be included into
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. got it |
||
| <include>org.eclipse.jetty:jetty-http</include> | ||
| <include>org.eclipse.jetty:jetty-proxy</include> | ||
| <include>org.eclipse.jetty:jetty-client</include> | ||
| <include>org.eclipse.jetty:jetty-continuation</include> | ||
| <include>org.eclipse.jetty:jetty-servlet</include> | ||
| <include>org.eclipse.jetty:jetty-servlets</include> | ||
| <include>org.eclipse.jetty:jetty-plus</include> | ||
| <include>org.eclipse.jetty:jetty-security</include> | ||
| <include>org.eclipse.jetty:jetty-util</include> | ||
| <include>org.eclipse.jetty:jetty-server</include> | ||
| <include>com.google.guava:guava</include> | ||
| <include>org.jpmml:*</include> | ||
| </includes> | ||
|
|
||
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.
Have you compared the compiled logs of Maven shade? If it is not use
appendmode, we need make sure there is no omission.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.
Yes, the result is expected.
This PR
Before #38779