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 E22D1200C6F for ; Tue, 9 May 2017 19:58:41 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E1007160BB6; Tue, 9 May 2017 17:58:41 +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 018CA160BCD for ; Tue, 9 May 2017 19:58:40 +0200 (CEST) Received: (qmail 19500 invoked by uid 500); 9 May 2017 17:58:40 -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 19484 invoked by uid 99); 9 May 2017 17:58:40 -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; Tue, 09 May 2017 17:58:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0ACCCE97EC; Tue, 9 May 2017 17:58:40 +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: Tue, 09 May 2017 17:58:45 -0000 Message-Id: <9516b0d7e4e24891b9a0959e76c4519c@git.apache.org> In-Reply-To: <9216de3d2a4d4684b237adeb64a832be@git.apache.org> References: <9216de3d2a4d4684b237adeb64a832be@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [7/7] tinkerpop git commit: TINKERPOP-786 Updated changelog for DSL work archived-at: Tue, 09 May 2017 17:58:42 -0000 TINKERPOP-786 Updated changelog for DSL work Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7e8de9c2 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/7e8de9c2 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/7e8de9c2 Branch: refs/heads/TINKERPOP-786 Commit: 7e8de9c20da62cecb5acb98b2d8b9771c06c666a Parents: 0730735 Author: Stephen Mallette Authored: Tue May 9 13:58:05 2017 -0400 Committer: Stephen Mallette Committed: Tue May 9 13:58:05 2017 -0400 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/7e8de9c2/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 6fb3372..638fb10 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -26,6 +26,8 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima TinkerPop 3.2.5 (Release Date: NOT OFFICIALLY RELEASED YET) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +* Added the `gremlin-archetype-dsl` to demonstrate how to structure a Maven project for a DSL. +* Developed and documented patterns for Domain Specific Language implementations. * Maintained type information on `Traversal.promise()`. * Propagated exception to `Future` instead of calling thread in `RemoteConnection`. * Fixed a bug in `RepeatUnrollStrategy` where `LoopsStep` and `LambdaHolder` should invalidate the strategy's application.