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

Colin Patrick McCabe commented on HTRACE-148:
---------------------------------------------

I'm not sure what to suggest here.  I don't think using the shaded class name 
in the "import" statement is the right thing.  It causes test failures for me.  
When I use the shaded class name in non-test code, I get compilation failures.  
I believe the maven-shade plugin is supposed to be handling all this for us.

Have you tried using a later versin of the maven shade plugin?  Maybe there was 
a bug that was fixed.

{code}
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-shade-plugin</artifactId>
          <version>2.1</version> (change this to 2.3??)
        </plugin>
{code}

> TestHTracedRESTReceiver should use the shaded ObjectMapper to avoid 
> TestHTracedRESTReceiver failure
> ---------------------------------------------------------------------------------------------------
>
>                 Key: HTRACE-148
>                 URL: https://issues.apache.org/jira/browse/HTRACE-148
>             Project: HTrace
>          Issue Type: Bug
>            Reporter: Masatake Iwasaki
>            Assignee: Masatake Iwasaki
>             Fix For: 3.2.0
>
>         Attachments: HTRACE-148.001.patch
>
>




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

Reply via email to