Re: Jackson version updation

2019-06-28 Thread Driesprong, Fokko
The PR of bumping Jackson to 2.9.6 gives some examples of the behavioral changes that Sean is referring to: https://github.com/apache/spark/pull/21596 Cheers, Fokko Driesprong Op vr 28 jun. 2019 om 14:13 schreef Sean Owen : > https://github.com/apache/spark/blob/branch-2.4/pom.xml#L161 > Correct

Re: Jackson version updation

2019-06-28 Thread Sean Owen
https://github.com/apache/spark/blob/branch-2.4/pom.xml#L161 Correct, because it would introduce behavior changes. On Fri, Jun 28, 2019 at 3:54 AM Pavithra R wrote: > In spark master branch, the version of Jackson jars have been upgraded to > 2.9.9 > > > https://github.com/apache/spark/commit/bd

Jackson version updation

2019-06-28 Thread Pavithra R
In spark master branch, the version of Jackson jars have been upgraded to 2.9.9 https://github.com/apache/spark/commit/bd8732300385ad99d2cec3a4af49953d8925eaf6 [SPARK-27757][CORE] Bump Jackson to 2.9.9 - This has been done to address CVE-2019-12086. Could you confirm why Jackson jars are not upg