You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "panbingkun (via GitHub)" <gi...@apache.org> on 2023/07/06 03:10:32 UTC

[GitHub] [spark] panbingkun opened a new pull request, #41874: [SPARK-44316][BUILD] Upgrade Jersey to 2.40

panbingkun opened a new pull request, #41874:
URL: https://github.com/apache/spark/pull/41874

   ### What changes were proposed in this pull request?
   The pr aims to upgrade Jersey from 2.36 to 2.40.
   
   ### Why are the changes needed?
   1.This version adapts to ASM9.5, which is also used by Spark currently
   [Adopt ASM 9.5](https://github.com/eclipse-ee4j/jersey/pull/5305)
   
   2.Also fix some bugs, eg:
   [Fix possible NPE in netty client](https://github.com/eclipse-ee4j/jersey/pull/5330)
   [Get media type fix](https://github.com/eclipse-ee4j/jersey/pull/5282)
   
   3.Security vulnerability fix:
   [CVE for dependency jackson-databind](https://github.com/eclipse-ee4j/jersey/issues/5225)
   
   4.Full Release Notes:
   
   
   ### Does this PR introduce _any_ user-facing change?
   No.
   
   ### How was this patch tested?
   Pass GA.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] LuciferYang commented on a diff in pull request #41874: [SPARK-44316][BUILD] Upgrade Jersey to 2.40

Posted by "LuciferYang (via GitHub)" <gi...@apache.org>.
LuciferYang commented on code in PR #41874:
URL: https://github.com/apache/spark/pull/41874#discussion_r1254033056


##########
pom.xml:
##########
@@ -196,7 +196,11 @@
     <datanucleus-core.version>4.1.17</datanucleus-core.version>
     <guava.version>14.0.1</guava.version>
     <janino.version>3.1.9</janino.version>
-    <jersey.version>2.36</jersey.version>
+    <!--

Review Comment:
   jersey 3.x only support Java 11+, maybe we can upgrade to 3.x in Spark 4.0 :)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] dongjoon-hyun commented on pull request #41874: [SPARK-44316][BUILD] Upgrade Jersey to 2.40

Posted by "dongjoon-hyun (via GitHub)" <gi...@apache.org>.
dongjoon-hyun commented on PR #41874:
URL: https://github.com/apache/spark/pull/41874#issuecomment-1623959855

   Merged to master for Apache Spark 3.5.0.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] panbingkun commented on a diff in pull request #41874: [SPARK-44316][BUILD] Upgrade Jersey to 2.40

Posted by "panbingkun (via GitHub)" <gi...@apache.org>.
panbingkun commented on code in PR #41874:
URL: https://github.com/apache/spark/pull/41874#discussion_r1254042729


##########
pom.xml:
##########
@@ -196,7 +196,11 @@
     <datanucleus-core.version>4.1.17</datanucleus-core.version>
     <guava.version>14.0.1</guava.version>
     <janino.version>3.1.9</janino.version>
-    <jersey.version>2.36</jersey.version>
+    <!--

Review Comment:
   Good proposal!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] dongjoon-hyun commented on a diff in pull request #41874: [SPARK-44316][BUILD] Upgrade Jersey to 2.40

Posted by "dongjoon-hyun (via GitHub)" <gi...@apache.org>.
dongjoon-hyun commented on code in PR #41874:
URL: https://github.com/apache/spark/pull/41874#discussion_r1254661647


##########
pom.xml:
##########
@@ -196,7 +196,11 @@
     <datanucleus-core.version>4.1.17</datanucleus-core.version>
     <guava.version>14.0.1</guava.version>
     <janino.version>3.1.9</janino.version>
-    <jersey.version>2.36</jersey.version>
+    <!--

Review Comment:
   +1 for that.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] dongjoon-hyun closed pull request #41874: [SPARK-44316][BUILD] Upgrade Jersey to 2.40

Posted by "dongjoon-hyun (via GitHub)" <gi...@apache.org>.
dongjoon-hyun closed pull request #41874: [SPARK-44316][BUILD] Upgrade Jersey to 2.40
URL: https://github.com/apache/spark/pull/41874


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org