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/07/12 15:34:32 UTC

[2/2] tinkerpop git commit: Merge branch 'TINKERPOP-1721'

Merge branch 'TINKERPOP-1721'


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

Branch: refs/heads/master
Commit: 01d8936e84dca2eed281bc424f8c9c40acbd900f
Parents: 188fe4b 76e73d3
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Wed Jul 12 09:34:24 2017 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Wed Jul 12 09:34:24 2017 -0600

----------------------------------------------------------------------
 CHANGELOG.asciidoc                                  |  2 ++
 docs/src/upgrade/release-3.3.x.asciidoc             |  7 +++++--
 .../gremlin/process/traversal/Bindings.java         |  8 +-------
 .../gremlin/process/traversal/TraversalSource.java  | 16 ----------------
 .../traversal/dsl/graph/GraphTraversalSource.java   |  6 ------
 gremlin-python/pom.xml                              |  1 -
 6 files changed, 8 insertions(+), 32 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/01d8936e/CHANGELOG.asciidoc
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/01d8936e/docs/src/upgrade/release-3.3.x.asciidoc
----------------------------------------------------------------------
diff --cc docs/src/upgrade/release-3.3.x.asciidoc
index 9888320,f77aa20..f58b4ae
--- a/docs/src/upgrade/release-3.3.x.asciidoc
+++ b/docs/src/upgrade/release-3.3.x.asciidoc
@@@ -216,16 -216,8 +216,18 @@@ The following deprecated classes, metho
  ** `org.apache.tinkerpop.gremlin.process.traversal.util.OrP(P...)`
  ** `org.apache.tinkerpop.gremlin.process.traversal.util.TraversalScriptFunction`
  ** `org.apache.tinkerpop.gremlin.process.traversal.util.TraversalScriptHelper`
 +** `org.apache.tinkerpop.gremlin.process.traversal.Order.keyIncr`
 +** `org.apache.tinkerpop.gremlin.process.traversal.Order.valueIncr`
 +** `org.apache.tinkerpop.gremlin.process.traversal.Order.keyDecr`
 +** `org.apache.tinkerpop.gremlin.process.traversal.Order.valueIncr`
 +** `org.apache.tinkerpop.gremlin.process.traversal.dsl.GraphTraversal.mapKeys()`
 +** `org.apache.tinkerpop.gremlin.process.traversal.dsl.GraphTraversal.mapValues()`
 +** `org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal#addV(Object...)`
 +** `org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal#addE(Direction, String, String, Object...)`
 +** `org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal#addOutE(String, String, Object...)`
 +** `org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal#addInV(String, String, Object...)`
+ ** `org.apache.tinkerpop.gremlin.process.traversal.Bindings()`
+ ** `org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource#withBindings(Bindings)`
  ** `org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures#supportsAddProperty()`
  ** `org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures#FEATURE_ADD_PROPERTY`
  ** `org.apache.tinkerpop.gremlin.structure.Graph.OptIn#SUITE_GROOVY_PROCESS_STANDARD`
@@@ -320,9 -312,7 +322,10 @@@ link:https://issues.apache.org/jira/bro
  link:https://issues.apache.org/jira/browse/TINKERPOP-1651[TINKERPOP-1651],
  link:https://issues.apache.org/jira/browse/TINKERPOP-1694[TINKERPOP-1694],
  link:https://issues.apache.org/jira/browse/TINKERPOP-1700[TINKERPOP-1700],
 +link:https://issues.apache.org/jira/browse/TINKERPOP-1142[TINKERPOP-1142],
- link:https://issues.apache.org/jira/browse/TINKERPOP-1291[TINKERPOP-1291]
- link:https://issues.apache.org/jira/browse/TINKERPOP-832[TINKERPOP-832]
++link:https://issues.apache.org/jira/browse/TINKERPOP-1291[TINKERPOP-1291],
++link:https://issues.apache.org/jira/browse/TINKERPOP-832[TINKERPOP-832],
+ link:https://issues.apache.org/jira/browse/TINKERPOP-1721[TINKERPOP-1721]
  
  Gremlin-server.sh and Init Scripts
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/01d8936e/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.java
----------------------------------------------------------------------