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 99AFA200B38 for ; Fri, 8 Jul 2016 15:36:43 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9858C160A77; Fri, 8 Jul 2016 13:36:43 +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 E05D3160A36 for ; Fri, 8 Jul 2016 15:36:42 +0200 (CEST) Received: (qmail 91451 invoked by uid 500); 8 Jul 2016 13:36:42 -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 91442 invoked by uid 99); 8 Jul 2016 13:36:42 -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; Fri, 08 Jul 2016 13:36:42 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 047A1DFFF8; Fri, 8 Jul 2016 13:36:42 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: pluradj@apache.org To: commits@tinkerpop.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: tinkerpop git commit: updated change log Date: Fri, 8 Jul 2016 13:36:42 +0000 (UTC) archived-at: Fri, 08 Jul 2016 13:36:43 -0000 Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1320 e42c87d4d -> 76b422997 updated change log Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/76b42299 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/76b42299 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/76b42299 Branch: refs/heads/TINKERPOP-1320 Commit: 76b4229973f8ba88dfc8fb194932bc8e03df16dc Parents: e42c87d Author: Jason Plurad Authored: Fri Jul 8 09:32:22 2016 -0400 Committer: Jason Plurad Committed: Fri Jul 8 09:32:22 2016 -0400 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/76b42299/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 7b5206b..812a2f0 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -29,6 +29,7 @@ TinkerPop 3.1.3 (NOT OFFICIALLY RELEASED YET) * Avoid hamcrest conflict by using mockito-core instead of mockito-all dependency in `gremlin-test`. * Defaulted to `Edge.DEFAULT` if no edge label was supplied in GraphML. * Fixed bug in `IoGraphTest` causing IllegalArgumentException: URI is not hierarchical error for external graph implementations. +* Fixed bug in `GremlinGroovyScriptEngineFileSandboxTest` resource loading * Fixed a bug where timeout functions provided to the `GremlinExecutor` were not executing in the same thread as the script evaluation. * Optimized a few special cases in `RangeByIsCountStrategy`. * Named the thread pool used by Gremlin Server sessions: "gremlin-server-session-$n".