You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Neo4jReactiveDataAutoConfiguration is assuming that Neo4jDataAutoConfiguration has ran. It uses Neo4jDataProperties but doesn't enable it. It also expects a Neo4jMappingContext to be available but doesn't guard the auto-configuration if it isn't.
If Neo4jDataAutoConfiguration is excluded, this has the effect of breaking the context.
The text was updated successfully, but these errors were encountered:
Neo4jReactiveDataAutoConfiguration
is assuming thatNeo4jDataAutoConfiguration
has ran. It usesNeo4jDataProperties
but doesn't enable it. It also expects aNeo4jMappingContext
to be available but doesn't guard the auto-configuration if it isn't.If
Neo4jDataAutoConfiguration
is excluded, this has the effect of breaking the context.The text was updated successfully, but these errors were encountered: