mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 00:29:01 +00:00
This commit updates the conditions in Neo4jReactiveDataAutoConfiguration so that it gracefully backs off if certain beans are not present, rather than assuming its sibling Neo4jDataAutoConfiguration has run. Closes gh-44930