GitHub user okram opened a pull request:
https://github.com/apache/tinkerpop/pull/657
TINKERPOP-832: Remove deprecated addV/E/InE/OutE methods
https://issues.apache.org/jira/browse/TINKERPOP-832
Removed deprecated `addV()`, `addE()`, `addInE()`, and `addOutE()` methods
that are no longer supported given the introduction of the `to()` and `from()`
modulators. This is actually a very good deprecation to remove as there is a
lot of extraneous testing (and bug proneness) around these methods given the
complicated interactions with the desired overloaded methods of the same name
-- lots of parameter type checking and validation (gross).
VOTE +1.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/tinkerpop TINKERPOP-832
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/657.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #657
----
commit 1e034535b0bc896beff497ed9473fcfa8b70e876
Author: Marko A. Rodriguez <[email protected]>
Date: 2017-07-10T14:14:54Z
Removed ancient deprecated mutation steps of addV(), addE(), and addOutE(),
addInE(). These are no longer needed given the introduction of to() and from()
constructs.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---