GitHub user spmallette opened a pull request: https://github.com/apache/tinkerpop/pull/807
TINKERPOP-1738 Bump to jackson 2.9.4 https://issues.apache.org/jira/browse/TINKERPOP-1738 This fixes a problem where Jackson was missing an error in GraphSON type information depending on the order of the JSON elements. It required some internal changes to the GraphSONTypeSerializer given API shifts in jackson - should not really affect TinkerPop users. Modified the original test that demonstrated this problem to be a bit more robust. All tests pass with `docker/build.sh -t -i` VOTE +1 You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/tinkerpop TINKERPOP-1738 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/tinkerpop/pull/807.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 #807 ---- commit f35f04a8da88280e8b121356ac5839fc0b8ac859 Author: Stephen Mallette <spmva@...> Date: 2018-02-13T15:16:46Z TINKERPOP-1738 Bump to jackson 2.9.4 This fixes a problem where Jackson was missing an error in GraphSON type information depending on the order of the JSON elements. It required some internal changes to the GraphSONTypeSerializer given API shifts in jackson - should not really affect TinkerPop users. Modified the original test that demonstrated this problem to be a bit more robust. ---- ---