[jira] [Commented] (SPARK-5330) Core | Scala 2.11 | Transitive dependency on com.fasterxml.jackson.core :jackson-core:2.3.1 causes compatibility issues

2015-02-17 Thread Sean Owen (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-5330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14324871#comment-14324871
 ] 

Sean Owen commented on SPARK-5330:
--

What version do you suggest? can you example mvn dependency:tree to see what 
version is probably safest to update to? can you open a PR to update?

 Core | Scala 2.11 | Transitive dependency on com.fasterxml.jackson.core 
 :jackson-core:2.3.1 causes compatibility issues
 ---

 Key: SPARK-5330
 URL: https://issues.apache.org/jira/browse/SPARK-5330
 Project: Spark
  Issue Type: Bug
  Components: Spark Core
Affects Versions: 1.2.0
Reporter: Aniket Bhatnagar

 Spark Transitive depends on com.fasterxml.jackson.core :jackson-core:2.3.1. 
 Users of jackson-module-scala had to to depend on the same version to avoid 
 any class compatibility issues. However, since scala 2.11, 
 jackson-module-scala is no longer published for version 2.3.1. Since the 
 version 2.3.1 is quiet old, perhaps we should investigate upgrading to latest 
 jackson-core. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (SPARK-5330) Core | Scala 2.11 | Transitive dependency on com.fasterxml.jackson.core :jackson-core:2.3.1 causes compatibility issues

2015-01-19 Thread Aniket Bhatnagar (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-5330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14283432#comment-14283432
 ] 

Aniket Bhatnagar commented on SPARK-5330:
-

One possible workaround is do define the dependency as follows :

com.fasterxml.jackson.module % jackson-module-scala_2.10 % 2.3.1 
excludeAll(
  ExclusionRule(organization = org.scala-lang),
  ExclusionRule(organization = org.scalatest)
) 

 Core | Scala 2.11 | Transitive dependency on com.fasterxml.jackson.core 
 :jackson-core:2.3.1 causes compatibility issues
 ---

 Key: SPARK-5330
 URL: https://issues.apache.org/jira/browse/SPARK-5330
 Project: Spark
  Issue Type: Bug
  Components: Spark Core
Affects Versions: 1.2.0
Reporter: Aniket Bhatnagar

 Spark Transitive depends on com.fasterxml.jackson.core :jackson-core:2.3.1. 
 Users of jackson-module-scala had to to depend on the same version to avoid 
 any class compatibility issues. However, since scala 2.11, 
 jackson-module-scala is no longer published for version 2.3.1. Since the 
 version 2.3.1 is quiet old, perhaps we should investigate upgrading to latest 
 jackson-core. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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