Github user metlos commented on the issue:

    https://github.com/apache/tinkerpop/pull/494
  
    @okram the API changes seem to be due to your changes in 05bfb029. You 
could try and fill out your first intentional API changes list ;-)
    
    (Most of the below is just git extravaganza - the important bits are points 
5, 6 and 7)
    
    1. `git fetch <<NAME_OF_THE_GITHUB_REMOTE_IN_YOUR_CHECKOUT>>`
    1. `git checkout -b metlos-api-check-tp32 
<<NAME_OF_THE_GITHUB_REMOTE_IN_YOUR_CHECKOUT>>/tp32`
    1. `git pull https://github.com/metlos/tinkerpop api-check-tp32`
    1. `mvn clean install -DskipTests`
    1. copy and paste the JSON snippet output to the build console by revapi 
into `gremlin-core/api-changes.json`.
    1. Follow the example in that file to ignore the found changes in `3.2.4` 
using the JSON snippet from the build.
    1. Fill out the justifications for the changes in that snippet (making it a 
valid JSON).
    1.  `git push ssh://[email protected]/metlos/tinkerpop.git 
HEAD:api-check-tp32`
    1. Watch this PR go green.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to