You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2020/08/07 13:36:17 UTC

[GitHub] [hbase-thirdparty] petersomogyi commented on pull request #29: HBASE-24820 [hbase-thirdparty] Add jersey-hk2 when shading jersey and…

petersomogyi commented on pull request #29:
URL: https://github.com/apache/hbase-thirdparty/pull/29#issuecomment-670520138


   Can you try to add the following relocation rule to deal with `-` prefix?
   ```
   <relocation>
     <pattern>-org.eclipse</pattern>
     <shadedPattern>-${shaded.prefix}.org.eclipse</shadedPattern>
   </relocation>
   ```
   
   >Not sure if it is intenional or not... But anyway this could also be solved by changing the test, not a big deal.
   
   Changing the test looks fine to me.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org