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 "Tsuyoshi Ozawa (JIRA)" <ji...@apache.org> on 2015/06/04 21:45:39 UTC

[jira] [Commented] (HADOOP-9613) [JDK8] Update jersey version to latest 1.x release

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

Tsuyoshi Ozawa commented on HADOOP-9613:
----------------------------------------

Found the reason why the tests fail - jersey-test-framework-grizzly2 has started to use reflection via Webappcontext since 1.12. GuiceServletConfig and Injector are not visible from Webappcontext if it's not static. As a result, DI fails.

To upgrade jersey version to 1.19, we need to do following tasks:
1. Upgrading grizzly to 2.2.16.
2. Updating all test cases which uses GuiceServletContextListener.

They're very tough tasks - [~stevel@apache.org] do you have any ideas? Should we upgrade them?

> [JDK8] Update jersey version to latest 1.x release
> --------------------------------------------------
>
>                 Key: HADOOP-9613
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9613
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: build
>    Affects Versions: 3.0.0, 2.4.0
>            Reporter: Timothy St. Clair
>            Assignee: Timothy St. Clair
>              Labels: maven
>         Attachments: HADOOP-2.2.0-9613.patch, HADOOP-9613.1.patch, HADOOP-9613.2.patch, HADOOP-9613.3.patch, HADOOP-9613.patch
>
>
> Update pom.xml dependencies exposed when running a mvn-rpmbuild against system dependencies on Fedora 18.  
> The existing version is 1.8 which is quite old. 



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