Open Kiyoaki-w opened 4 years ago
It seems likely that neosemantics has a third-party dependency that overlaps with, but is incompatible with, a third-party dependency of neo4j-spatial. I have no experience with neosemantics, so do not know the dependencies list. If we are lucky, we just need to update to newer libraries that are compatible. If you have experience with neosemantics, could you provide the dependency list?
I did a quick peek at neosemantics, and found something a little odd. neo4j-spatial has a dependency on the jackson library version 1.9.13 as a transient dependency on the neo4j-server:3.5.2 artifact. But neosemantics seems to depend on three different versions of jackson:
I think mixing org.codehaus and com.fasterxml sounds risky to me. I've not reviewed the complete list of possible dependency conflicts, but this one stood out and might be worth discussing with the developers of neosemantics.
Hi! I am working on a project where some RDF and spatial things are involved. When I tried to take the advantage of your plugin and the semantic plugin neosemantics, some crash happened.
The crash log:
My environment:
When I tried to remove either the semantic or spatial plugin, it works. So I think maybe there is a plugin incompatibility. Do you have any solution? Thanks.