GitHub user okram opened a pull request:
https://github.com/apache/tinkerpop/pull/659
TINKERPOP-1291: Remove deprecated mapValues and mapKeys methods
https://issues.apache.org/jira/browse/TINKERPOP-1291
Removed `GraphTraversal.mapValues()` and `GraphTraversal.mapKeys()`. These
were replaced (long ago) by `select(values)` and `select(keys)`.
VOTE +1
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/tinkerpop TINKERPOP-1291
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/659.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 #659
----
commit 2b4ba78a5e875b2226d2032f1421f1337754a1b4
Author: Marko A. Rodriguez <[email protected]>
Date: 2017-07-10T14:37:39Z
removed deprecated GraphTraversal.mapKeys() and GraphTraversal.mapValues().
These steps were deprecated long ago and replaced with select(keys) and
select(values), respectively.
----
---
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.
---