Java Bindings for the Neo4J Server REST API, providing an implementation of GraphDatabaseService
120
stars
72
forks
source link
2.0.1 conflict with neo4j-kernel's package version of org.neo4j.helpers.collection.WrappingResourceIterator #70
Open
chilang opened 10 years ago
I'm getting
in a project with neo4j 2.0.1. It looks like there is a version of
org.neo4j.helpers.collection.WrappingResourceIterator
in neo4j-kernel.jar which ispackage
protected https://github.com/neo4j/neo4j/blob/master/community/kernel/src/main/java/org/neo4j/helpers/collection/WrappingResourceIterator.javaThe kernel version gets picked up first and cause the error. Not sure which version is the original and what's the reason for the duplication?