ehx-v1
ehx-v1
ohh, this doesn't help with batch inserting... perhaps you could queue rels with missing nodes as, let's say, RelationshipPrecalculations, and check whether the nodes are still missing at the end...
By the way, i'd suppose he wants to be able of changing `RTREE_*` into `TEST_RTREE_*`. It would be easier to simply make a `test_layer` though.
btw I somehow have the impression the problem could be easiest solved by directly handling the rebalancing conflict right where it appears cannot be sure though, didn't try yet, but...
if this is solved, why is it still open then?
that should be in the Apache Commons if I'm not mistaken, which should be pulled by Neo4j, perhaps you should check your Maven
now I have similar issues with org.apache.commons.collections.MapUtils obviously Apache has done some Commons restructuring without any notice @craigtaverner please update the dependencies, and you should request Apache to have a...
after adding the dependency it still doesn't work because the package is (...).collections4.MapUtils instead of collections
ok with lots of help from Google ;-) I found this dependency, which keeps fitting: [https://1maven.com/findpomandjar/org.glassfish.external:apache-commons:3.0-b68](https://1maven.com/findpomandjar/org.glassfish.external:apache-commons:3.0-b68)
that's what you should pull
in this dependency there's also such thing as logging/Log, which you perhaps could consider switching to