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

ASF GitHub Bot commented on HADOOP-19077:
-----------------------------------------

slfan1989 commented on PR #6554:
URL: https://github.com/apache/hadoop/pull/6554#issuecomment-1948739750

   @steveloughran @pjfanning 
   
   Here's some good news to share: I successfully replaced Jersey 1 with Jersey 
2 in the nodemanager module. The unit tests for nodemanager are passing, which 
is a positive step. I will now proceed with upgrading Jersey 2 in other 
modules. It seems that shading the package may not be necessary anymore; we can 
directly replace it. I'm hopeful that the upgrade process will proceed smoothly 
in other modules (at least I have a bit more confidence now).
   
   Jersey 2 uses Jakarta-related packages, which include an upgrade from javax. 
My test results indicate that it's compatible. Therefore, I think we don't need 
to use this method for replacement. It's better to use the upgraded Jakarta 
packages instead of javax.




> remove use of javax.ws.rs.core.HttpHeaders
> ------------------------------------------
>
>                 Key: HADOOP-19077
>                 URL: https://issues.apache.org/jira/browse/HADOOP-19077
>             Project: Hadoop Common
>          Issue Type: Task
>          Components: io
>            Reporter: PJ Fanning
>            Priority: Major
>              Labels: pull-request-available
>
> One step towards removing Hadoop's dependence on Jersey1 and jsr311-api.
> We have other classes where we can get HTTP header names.



--
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