You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2017/10/04 14:02:29 UTC

[2/3] tinkerpop git commit: Merge branch 'TINKERPOP-1795' into tp32

Merge branch 'TINKERPOP-1795' into tp32


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/a278edd8
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/a278edd8
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/a278edd8

Branch: refs/heads/master
Commit: a278edd85cfff9028004cc37c95ecac1219bb954
Parents: b3e301e beae74c
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Wed Oct 4 07:29:17 2017 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Wed Oct 4 07:29:17 2017 -0600

----------------------------------------------------------------------
 CHANGELOG.asciidoc                                    |  1 +
 .../verification/LambdaRestrictionStrategy.java       | 14 +++++++-------
 .../verification/LambdaRestrictionStrategyTest.java   |  6 ++++++
 3 files changed, 14 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a278edd8/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --cc CHANGELOG.asciidoc
index 5ea3034,f1ad017..ec54cc2
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@@ -23,10 -23,8 +23,11 @@@ image::https://raw.githubusercontent.co
  [[release-3-2-7]]
  === TinkerPop 3.2.7 (Release Date: NOT OFFICIALLY RELEASED YET)
  
 +* Truncate the script in error logs and error return messages for "Method code too large" errors in Gremlin Server.
+ * Fixed a bug in `LambdaRestrictionStrategy` where named steps with `@` were being considered lambdas.
  * `ReferenceVertex` was missing its `label()` string. `ReferenceElement` now supports all label handling.
 +* Fixed a bug where bytecode containing lambdas would randomly select a traversal source from bindings.
 +* Deprecated `GremlinScriptEngine.eval()` methods and replaced them with new overloads that include the specific `TraversalSource` to bind to.
  * Added `GraphHelper.cloneElements(Graph original, Graph clone)` to the `gremlin-test` module to quickly clone a graph.
  * Bump to GMavenPlus 1.6.
  * Added better error message for illegal use of `repeat()`-step.