You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/07/10 14:40:00 UTC

[jira] [Commented] (TINKERPOP-1291) Remove deprecated mapValues and mapKeys methods

    [ https://issues.apache.org/jira/browse/TINKERPOP-1291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16080421#comment-16080421 ] 

ASF GitHub Bot commented on TINKERPOP-1291:
-------------------------------------------

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.

----


> Remove deprecated mapValues and mapKeys methods
> -----------------------------------------------
>
>                 Key: TINKERPOP-1291
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1291
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: process
>    Affects Versions: 3.1.0-incubating
>            Reporter: stephen mallette
>            Priority: Minor
>              Labels: breaking
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)