-
After migrating to neo4j-ogm 3.0.1 today my queries stopped working. I am using play framework latest version (2.6.6). After testing and reading [reports of the same issue on StackOverflow](https://st…
-
I have the following model:
- Customer --> Account
- Account
-- FreeAccount
-- PaidAccount
Account is an abstract class and afaik ogm will not store its label into neo4j by defa…
-
The entity mapping fails on a dynamic recompile of SBT / Play Framework. When Play recompiles changed classes, the reflection fails.
When the application is being restarted, and therefore completely …
-
I am using spring-data-neo4j 4.2.8 and spring-boot gradle plugin 1.5.8. I need to configure my remote neo4j. I tried to make a configuration file:
```
@Configuration
@EnableNeo4jRepositories(basePa…
-
## Expected Behavior
IMHO, when my node have an empty property mapped to a Date field, the DateStringConverter should return a null Date object.
What dou you think?
## Current Behavior
When my…
-
I'm using latest milestone available `1.1.0.M1` and I'm building an application that will only use google's pubsub (no cloudsql), still this library tries to use GcpCloudSqlAutoConfiguration by defaul…
-
## Expected Behavior
I would expect to OGM visit nodes in a graph always in the same order between distinct executions.
## Current Behavior
The visiting order changes …
-
I'm using neo4j with bolt protocol, in configuration i'm informing URI and credentials, but the URI do not contain any credential. I found this error
```
java.lang.ArrayIndexOutOfBoundsException: 1
…
-
At
http://neo4j.com/docs/ogm-manual/3.0/reference/#reference:type-conversion
_3.9.1. Built-in type conversions
Neo4j OGM will automatically perform the following type conversions:
java.time.In…
-
```
Caused by: java.lang.ClassNotFoundException: org.neo4j.ogm.exception.core.MetadataException
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(Cl…
igler updated
7 years ago