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

PJ Fanning commented on HADOOP-15984:
-------------------------------------

Jersey 1 uses jsr311 jar and Jersey2 uses rs-api jar. These 2 jars use exactly 
the same package names but the code is different. You might get away with 
forcing the use of just the newer rs-api jar and excluding the older jsr311 
api. If not, you would have to look at shading rs-api jar and any code that 
uses it (ie jersey 2).

> Update jersey from 1.19 to 2.x
> ------------------------------
>
>                 Key: HADOOP-15984
>                 URL: https://issues.apache.org/jira/browse/HADOOP-15984
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Akira Ajisaka
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> jersey-json 1.19 depends on Jackson 1.9.2. Let's upgrade.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to