-
Kotlin 1.2.20 was released today, so I tried upgrading my Spring Boot project to that version, but I encountered an error.
I'm currently running Spring Boot 2.0.0.M7.
When I tried to run the app…
-
Currently, doing something like this `CREATE (n:testing {name:"haha"}) RETURN n.uuid` returns`null`. Querying for the above node again immediately results a UUID. The module is probably behaving per…
-
Environment:
- Neo4j version: 3.2.0
- Operating system: Linux 3.10.0-327.13.1.el7.x86_64
- API/Driver: ( Cypher/Java API)
- **Steps to reproduce**
run query:
MATCH ()-[r0:`ACCOUNT_OF`]-() …
-
Native Java bolt driver exposes additional properties compared to Neo4j-ogm Configuration class.
Issue only occurs for bolt driver.
org.neo4j.driver.v1.Config
final Config …
-
I'm trying to serialize a collection of objects taken from db and get the following error:
> Call to a member function isCollection() on null
> **on** vendor/graphaware/neo4j-php-ogm/src/Hydrato…
-
[This commit](https://github.com/neo4j/neo4j-java-driver/commit/a81b2389b96b2af5ebe6629d0209ff9f672e4352) has the side effect that any attempt to create a `SessionFactory` requires a Neo4J server runn…
-
## Expected Behavior
Using the EmbeddedDriver, I should be able to query for an Entity with a Collection of Enums without issue. These Enums should be able to have instance fields.
## Current…
-
Consider the following class:
@NodeEntity
public class Company {
@GraphId
private Long id;
private User owner;
private List staff;…
-
We have the need to make the Database created by an embedded driver remote-shell accessible, wuld be nice to have a property in ogm.properties to specify this configuraton.
thank you
-
Spring Data Neo4J 5.0 snapshots are already using OGM 3.0 snapshots. We need to start using those snapshots too.