Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2B76C200C55 for ; Wed, 29 Mar 2017 16:12:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 29CA11626A5; Wed, 29 Mar 2017 14:12:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 60CF61626A6 for ; Wed, 29 Mar 2017 16:12:21 +0200 (CEST) Received: (qmail 65008 invoked by uid 500); 29 Mar 2017 14:12:20 -0000 Mailing-List: contact commits-help@tinkerpop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tinkerpop.apache.org Delivered-To: mailing list commits@tinkerpop.apache.org Received: (qmail 64994 invoked by uid 99); 29 Mar 2017 14:12:20 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Mar 2017 14:12:20 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 75D6DDFB31; Wed, 29 Mar 2017 14:12:20 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: spmallette@apache.org To: commits@tinkerpop.apache.org Date: Wed, 29 Mar 2017 14:12:23 -0000 Message-Id: <7a9535c8b4054c07a3dc4b1abaa175ee@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [4/8] tinkerpop git commit: TINKERPOP-1654 Bumped to Jackson 2.8.7 archived-at: Wed, 29 Mar 2017 14:12:22 -0000 TINKERPOP-1654 Bumped to Jackson 2.8.7 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c6457332 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/c6457332 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/c6457332 Branch: refs/heads/tp32 Commit: c64573322672c5c53a3298812189e734f11ceb69 Parents: 7def039 Author: Stephen Mallette Authored: Thu Mar 23 08:58:37 2017 -0400 Committer: Stephen Mallette Committed: Mon Mar 27 14:29:38 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/c6457332/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 90b9f00..3ac081b 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -26,6 +26,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima TinkerPop 3.1.7 (Release Date: NOT OFFICIALLY RELEASED YET) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +* Bumped to Jackson 2.8.7. * Fixed `EventStrategy` so that newly added properties trigger events with the name of the key that was added. * Drop use of jitpack for the jbcrypt artifact - using the official one in Maven Central. http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/c6457332/gremlin-shaded/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-shaded/pom.xml b/gremlin-shaded/pom.xml index f4b87d8..4f2ba98 100644 --- a/gremlin-shaded/pom.xml +++ b/gremlin-shaded/pom.xml @@ -50,7 +50,7 @@ limitations under the License. com.fasterxml.jackson.core jackson-databind - 2.7.2 + 2.8.7 true