[
https://issues.apache.org/jira/browse/TINKERPOP-832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16080645#comment-16080645
]
ASF GitHub Bot commented on TINKERPOP-832:
------------------------------------------
Github user spmallette commented on a diff in the pull request:
https://github.com/apache/tinkerpop/pull/657#discussion_r126479090
--- Diff: docs/src/upgrade/release-3.3.x.asciidoc ---
@@ -211,6 +211,10 @@ The following deprecated classes, methods or fields
have been removed in this ve
** `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.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...)`
--- End diff --
can you please reference the ticket further on down below? you might need
to do the same on your other PRs - didn't look yet.
> Remove deprecated addV/E/InE/OutE methods
> -----------------------------------------
>
> Key: TINKERPOP-832
> URL: https://issues.apache.org/jira/browse/TINKERPOP-832
> Project: TinkerPop
> Issue Type: Improvement
> Components: process
> Affects Versions: 3.0.2-incubating
> Reporter: stephen mallette
> Priority: Minor
> Labels: breaking
>
> The related methods are on {{GraphTraversal}}, {{__}} and
> {{GraphTraversalSource}}. It should be noted that these are public methods
> likely utilized by end-users.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)