We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I use guava 18.0 and it has com/google/thirdparty/publicsuffix/PublicSuffixPatterns.class
the client has different version which doesn't have EXACT public static field which is used by other part of guava. So I get NoSuchFieldException.
The text was updated successfully, but these errors were encountered:
Shading com.google.thirdparty.
9a5b299
com.google.thirdparty is part of the guava jar that until now was only partially renamed. This was causing a user a problem in googleapis#605.
The PR with the change was merged. I also deployed a 0.2.3-SNAPSHOT with this change. We should have an official release early in the new year.
Sorry, something went wrong.
0.2.3 snapshot still has these classes. I don't understand what was changed otherwise.
https://oss.sonatype.org/content/repositories/snapshots/com/google/cloud/bigtable/bigtable-hbase-1.1/0.2.3-SNAPSHOT/bigtable-hbase-1.1-0.2.3-20151222.192823-12.jar
drwxrwxrwx 0 18-Nov-2015 11:15:56 com/google/thirdparty/ drwxrwxrwx 0 18-Nov-2015 11:15:56 com/google/thirdparty/publicsuffix/ -rw-rw-rw- 46600 18-Nov-2015 11:15:56 com/google/thirdparty/publicsuffix/PublicSuffixPatterns.class -rw-rw-rw- 2437 18-Nov-2015 11:15:56 com/google/thirdparty/publicsuffix/PublicSuffixType.class -rw-rw-rw- 4266 18-Nov-2015 11:15:56 com/google/thirdparty/publicsuffix/TrieParser.class
I redeployed. It looks better now.
sduskis
No branches or pull requests
I use guava 18.0 and
it has com/google/thirdparty/publicsuffix/PublicSuffixPatterns.class
the client has different version which doesn't have EXACT public static field
which is used by other part of guava.
So I get NoSuchFieldException.
The text was updated successfully, but these errors were encountered: