You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Todd Lipcon (JIRA)" <ji...@apache.org> on 2016/12/02 22:26:58 UTC

[jira] [Commented] (KUDU-1780) Unshaded com.google.thirdparty.publicsuffix classes in kudu-client jar

    [ https://issues.apache.org/jira/browse/KUDU-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15716722#comment-15716722 ] 

Todd Lipcon commented on KUDU-1780:
-----------------------------------

Any idea where this is coming from? It's not a direct dependency of ours.

> Unshaded com.google.thirdparty.publicsuffix classes in kudu-client jar
> ----------------------------------------------------------------------
>
>                 Key: KUDU-1780
>                 URL: https://issues.apache.org/jira/browse/KUDU-1780
>             Project: Kudu
>          Issue Type: Bug
>          Components: client
>    Affects Versions: 1.1.0
>            Reporter: Mike Percy
>
> We have an unshaded dep in the kudu-client jar:
> {code}
> $ ~/src/kudu/java/kudu-client/target$ jar tvf kudu-client-1.2.0-SNAPSHOT.jar
> ...
>      0 Fri Dec 02 12:54:34 GMT 2016 com/                                                                                                                                                                                                                                          
>      0 Fri Dec 02 12:54:34 GMT 2016 com/google/                                                                                                                                                                                                                                   
>      0 Fri Dec 02 12:54:34 GMT 2016 com/google/thirdparty/                                                                                                                                                                                                                        
>      0 Fri Dec 02 12:54:34 GMT 2016 com/google/thirdparty/publicsuffix/                                                                                                                                                                                                           
>  46595 Fri Dec 02 12:54:34 GMT 2016 com/google/thirdparty/publicsuffix/PublicSuffixPatterns.class                                                                                                                                                                                 
>   2436 Fri Dec 02 12:54:34 GMT 2016 com/google/thirdparty/publicsuffix/PublicSuffixType.class                                                                                                                                                                                     
>   4250 Fri Dec 02 12:54:34 GMT 2016 com/google/thirdparty/publicsuffix/TrieParser.class        
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)