You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2023/01/05 04:26:03 UTC

[kyuubi] branch master updated: [KYUUBI #4091] Bump jakarta.activation:jakarta.activation-api from 1.2.1 to 1.2.2

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 729932f08 [KYUUBI #4091] Bump jakarta.activation:jakarta.activation-api from 1.2.1 to 1.2.2
729932f08 is described below

commit 729932f08b8bf40e13b32f4440960aef1fd8d918
Author: liangbowen <li...@gf.com.cn>
AuthorDate: Thu Jan 5 12:25:53 2023 +0800

    [KYUUBI #4091] Bump jakarta.activation:jakarta.activation-api from 1.2.1 to 1.2.2
    
    ### _Why are the changes needed?_
    
    Release note:
    - https://github.com/jakartaee/jaf-api/releases/tag/1.2.2
    - https://jakarta.ee/specifications/activation/1.2/
    
    There are no functional changes from the previous release (1.2.1).
    The main reason for this bumping is alignment to an official release in maven central, as 1.2.1 is located to the old group id in `com.sun.activation:jakarta.activation 1.2.1`(https://github.com/jakartaee/jaf-api/releases/tag/1.2.1) in 2018, and 1.2.2 is the first release with new group id in `jakarta.activation:jakarta.activation-api 1.2.2` in 2020.
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [x] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #4091 from bowenliang123/jakarta-activationapi-1.2.2.
    
    Closes #4091
    
    db7785b1 [liangbowen] nit
    1227a21f [Bowen Liang] Merge branch 'master' into jakarta-activationapi-1.2.2
    479f7a1d [liangbowen] bump jakarta.activation:jakarta.activation-api from 1.2.1 to 1.2.2
    
    Lead-authored-by: liangbowen <li...@gf.com.cn>
    Co-authored-by: Bowen Liang <li...@gf.com.cn>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3f3ec2f55..a538deb75 100644
--- a/pom.xml
+++ b/pom.xml
@@ -160,7 +160,7 @@
         <jackson.version>2.14.1</jackson.version>
         <jakarta.servlet-api.version>4.0.4</jakarta.servlet-api.version>
         <jakarta.xml-bind.version>2.3.2</jakarta.xml-bind.version>
-        <jakarta.activation.version>1.2.1</jakarta.activation.version>
+        <jakarta.activation.version>1.2.2</jakarta.activation.version>
         <jersey.version>2.38</jersey.version>
         <jetty.version>9.4.50.v20221201</jetty.version>
         <jline.version>0.9.94</jline.version>
@@ -1394,7 +1394,7 @@
             </dependency>
 
             <!--
-              Required for Yarn Mini Cluster on JDK 11, it already be a transitive dependency
+              Required for Yarn Mini Cluster on JDK 11, it is already a transitive dependency
               of spark-core, thus only should explicitly add on Kyuubi Server Main test scope.
               -->
             <dependency>