[
https://issues.apache.org/jira/browse/HADOOP-15984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17913302#comment-17913302
]
ASF GitHub Bot commented on HADOOP-15984:
-----------------------------------------
Hexiaoqiao commented on code in PR #7019:
URL: https://github.com/apache/hadoop/pull/7019#discussion_r1916609008
##########
dev-support/Jenkinsfile:
##########
@@ -71,7 +71,7 @@ pipeline {
checkout([
$class: 'GitSCM',
branches: [[name: "${env.YETUS_VERSION}"]],
- userRemoteConfigs: [[ url:
'https://github.com/apache/yetus.git']]]
+ userRemoteConfigs: [[ url:
'https://github.com/ayushtkn/yetus.git']]]
Review Comment:
It is better to link Hadoop repo rather than Ayushtkn's personal repo.
##########
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:
It is OK to located this package to Apache License or MIT if it is dual
licensed IMO, if we could not make sure, maybe refer Spark
https://github.com/apache/spark/blob/master/LICENSE-binary and write it under
Apache License will not be wrong. Thanks.
> 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]