You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by we...@apache.org on 2022/04/24 09:50:53 UTC

[incubator-seatunnel] branch dev updated: [Bug][Spark] Update jackson version to fix LocalSparkExample can't run problem (#1724)

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

wenjun pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 464632d0 [Bug][Spark] Update jackson version to fix LocalSparkExample can't run problem (#1724)
464632d0 is described below

commit 464632d074b6a340f636a1d83609369c83241bf4
Author: TrickyZerg <32...@users.noreply.github.com>
AuthorDate: Sun Apr 24 17:50:46 2022 +0800

    [Bug][Spark] Update jackson version to fix LocalSparkExample can't run problem (#1724)
    
    * update jackson version
    * update known-dependencies.txt
    * update LICENSE file
---
 pom.xml                                   | 5 ++---
 seatunnel-dist/release-docs/LICENSE       | 6 +++---
 tools/dependencies/known-dependencies.txt | 6 +++---
 3 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index fd63bb02..af002857 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,8 +100,7 @@
         <hadoop.binary.version>2.7</hadoop.binary.version>
         <hadoop.version>2.7.5</hadoop.version>
         <fastjson.version>1.2.60</fastjson.version>
-        <jackson.version>2.11.0</jackson.version>
-        <jackson-databind.version>2.12.6.1 </jackson-databind.version>
+        <jackson.version>2.12.6</jackson.version>
         <lombok.version>1.18.0</lombok.version>
         <mysql.version>8.0.16</mysql.version>
         <postgresql.version>42.3.3</postgresql.version>
@@ -509,7 +508,7 @@
             <dependency>
                 <groupId>com.fasterxml.jackson.core</groupId>
                 <artifactId>jackson-databind</artifactId>
-                <version>${jackson-databind.version}</version>
+                <version>${jackson.version}</version>
             </dependency>
 
             <dependency>
diff --git a/seatunnel-dist/release-docs/LICENSE b/seatunnel-dist/release-docs/LICENSE
index 7626369c..d4cd4db0 100644
--- a/seatunnel-dist/release-docs/LICENSE
+++ b/seatunnel-dist/release-docs/LICENSE
@@ -759,8 +759,8 @@ The text of each license is the standard Apache 2.0 license.
      (The Apache Software License, Version 2.0) Jackson-JAXRS-Smile (com.fasterxml.jackson.jaxrs:jackson-jaxrs-smile-provider:2.10.5 - http://github.com/FasterXML/jackson-jaxrs-providers/jackson-jaxrs-smile-provider)
      (The Apache Software License, Version 2.0) Jackson-JAXRS-base (com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.10.5 - http://github.com/FasterXML/jackson-jaxrs-providers/jackson-jaxrs-base)
      (The Apache Software License, Version 2.0) Jackson-JAXRS-base (com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.7.8 - http://wiki.fasterxml.com/JacksonHome/jackson-jaxrs-base)
-     (The Apache Software License, Version 2.0) Jackson-annotations (com.fasterxml.jackson.core:jackson-annotations:2.11.0 - http://github.com/FasterXML/jackson)
-     (The Apache Software License, Version 2.0) Jackson-core (com.fasterxml.jackson.core:jackson-core:2.11.0 - https://github.com/FasterXML/jackson-core)
+     (The Apache Software License, Version 2.0) Jackson-annotations (com.fasterxml.jackson.core:jackson-annotations:2.12.6 - http://github.com/FasterXML/jackson)
+     (The Apache Software License, Version 2.0) Jackson-core (com.fasterxml.jackson.core:jackson-core:2.12.6 - https://github.com/FasterXML/jackson-core)
      (The Apache Software License, Version 2.0) Jackson-dataformat-YAML (com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.10.0 - https://github.com/FasterXML/jackson-dataformats-text)
      (The Apache Software License, Version 2.0) Jackson-dataformat-YAML (com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.8.11 - https://github.com/FasterXML/jackson)
      (The Apache Software License, Version 2.0) Jackson-datatype-Joda (com.fasterxml.jackson.datatype:jackson-datatype-joda:2.10.5 - http://wiki.fasterxml.com/JacksonModuleJoda)
@@ -821,7 +821,7 @@ The text of each license is the standard Apache 2.0 license.
      (The Apache Software License, Version 2.0) htrace-core (org.apache.htrace:htrace-core:3.1.0-incubating - http://incubator.apache.org/projects/htrace.html)
      (The Apache Software License, Version 2.0) htrace-core (org.htrace:htrace-core:3.0.4 - https://github.com/cloudera/htrace)
      (The Apache Software License, Version 2.0) htrace-core4 (org.apache.htrace:htrace-core4:4.1.0-incubating - http://incubator.apache.org/projects/htrace.html)
-     (The Apache Software License, Version 2.0) jackson-databind (com.fasterxml.jackson.core:jackson-databind:2.12.6.1  - http://github.com/FasterXML/jackson)
+     (The Apache Software License, Version 2.0) jackson-databind (com.fasterxml.jackson.core:jackson-databind:2.12.6  - http://github.com/FasterXML/jackson)
      (The Apache Software License, Version 2.0) jackson-module-scala (com.fasterxml.jackson.module:jackson-module-scala_2.11:2.6.7.1 - http://wiki.fasterxml.com/JacksonModuleScala)
      (The Apache Software License, Version 2.0) javax.inject (javax.inject:javax.inject:1 - http://code.google.com/p/atinject/)
      (The Apache Software License, Version 2.0) lang-mustache (org.elasticsearch.plugin:lang-mustache-client:7.5.1 - https://github.com/elastic/elasticsearch)
diff --git a/tools/dependencies/known-dependencies.txt b/tools/dependencies/known-dependencies.txt
index 039645a0..a3fa4016 100755
--- a/tools/dependencies/known-dependencies.txt
+++ b/tools/dependencies/known-dependencies.txt
@@ -291,11 +291,11 @@ icu4j-localespi-60.2.jar
 influxdb-java-2.22.jar
 ion-java-1.0.2.jar
 j2objc-annotations-1.1.jar
-jackson-annotations-2.11.0.jar
-jackson-core-2.11.0.jar
+jackson-annotations-2.12.6.jar
+jackson-core-2.12.6.jar
 jackson-core-asl-1.9.13.jar
 jackson-core-asl-1.9.2.jar
-jackson-databind-2.12.6.1.jar
+jackson-databind-2.12.6.jar
 jackson-dataformat-cbor-2.12.3.jar
 jackson-dataformat-cbor-2.8.11.jar
 jackson-dataformat-smile-2.10.5.jar