This repository was archived by the owner on Sep 1, 2023. It is now read-only.
Releases: neo4j/neo4j-java-driver-spring-boot-starter
Releases · neo4j/neo4j-java-driver-spring-boot-starter
4.0.0
Updated to use Neo4j Java Driver 4.0.0 final.
4.0.0-rc2
- Update to Neo4j Java driver rc2
- Update to Spring Boot 2.2
- Provide integration with Neo4j-OGM 3.2.3+ and Spring Data Moore
- New examples
4.0.0-rc1
- Update to Neo4j Java driver rc1
- Starter is now build and tested on JDK 8, 11 and 13 (Have a look at the build workflow)
4.0.0-rc1 had some major renaming for some classes. I.e. all the StatementResults are now Results.
4.0.0-beta03
- Update to Neo4j Java driver 4.0.0-beta03.
4.0.0-beta02
- 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.
1.7.5.1
- Add
spring-boot-autoconfigure-processor - Fix Spring Boot Actuator Health integration when Neo4j-OGM is on the classpath as well
- Add an example how to use this starter together with Neo4j-OGM
4.0.0-beta01
- Fix HealthIndicator when running against 3.5.x database.
- Create custom namespace for poolsettings (same format as in Quarkus)
- Remove logging configuration and make all logging go through Spring JCL, thus delegating the config to standard Spring Boot means.
- Remove prefix constant for config properties
- Update to Spring Boot 2.1.7
- Update to Neo4j Java Driver 4.0.0-beta01
1.7.5
- Update to Spring Boot 2.1.7
- Backport the starter for the 1.7.x series of the Neo4j Java Driver
- Provide an OGM SessionFactory when Neo4j-OGM is on the classpath 1
1 This feature needs Spring Boot 2.1.7+ to fully work with. Otherwise Neo4j-OGM and Spring Data will be configured, but without a transaction manager.
For the time being, this feature is only available in the 1.7.x series of this starter until Neo4j-OGM supports the next generation Java driver as well.
1.0.0-alpha03
- Update Neo4j Java Driver to 2.0.0-alpha03
- Update to Spring Boot 2.1.6
- Provide health information for all driver beans across the Spring Context
- Provide Micrometer metrics
- Added examples for CLI, imperative and reactive applications
- Added example for integration testing based on the starter
1.0.0-alpha02
- Initial release providing a single
org.neo4j.driver.Driverbean. - Provide full support for all configurable settings of the driver through idiomatic Spring Boot Properties.