GitHub user spmallette opened a pull request:
https://github.com/apache/tinkerpop/pull/737
TINKERPOP-1798 Fix signature of MutationListener.vertexPropertyChanged()
https://issues.apache.org/jira/browse/TINKERPOP-1798
This method was referencing a Property when it should have been referencing
a VertexProperty. Implemented by way of deprecation of the old method so that
this ends up being a non-breaking change.
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-1798
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/737.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 #737
----
commit 0a06a86121ab5d3ac6d85531d75f70eba469cb01
Author: Stephen Mallette <[email protected]>
Date: 2017-10-20T16:20:52Z
TINKERPOP-1798 Fix signature of MutationListener.vertexPropertyChanged()
This method was referencing a Property when it should have been referencing
a VertexProperty. Implemented by way of deprecation of the old method so that
this ends up being a non-breaking change.
----
---