-
from witch verison i can use the point() type function with your plugin ?
-
@peterneubauer: 'If we do that, we can install server plugins in their respective directories under /plugins, making tracking, adding and removing plugins much easier for external things like
brew in…
-
I've just started using groovy-eclipse-batch (with maven) for a project that also uses a java framework that makes use of an annotation processor to precompile some java classes.
Until now we've be…
-
Hi all, I'm absolutely new to neo4j, I've succesfully installed neo4j server on my debian stretch box, I'm able to run simple queries following the cypher tutorial. Now I would like to add spatial ext…
-
Hi. I am getting following error when trying to use the withinDistance or the closest procedure:
`Failed to invoke procedure spatial.withinDistance: Caused by: java.lang.NoClassDefFoundError: org/neo…
-
When mixing SPATIAL together with GraphAware framrwork, the server (3.3.0) fails to start. The server will start either with SPATIAL alone, or with the 3 GraphAware involved JARs below alone, but not…
-
New to neo4j, using with spring-data. Here's the stacktrace I'm seeing when trying to save a graph. If I don't populate the `inputs` or `outputs` Set(s), the exception does not occur. LMK if I can …
-
Getting no such method error using sleuth and zipkin
This is a kotlin / gradle project
I am using spring boot 2.0.0.RELEASE
spring cloud Finchley.M9
it works ok with spring-cloud-starter-sl…
-
I all,
when I use library like [Neo4j-PHP-OGM](https://github.com/lphuberdeau/Neo4j-PHP-OGM) that add an ORM layer on top of neo4j I'm sperimenting this issue:
NB: I'have extract a curl call to re…
-
I'm currently running the official Neo4j `3.1.0` from dockerhub.com as base for a docker image where I use the latest version of this repository to build the `*server-plugin.jar` to the plugins direct…