GitHub user okram opened a pull request:

    https://github.com/apache/tinkerpop/pull/607

    TINKERPOP-1673: GroovyTranslator produces Gremlin that can't execute on 
:remote

    https://issues.apache.org/jira/browse/TINKERPOP-1673
    
    `GroovyTranslator` now uses Groovy `[...]` map notation instead of `new 
LinkedHashMap(){{ put() }}` notation in order to make the String translation 
from Bytecode to Gremlin-Groovy cleaner and easier to read.
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/tinkerpop TINKERPOP-1673

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tinkerpop/pull/607.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 #607
    
----
commit e4f6842bc6097750eded8d59095605ba4c81c6ae
Author: Marko A. Rodriguez <[email protected]>
Date:   2017-05-11T21:56:26Z

    using [...] syntax for Map construction in GroovyTranslator instead of new 
LinkedHashMap().

commit b755788c6fe7b902a3e81f3c2f11eb5a8b02c4be
Author: Marko A. Rodriguez <[email protected]>
Date:   2017-05-11T22:00:24Z

    updated CHANGELOG.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to