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

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

pjfanning commented on code in PR #7019:
URL: https://github.com/apache/hadoop/pull/7019#discussion_r1912457983


##########
LICENSE-binary:
##########
@@ -498,12 +498,16 @@ org.slf4j:slf4j-reload4j:1.7.36
 CDDL 1.1 + GPLv2 with classpath exception
 -----------------------------------------
 
-com.github.pjfanning:jersey-json:1.22.0
-com.sun.jersey:jersey-client:1.19.4
-com.sun.jersey:jersey-core:1.19.4
-com.sun.jersey:jersey-guice:1.19.4
-com.sun.jersey:jersey-server:1.19.4
-com.sun.jersey:jersey-servlet:1.19.4
+org.glassfish.jersey.core:jersey-common:2.46

Review Comment:
   this looks like the wrong license group
   
   
https://mvnrepository.com/artifact/org.glassfish.jersey.core/jersey-common/2.46
   
   jersey 2 is licensed under Apache License (very important) and 3 other 
licenses.
   
   ```
   <licenses>
   <license>
   <name>EPL 2.0</name>
   <url>http://www.eclipse.org/legal/epl-2.0</url>
   <distribution>repo</distribution>
   <comments>Except for Guava, JSR-166 files, Dropwizard Monitoring inspired 
classes, ASM and Jackson JAX-RS Providers. See also 
https://github.com/eclipse-ee4j/jersey/blob/master/NOTICE.md</comments>
   </license>
   <license>
   <name>The GNU General Public License (GPL), Version 2, With Classpath 
Exception</name>
   <url>https://www.gnu.org/software/classpath/license.html</url>
   <distribution>repo</distribution>
   <comments>Except for Guava, and JSR-166 files. See also 
https://github.com/eclipse-ee4j/jersey/blob/master/NOTICE.md</comments>
   </license>
   <license>
   <name>Apache License, 2.0</name>
   <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
   <distribution>repo</distribution>
   <comments>Google Guava @ org.glassfish.jersey.internal.guava</comments>
   </license>
   <license>
   <name>Public Domain</name>
   <url>https://creativecommons.org/publicdomain/zero/1.0/</url>
   <distribution>repo</distribution>
   <comments>JSR-166 Extension to JEP 266 @ 
org.glassfish.jersey.internal.jsr166</comments>
   </license>
   </licenses>
   ```





> 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
>            Assignee: Shilun Fan
>            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