You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "PJ Fanning (Jira)" <ji...@apache.org> on 2023/06/12 15:15:00 UTC

[jira] [Comment Edited] (HADOOP-18033) Upgrade fasterxml Jackson to 2.13.0

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

PJ Fanning edited comment on HADOOP-18033 at 6/12/23 3:14 PM:
--------------------------------------------------------------

We're stuck on Jackson 2.12 because of jersey v1. Jackson 2.13 has a change that drops support for jersey v1.

Options include:
 * forking the jackson module for jaxrs to undo the change that drops jersey v1 support
 * or removing the dependence on that jackson module by doing https://issues.apache.org/jira/browse/HADOOP-18619
 * or completing the move to jersey 2 (https://issues.apache.org/jira/browse/HADOOP-15984)


was (Author: pj.fanning):
We're stuck on Jackson 2.12 because of jersey v1. Jackson 2.13 has a change that drops support for jersey v1.

Options include:
 * forking the jackson module for jaxrs to undo the change that drops jersey v1 support
 * or removing the need for that jackson module - which I think might require the removal of the io.swagger code in the yarn modules
 * or completing the move to jersey 2 (https://issues.apache.org/jira/browse/HADOOP-15984)

> Upgrade fasterxml Jackson to 2.13.0
> -----------------------------------
>
>                 Key: HADOOP-18033
>                 URL: https://issues.apache.org/jira/browse/HADOOP-18033
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: build
>            Reporter: Akira Ajisaka
>            Assignee: Viraj Jasani
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.3.2
>
>          Time Spent: 6.5h
>  Remaining Estimate: 0h
>
> Spark 3.2.0 depends on Jackson 2.12.3. Let's upgrade to 2.12.5 (2.12.x latest as of now) or upper.
> h2. this has been reverted.
> we had to revert this as it broke tez.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org