[
https://issues.apache.org/jira/browse/TINKERPOP-1953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16448565#comment-16448565
]
ASF GitHub Bot commented on TINKERPOP-1953:
-------------------------------------------
GitHub user spmallette opened a pull request:
https://github.com/apache/tinkerpop/pull/853
TINKERPOP-1953 Bump to Groovy 2.4.15
https://issues.apache.org/jira/browse/TINKERPOP-1953
Fixes a bug in Lambda construction for remote traversals
All tests pass with `docker/build.sh -t -i`
VOTE +1
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/tinkerpop TINKERPOP-1953
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/853.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 #853
----
commit 40dad27880189ffb8c901a8d7bdcf3d505325693
Author: Stephen Mallette <spmva@...>
Date: 2018-04-23T13:33:25Z
TINKERPOP-1953 Bump to Groovy 2.4.15
Fixes a bug in Lambda construction for remote traversals
----
> Bump to Groovy 2.4.15
> ---------------------
>
> Key: TINKERPOP-1953
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1953
> Project: TinkerPop
> Issue Type: Improvement
> Components: groovy
> Affects Versions: 3.2.8
> Reporter: stephen mallette
> Assignee: stephen mallette
> Priority: Critical
> Fix For: 3.4.0, 3.2.9, 3.3.3
>
>
> Bump to Groovy 2.4.15 to get a critical fix to this problem:
> {code}
> gremlin> org.apache.tinkerpop.gremlin.util.function.Lambda.function("{
> it.get() }")
> (class: org/apache/tinkerpop/gremlin/util/function/Lambda$function, method:
> callStatic signature:
> (Ljava/lang/Class;[Ljava/lang/Object;)Ljava/lang/Object;) Illegal type in
> constant pool
> Type ':help' or ':h' for help.
> Display stack trace? [yN]n
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)