-
## Expected Behavior
LazyInstance should be thread safe. Calling LazyInstance.get() from multiple theads should create only a single instance in one thread and all threads should receive this instanc…
-
We are using neo4j-enterprise-3.0.4 in cluster on AWS with bolt protocol. HAproxy is used to we know who is master and who are the slaves in the HA cluster. The Java application is using the spring-da…
-
I have posted the same query in StackOverFlow as well, but did not received any feedback and/or suggestions. Thus, posting the same here as well. I am sorry for the redundancy, but I am kind of stuck…
-
Hi there,
for a series of reason (working with flask and writing an extension for neo4j) I need to work with neomodel when the connection is already set.
I looked into the code and it seems that a…
-
Provide support for
- Node property existence - through `@Property(nullable=false)` (default value `nullable=true`)
- Relationship property existence
- Node key index - through @Compo…
-
I did do the steps described in README and the project doesn't run.
I create a new project with bellow packages:
```
4.0.0
com.example
demo
0.0.1-SNAPSHOT
jar
demo
Demo proje…
-
**Exception Description :**
when i add _spring-cloud-starter-netflix-eureka-client_ to my apllication module _spring-cloud-example-user-service_ i see follwoing failure :
```
org.springframe…
-
Since RC-1 (and continuing to exist in RC-3), I have a very odd problem coming up, which I cannot really reproduce and it occurs seemingly randomly on various operations.
I am using Symfony 3.2 sta…
sts85 updated
6 years ago
-
Currently `Session::load(Class type, ID id)` (or with optional `depth`) never uses the type information (provided by `type`) to limit the query to a specific node-type. In case of a custom primary k…
-
@luanne , here is the issue created after our discussion on StackOverFlow : http://stackoverflow.com/questions/32694961/equivalent-of-template-createrelationbetween-in-sdn4/32695905?noredirect=1#comme…