Skip to content
This repository was archived by the owner on Sep 1, 2023. It is now read-only.

4.0.0-beta02

Pre-release
Pre-release

Choose a tag to compare

@michael-simons michael-simons released this 02 Oct 09:13
· 99 commits to master since this release
42b4efc
  • Add spring-boot-autoconfigure-processor
  • Fix Spring Boot Actuator Health integration when Neo4j-OGM is on the classpath as well
  • Update to Neo4j Java driver 4.0.0-beta02.
  • Update to Spring Boot 2.1.8.

NOTE

4.0.0-beta02 had some minor changes in it's API. A transaction can no longer be marked as success() or failure(). Instead it needs to be commit() or rollback(). Minor changes have been introduced into the bookmark API.