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 2016/10/27 17:39:58 UTC

[jira] [Commented] (TINKERPOP-1420) Remove deprecated ConcurrentBindings in gremlin-groovy

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

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

GitHub user spmallette opened a pull request:

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

    TINKERPOP-1420 Removal of previously deprecated gremlin-groovy classes/methods

    https://issues.apache.org/jira/browse/TINKERPOP-1420
    
    While this commit is bound to TINKERPOP-1420 it actually also covers TINKERPOP-1283, TINKERPOP-1040 and TINKERPOP-833 which are all "deprecation removal" type tickets. The removed class/methods are all pretty "low-level" for the average user to be using in their code so of all the deprecation we have this one isn't a big deal for removal.
    
    Builds nicely with `mvn clean install && mvn verify -pl gremlin-server -DskipIntegrationTests=false`
    
    VOTE +1

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/tinkerpop TINKERPOP-1420

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tinkerpop/pull/468.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 #468
    
----
commit 6c72a9684a8db6b189970d89bca42c7275782019
Author: Stephen Mallette <sp...@genoprime.com>
Date:   2016-10-27T16:22:49Z

    TINKERPOP-1420 Removal of previously deprecated gremlin-groovy classes/methods.
    
    While this commit is bound to TINKERPOP-1420 it actually also covers TINKERPOP-1283, TINKERPOP-1040 and TINKERPOP-833.

----


> Remove deprecated ConcurrentBindings in gremlin-groovy
> ------------------------------------------------------
>
>                 Key: TINKERPOP-1420
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1420
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: groovy
>    Affects Versions: 3.2.1
>            Reporter: stephen mallette
>            Priority: Minor
>              Labels: breaking, deprecation
>
> {{ConcurrentBindings}} were moved to to {{gremlin-core}} - the old class in {{gremlin-groovy}} was deprecated and can be removed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)