GitHub user spmallette opened a pull request:

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

    TINKERPOP-1504 Added the property key to events for new properties.

    https://issues.apache.org/jira/browse/TINKERPOP-1504
    
    Newly added properties triggered "changed" events when using 
`EventStrategy` but the specific key that was newly added was not available in 
the mutation listener. The listener would simply report the new value only. 
After this change the listener now gets a `DetachedVertexProperty` / 
`DetachedProperty` with the newly added key and a null value set.
    
    Builds with `mvn clean install` - VOTE +1

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

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

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

    https://github.com/apache/tinkerpop/pull/571.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 #571
    
----

----


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

Reply via email to