I found some repositories like fluxgraph that had some additional commits meant to update them to use a much more recent tinkerpop blueprints API. I would like to stay as up to date as possible, but when I checked out each of the following two forks:
https://github.com/jeremiahrhall/fluxgraph https://github.com/lucascs/fluxgraph
I get very similar error output when running mvn package
:
https://gist.github.com/anonymous/06eb83433ac4b046a5f7
The respective surefire-reports file referenced contains the following:
TEST-com.jnj.fluxgraph.FluxGraphTest.xml - https://gist.github.com/anonymous/d8d3e742963d6a51b1d8 - IllegalArgumentException: It is not possible to set a property on a non-current version of the element com.jnj.fluxgraph.FluxGraphTest.txt - https://gist.github.com/anonymous/542c03e1ce5633f044f7
I don't know how to solve this in order to get fluxgraph working at more recent versions of its dependencies... Can someone help? possibly someone that helped write these repos?