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

Peter Somogyi commented on HBASE-22233:
---------------------------------------

I checked the content of the hbase-shaded-miscellaneous after applied your 
patch but the annotation specific imports in the classes are incorrect. 2 
examples:

hbase-shaded-miscellaneous-2.2.1-SNAPSHOT-sources.jar!/org/apache/hbase/thirdparty/com/google/common/hash/AbstractHashFunction.java
 import 
*org.apache.hbase.thirdparty.*com.google.errorprone.annotations.Immutable;

hbase-shaded-miscellaneous-2.2.1-SNAPSHOT-sources.jar!/org/apache/hbase/thirdparty/com/google/protobuf/util/Timestamps.java
 import 
*org.apache.hbase.thirdparty.*com.google.errorprone.annotations.CanIgnoreReturnValue;

 

The errorprone classes are not added to the jars either with the com.google nor 
the o.a.h.t.com.google package.

> [hbase-thirdparty] Add error prone annotations dependency explicitly and do 
> not relocate it
> -------------------------------------------------------------------------------------------
>
>                 Key: HBASE-22233
>                 URL: https://issues.apache.org/jira/browse/HBASE-22233
>             Project: HBase
>          Issue Type: Sub-task
>          Components: thirdparty
>            Reporter: Duo Zhang
>            Assignee: Duo Zhang
>            Priority: Major
>             Fix For: thirdparty-2.2.1
>
>         Attachments: HBASE-22233.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to