You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by rd...@apache.org on 2017/11/29 23:25:09 UTC

[3/4] tinkerpop git commit: Merge branch 'TINKERPOP-1835' into tp32

Merge branch 'TINKERPOP-1835' into tp32


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

Branch: refs/heads/master
Commit: db680ce9d1d853973b3db43394a37334aa4ff4ad
Parents: 8a76de7 31d1040
Author: Robert Dale <ro...@gmail.com>
Authored: Wed Nov 29 18:24:28 2017 -0500
Committer: Robert Dale <ro...@gmail.com>
Committed: Wed Nov 29 18:24:28 2017 -0500

----------------------------------------------------------------------
 CHANGELOG.asciidoc                     | 2 +-
 gremlin-console/src/main/static/NOTICE | 2 +-
 gremlin-server/src/main/static/NOTICE  | 2 +-
 pom.xml                                | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/db680ce9/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --cc CHANGELOG.asciidoc
index bf865fa,d9229ca..e2a75d2
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@@ -27,12 -26,9 +27,12 @@@ image::https://raw.githubusercontent.co
  * Provided a method to configure detachment options with `EventStrategy`.
  * Fixed a race condition in `TinkerIndex`.
  * Fixed an `ArrayOutOfBoundsException` in `hasId()` for the rare situation when the provided collection is empty.
- * Bump to Netty 4.0.52
+ * Bump to Netty 4.0.53
  * `TraversalVertexProgram` `profile()` now accounts for worker iteration in `GraphComputer` OLAP.
  * Returned the `Builder` instance from the `DetachedEdge.Builder` methods of `setOutE` and `setOutV`.
 +* Added test framework for GLVs.
 +* Fixed bug in `TraversalHelper.replaceStep()` where the step being replaced needed to be removed prior to the new one being added.
 +* Added alias support in the .NET `DriverRemoteConnection`.
  * Added a test for self-edges and fixed `Neo4jVertex` to provided repeated self-edges on `BOTH`.
  * Better respected permissions on the `plugins.txt` file and prevented writing if marked as read-only.
  * Added getters for the lambdas held by `LambdaCollectingBarrierStep`, `LambdaFlatMapStep` and `LambdaSideEffectStep`.