[
https://issues.apache.org/jira/browse/FLINK-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15265115#comment-15265115
]
ASF GitHub Bot commented on FLINK-3855:
---------------------------------------
GitHub user cowtowncoder opened a pull request:
https://github.com/apache/flink/pull/1952
Jackson version upgrade: default from 2.4.2 to 2.5.5, ES client to latest
2.7
Fix for [FLINK-3855] -- upgrade default Jackson version from 2.4.2 to 2.5.5
(last 2.5 patch); remove unnecessary explicit version ref, and upgrade ES
client to latest patch for minor version it refers.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cowtowncoder/flink master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1952.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1952
----
commit 243f49a95c971c3caac831ef9131d73d4d562587
Author: Tatu Saloranta <[email protected]>
Date: 2016-04-30T03:26:27Z
Jackson version upgrade: default from 2.4.2 to 2.5.5 (last patch of next
minor version); elastic client to latest patch
----
> Upgrade Jackson version
> -----------------------
>
> Key: FLINK-3855
> URL: https://issues.apache.org/jira/browse/FLINK-3855
> Project: Flink
> Issue Type: Improvement
> Components: Core
> Affects Versions: 1.0.3
> Reporter: Tatu Saloranta
> Priority: Minor
>
> Jackson version in use (2.4.2) is rather old (and not even the latest patch
> from minor version), so it'd be make sense to upgrade to bit newer. Latest
> would be 2.7.4, but at first I propose going to 2.5.5.
> All tests pass, but if there are issues I'd be happy to help; I'm author of
> Jackson project.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)