-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-54190][BUILD] Guava dependency governance #52873
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 5 commits
caea08f
2a42a4e
bc430f0
2954854
75f850c
420f355
9f61749
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -77,7 +77,6 @@ | |
| <dependency> | ||
| <groupId>com.google.guava</groupId> | ||
| <artifactId>guava</artifactId> | ||
| <version>${connect.guava.version}</version> | ||
| <scope>compile</scope> | ||
| </dependency> | ||
| <dependency> | ||
|
|
@@ -178,18 +177,14 @@ | |
| <include>com.google.guava:*</include> | ||
| <include>com.google.android:*</include> | ||
| <include>com.google.api.grpc:*</include> | ||
| <include>com.google.code.findbugs:*</include> | ||
| <include>com.google.code.gson:*</include> | ||
| <include>com.google.errorprone:*</include> | ||
| <include>com.google.j2objc:*</include> | ||
| <include>com.google.protobuf:*</include> | ||
| <include>com.google.flatbuffers:*</include> | ||
| <include>io.grpc:*</include> | ||
| <include>io.netty:*</include> | ||
| <include>io.perfmark:*</include> | ||
| <include>org.apache.arrow:*</include> | ||
| <include>org.codehaus.mojo:*</include> | ||
| <include>org.checkerframework:*</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. Are you sure that
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. this is documented in Guava Wiki
https://github.com/google/guava/wiki/UseGuavaInYourBuild#what-about-guavas-own-dependencies
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. BTW, currently, in |
||
| <include>org.apache.spark:spark-connect-common_${scala.binary.version}</include> | ||
| <include>org.apache.spark:spark-sql-api_${scala.binary.version}</include> | ||
| </includes> | ||
|
|
@@ -221,10 +216,6 @@ | |
| <pattern>io.netty</pattern> | ||
| <shadedPattern>${spark.shade.packageName}.io.netty</shadedPattern> | ||
| </relocation> | ||
| <relocation> | ||
| <pattern>org.checkerframework</pattern> | ||
| <shadedPattern>${spark.shade.packageName}.org.checkerframework</shadedPattern> | ||
| </relocation> | ||
| <relocation> | ||
| <pattern>io.perfmark</pattern> | ||
| <shadedPattern>${spark.shade.packageName}.io.perfmark</shadedPattern> | ||
|
|
||
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 passing maven tests