Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-29483][BUILD] Bump Jackson to 2.10.0 #627

Merged
merged 1 commit into from
Dec 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion LICENSE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,16 @@ org.glassfish.jersey.core:jersey-server
org.glassfish.jersey.media:jersey-media-jaxb


Mozilla Public License (MPL) 1.1
Eclipse Distribution License (EDL) 1.0
--------------------------------------

org.glassfish.jaxb:jaxb-runtime
jakarta.activation:jakarta.activation-api
jakarta.xml.bind:jakarta.xml.bind-api
com.sun.istack:istack-commons-runtime


Eclipse Public License (EPL) 2.0
--------------------------------

com.github.rwl:jtransforms https://sourceforge.net/projects/jtransforms/
Expand Down
30 changes: 16 additions & 14 deletions dev/deps/spark-deps-hadoop-palantir
Original file line number Diff line number Diff line change
Expand Up @@ -92,23 +92,25 @@ htrace-core4-4.1.0-incubating.jar
httpclient-4.5.6.jar
httpcore-4.4.10.jar
ivy-2.4.0.jar
jackson-annotations-2.9.7.jar
jackson-core-2.9.7.jar
jackson-annotations-2.10.0.jar
jackson-core-2.10.0.jar
jackson-core-asl-1.9.13.jar
jackson-databind-2.9.7.jar
jackson-dataformat-cbor-2.9.7.jar
jackson-dataformat-yaml-2.9.7.jar
jackson-datatype-guava-2.9.7.jar
jackson-datatype-jdk8-2.9.7.jar
jackson-datatype-joda-2.9.7.jar
jackson-datatype-jsr310-2.9.7.jar
jackson-databind-2.10.0.jar
jackson-dataformat-cbor-2.10.0.jar
jackson-dataformat-yaml-2.10.0.jar
jackson-datatype-guava-2.10.0.jar
jackson-datatype-jdk8-2.10.0.jar
jackson-datatype-joda-2.10.0.jar
jackson-datatype-jsr310-2.10.0.jar
jackson-jaxrs-1.9.13.jar
jackson-mapper-asl-1.9.13.jar
jackson-module-afterburner-2.9.7.jar
jackson-module-jaxb-annotations-2.9.7.jar
jackson-module-paranamer-2.9.7.jar
jackson-module-scala_2.11-2.9.7.jar
jackson-module-afterburner-2.10.0.jar
jackson-module-jaxb-annotations-2.10.0.jar
jackson-module-paranamer-2.10.0.jar
jackson-module-scala_2.11-2.10.0.jar
jackson-xc-1.9.13.jar
jakarta.activation-api-1.2.1.jar

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jakarta.activation-api-1.2.1.jar is a new version of javax.annotation-api-1.2.jar - we should tell maven to replace one with the other

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is probably benign but could lead to some head scratching later on

jakarta.xml.bind-api-2.3.2.jar
janino-3.0.11.jar
javassist-3.20.0-GA.jar
javax.annotation-api-1.2.jar
Expand Down Expand Up @@ -192,7 +194,7 @@ scala-xml_2.11-1.0.5.jar
shapeless_2.11-2.3.2.jar
slf4j-api-1.7.25.jar
slf4j-log4j12-1.7.25.jar
snakeyaml-1.23.jar
snakeyaml-1.24.jar
snappy-java-1.1.7.3.jar
spire-macros_2.11-0.13.0.jar
spire_2.11-0.13.0.jar
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
<!-- for now, not running scalafmt as part of default verify pipeline -->
<scalafmt.skip>true</scalafmt.skip>
<codehaus.jackson.version>1.9.13</codehaus.jackson.version>
<fasterxml.jackson.version>2.9.7</fasterxml.jackson.version>
<fasterxml.jackson.version>2.10.0</fasterxml.jackson.version>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be 2.10.1

<snappy.version>1.1.7.3</snappy.version>
<netlib.java.version>1.1.2</netlib.java.version>
<calcite.version>1.2.0-incubating</calcite.version>
Expand Down