This is an automated email from the ASF dual-hosted git repository.

srowen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 4ae99f9320c [SPARK-45636][BUILD] Upgrade jersey to 2.41
4ae99f9320c is described below

commit 4ae99f9320ca29193f7c0d6d54d61e5d3fd0b323
Author: YangJie <yangji...@baidu.com>
AuthorDate: Sun Oct 29 09:18:07 2023 -0500

    [SPARK-45636][BUILD] Upgrade jersey to 2.41
    
    ### What changes were proposed in this pull request?
    This pr aims upgrade Jersey from 2.40 to 2.41.
    
    ### Why are the changes needed?
    The new version bring some improvements, like:
    - https://github.com/eclipse-ee4j/jersey/pull/5350
    - https://github.com/eclipse-ee4j/jersey/pull/5365
    - https://github.com/eclipse-ee4j/jersey/pull/5436
    - https://github.com/eclipse-ee4j/jersey/pull/5296
    
    and some bug fix, like:
    - https://github.com/eclipse-ee4j/jersey/pull/5359
    - https://github.com/eclipse-ee4j/jersey/pull/5405
    - https://github.com/eclipse-ee4j/jersey/pull/5423
    - https://github.com/eclipse-ee4j/jersey/pull/5435
    - https://github.com/eclipse-ee4j/jersey/pull/5445
    
    The full release notes as follows:
    - https://github.com/eclipse-ee4j/jersey/releases/tag/2.41
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    Pass GitHub Actions
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No
    
    Closes #43490 from LuciferYang/SPARK-45636.
    
    Lead-authored-by: YangJie <yangji...@baidu.com>
    Co-authored-by: yangjie01 <yangji...@baidu.com>
    Signed-off-by: Sean Owen <sro...@gmail.com>
---
 dev/deps/spark-deps-hadoop-3-hive-2.3 | 12 ++++++------
 pom.xml                               |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3 
b/dev/deps/spark-deps-hadoop-3-hive-2.3
index c6fa77c84ca..2bfd94b9d46 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -122,12 +122,12 @@ jaxb-runtime/2.3.2//jaxb-runtime-2.3.2.jar
 jcl-over-slf4j/2.0.9//jcl-over-slf4j-2.0.9.jar
 jdo-api/3.0.1//jdo-api-3.0.1.jar
 jdom2/2.0.6//jdom2-2.0.6.jar
-jersey-client/2.40//jersey-client-2.40.jar
-jersey-common/2.40//jersey-common-2.40.jar
-jersey-container-servlet-core/2.40//jersey-container-servlet-core-2.40.jar
-jersey-container-servlet/2.40//jersey-container-servlet-2.40.jar
-jersey-hk2/2.40//jersey-hk2-2.40.jar
-jersey-server/2.40//jersey-server-2.40.jar
+jersey-client/2.41//jersey-client-2.41.jar
+jersey-common/2.41//jersey-common-2.41.jar
+jersey-container-servlet-core/2.41//jersey-container-servlet-core-2.41.jar
+jersey-container-servlet/2.41//jersey-container-servlet-2.41.jar
+jersey-hk2/2.41//jersey-hk2-2.41.jar
+jersey-server/2.41//jersey-server-2.41.jar
 jettison/1.5.4//jettison-1.5.4.jar
 jetty-util-ajax/9.4.53.v20231009//jetty-util-ajax-9.4.53.v20231009.jar
 jetty-util/9.4.53.v20231009//jetty-util-9.4.53.v20231009.jar
diff --git a/pom.xml b/pom.xml
index 6488918326f..71c3044dd42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -206,7 +206,7 @@
       Please don't upgrade the version to 3.0.0+,
       Because it transitions Jakarta REST API from javax to jakarta package.
     -->
-    <jersey.version>2.40</jersey.version>
+    <jersey.version>2.41</jersey.version>
     <joda.version>2.12.5</joda.version>
     <jodd.version>3.5.2</jodd.version>
     <jsr305.version>3.0.0</jsr305.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to