You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by okram <gi...@git.apache.org> on 2017/07/10 14:39:17 UTC

[GitHub] tinkerpop pull request #659: TINKERPOP-1291: Remove deprecated mapValues and...

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 <ok...@gmail.com>
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tinkerpop issue #659: TINKERPOP-1291: Remove deprecated mapValues and mapKey...

Posted by dkuppitz <gi...@git.apache.org>.
Github user dkuppitz commented on the issue:

    https://github.com/apache/tinkerpop/pull/659
  
    VOTE: +1


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tinkerpop issue #659: TINKERPOP-1291: Remove deprecated mapValues and mapKey...

Posted by spmallette <gi...@git.apache.org>.
Github user spmallette commented on the issue:

    https://github.com/apache/tinkerpop/pull/659
  
    All tests pass with `docker/build.sh -t -n -i`
    
    VOTE +1


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tinkerpop pull request #659: TINKERPOP-1291: Remove deprecated mapValues and...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/tinkerpop/pull/659


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---