You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by spmallette <gi...@git.apache.org> on 2018/06/07 16:04:31 UTC

[GitHub] tinkerpop pull request #872: TINKERPOP-1831 Refactored EventStrategy

GitHub user spmallette opened a pull request:

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

    TINKERPOP-1831 Refactored EventStrategy

    https://issues.apache.org/jira/browse/TINKERPOP-1831
    
    Removed deprecated method. Used `VertexProperty.empty()` and `Property.empty()` to represent the "old" value for new property events. Created an enum for configuring detachment on the `EventStrategy` builder. Upgrade docs describe this change in more detail.
    
    All tests pass with `docker/build.sh -t -n -i`
    
    VOTE +1

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

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

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

    https://github.com/apache/tinkerpop/pull/872.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 #872
    
----
commit 7963fdfb4407347a37ff35d40f5efdd1ba5f039f
Author: Stephen Mallette <sp...@...>
Date:   2018-06-07T13:10:47Z

    TINKERPOP-1831 Refactored EventStrategy
    
    Removed deprecated method. Used VertexProperty.empty() and Property.empty() to represent the "old" value for new property events. Created a enum for configuring detachment on the EventStrategy builder.

----


---

[GitHub] tinkerpop issue #872: TINKERPOP-1831 Refactored EventStrategy

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

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


---

[GitHub] tinkerpop issue #872: TINKERPOP-1831 Refactored EventStrategy

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

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


---

[GitHub] tinkerpop pull request #872: TINKERPOP-1831 Refactored EventStrategy

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

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


---