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


   > 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>
   > ```
   
   You're right, I'm testing exactly what you suggest here(but with 
org.eclipse.jetty) before you post this comment :)
   
   It is not easy to view the string literals in class file so let me depend on 
it in hbase to see if it works.


----------------------------------------------------------------
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:
[email protected]


Reply via email to