Merge branch 'TINKERPOP-1704' into tp32

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

Branch: refs/heads/master
Commit: 16afd9c57887e3f4826ba422633a0e80b19d9564
Parents: 360774c 506b921
Author: Marko A. Rodriguez <okramma...@gmail.com>
Authored: Fri Jun 30 09:03:22 2017 -0600
Committer: Marko A. Rodriguez <okramma...@gmail.com>
Committed: Fri Jun 30 09:03:22 2017 -0600

----------------------------------------------------------------------
 CHANGELOG.asciidoc                               |  1 +
 .../tinkerpop/gremlin/jsr223/JavaTranslator.java | 19 +++++++++++++++++--
 .../gremlin/groovy/jsr223/GroovyTranslator.java  |  2 +-
 3 files changed, 19 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/16afd9c5/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --cc CHANGELOG.asciidoc
index 0cbea15,be203fe..0cef5d3
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@@ -28,11 -28,9 +28,12 @@@ TinkerPop 3.2.6 (Release Date: NOT OFFI
  
  This release also includes changes from <<release-3-1-8, 3.1.8>>.
  
 +* Deprecated the `useMapperFromGraph` configuration option for Gremlin Server 
serializers.
+ * `JavaTranslator` is now smart about handling `BulkSet` and `Tree`.
  * Added annotations to the traversal metrics pretty print.
 +* `EdgeOtherVertexStep` is no longer final and can be extended by providers.
  * `EdgeVertexStep` is no longer final and can be extended by providers.
 +* Deprecated `Transaction.submit(Function)`.
  * Fixed `HADOOP_GREMLIN_LIBS` parsing for Windows.
  * Improved GraphSON serialization performance around `VertexProperty`.
  * Changed some tests in `EventStrategyProcessTest` which were enforcing some 
unintended semantics around transaction state.

Reply via email to