Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1730 f9bfe3d91 -> 80f3dd3f8 (forced update)
TINKERPOP-1768 Bump to Jackson 2.8.10 Adds some key bug fixes - one of those could be particularly useful to TINKERPOP-1509. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/0d494c08 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/0d494c08 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/0d494c08 Branch: refs/heads/TINKERPOP-1730 Commit: 0d494c08beb1832a68e0e9d646aaf2fb305c0abe Parents: 6e2af00 Author: Stephen Mallette <sp...@genoprime.com> Authored: Wed Sep 6 15:15:27 2017 -0400 Committer: Stephen Mallette <sp...@genoprime.com> Committed: Thu Sep 7 05:56:07 2017 -0400 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 1 + gremlin-shaded/pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/0d494c08/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 3ec3802..ff0948a 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -26,6 +26,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima TinkerPop 3.2.7 (Release Date: NOT OFFICIALLY RELEASED YET) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +* Bump to Jackson 2.8.10. * The Console's `plugin.txt` file is only updated if there were manually uninstalled plugins. * Fixed a bug in `MatchStep` where mid-traversal `where()` variables were not being considered in start-scope. * Generalized `MatchStep` to locally compute all clauses with barriers (not just reducing barriers). http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/0d494c08/gremlin-shaded/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-shaded/pom.xml b/gremlin-shaded/pom.xml index f49e1a3..2372c3e 100644 --- a/gremlin-shaded/pom.xml +++ b/gremlin-shaded/pom.xml @@ -50,7 +50,7 @@ limitations under the License. <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <!-- Update the shade plugin config whenever you change this version --> - <version>2.8.7</version> + <version>2.8.10</version> <optional>true</optional> </dependency> </dependencies>