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 2016/01/05 23:55:15 UTC

[43/50] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master' into TINKERPOP-1064

Merge remote-tracking branch 'origin/master' into TINKERPOP-1064


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

Branch: refs/heads/TINKERPOP-1033
Commit: e480f4aa9ac419443b54df3ccc9bc538dfeffe28
Parents: 0defd91 a705c21
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Tue Dec 29 18:45:19 2015 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Tue Dec 29 18:45:19 2015 -0500

----------------------------------------------------------------------
 CHANGELOG.asciidoc                               |   1 +
 README.asciidoc                                  |  12 ++++++------
 docs/src/dev/developer/release.asciidoc          |   4 ++--
 docs/src/reference/gremlin-applications.asciidoc |   7 +++++--
 docs/static/images/quantum-gremlin-full.png      | Bin 0 -> 1877990 bytes
 5 files changed, 14 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/e480f4aa/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --cc CHANGELOG.asciidoc
index 23ae585,028f20f..5d0feae
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@@ -26,9 -26,9 +26,10 @@@ image::https://raw.githubusercontent.co
  TinkerPop 3.1.1 (NOT OFFICIALLY RELEASED YET)
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  
+ * Execute the `LifeCycle.beforeEval()` in the same thread that `eval()` is executed in for `GremlinExecutor`.
  * Fixed a bug in `Graph.OptOut` when trying to opt-out of certain test cases with the `method` property set to "*".
  * Added another `BulkLoader` implementation (`OneTimeBulkLoader`) that doesn't store temporary properties in the target graph.
 +* Added option to allow for a custom `ClassResolver` to be assigned to a `GryoMapper` instance.
  * Fixed a `SparkGraphComputer` sorting bug in MapReduce that occurred when there was more than one partition.
  * Added `strictTransactionManagement` to the Gremlin Server settings to indicate that the `aliases` parameter must be passed on requests and that transaction management will be scoped to the graphs provided in that argument.
  * Fixed a `NullPointerException` bug in `PeerPressureVertexProgram` that occurred when an adjacency traversal was not provided.

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/e480f4aa/docs/src/reference/gremlin-applications.asciidoc
----------------------------------------------------------------------