https://github.com/fbiville/sdn-optimistic-locking
https://github.com/fbiville/sdn-optimistic-locking
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fbiville/sdn-optimistic-locking
- Owner: fbiville
- Created: 2020-11-10T11:05:42.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-10T11:06:04.000Z (over 5 years ago)
- Last Synced: 2025-04-05T00:41:29.809Z (over 1 year ago)
- Language: Java
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Optimistic locking with SDN
The project is made of two modules:
- `sdn-6` for the latest Spring Data Neo4j (SDN)
- `sdn-ogm` for SDN-OGM
They are both built upon the `movies` dataset and define the same integration test around a specific movie deletion.
One the tests fails, as you can see by running `mvn test`.