Skip to content

LGDOI/neo4jcircularbug

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

A simple Spring Boot application to demonstrate the bug (intermittently deletes object after save call)

Dependencies

The application requires an instance of neo4j. All configuration is in application.properties.

Running the project

Run the following to start the webapp:

./gradlew bootRun

Hitting the webapp

Run the following to hit the webapp and may trigger the error:

./lazy.zsh <loop count>

e.g.,

./lazy.zsh 15

About

The minimum repository to replicate the nulling of fields on circular relationships.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 97.1%
  • Shell 2.9%