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

Update to Jackson 2.6.2 #13344

Merged
merged 1 commit into from Sep 29, 2015
Merged

Update to Jackson 2.6.2 #13344

merged 1 commit into from Sep 29, 2015

Conversation

tlrx
Copy link
Member

@tlrx tlrx commented Sep 4, 2015

This pull request updates the Jackson dependencies from 2.5.3 to 2.6.2.

Changelog:

Jackson 2.6 provides very interesting filtering feature that works with JSON streaming, both at parsing and generating times. Once we move to this version we should be able to reimplement our filter_path feature (introduced by #10980) to a more understandable and maintainable implementation.

The test TestMergeMapperTests.testConcurrentMergeTest failed with jackson 2.6.1 with an issue similar to FasterXML/jackson-core#207. After being able to reproduce the issue in a test a fix has been merged in FasterXML/jackson-core#213 and solved the issue.

@tlrx tlrx changed the title Update to Jackson 2.6.1 Update to Jackson 2.6.2 Sep 17, 2015
@tlrx tlrx added review v2.1.0 and removed WIP labels Sep 17, 2015
@tlrx tlrx force-pushed the update-to-jackson-2.6.1 branch 2 times, most recently from 86709f2 to 84383bb Compare September 28, 2015 13:59
@jasontedor
Copy link
Member

LGTM.

@kimchy
Copy link
Member

kimchy commented Sep 29, 2015

LGTM

@tlrx tlrx merged commit 9cb27ad into elastic:master Sep 29, 2015
@tlrx tlrx deleted the update-to-jackson-2.6.1 branch September 29, 2015 12:43
@tlrx tlrx mentioned this pull request Oct 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants