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
snicoll
changed the title
Spring Data Neo4j requires a transaction manager
Document that a reactive transaction manager is not auto-configured with Spring Data Neo4j
Oct 11, 2020
@snicoll Thanks for providing the link, it clarified my confusion.
But now TransactionManager became a must, in the pre versions, I remember it was optional.
I am trying to update the former SDN Rx example project to the latest Spring Boot 2.4(SDN RX is merged right ?).
The first problem is I have to configure a
ReactiveTransactionManager
to make it run.I am not sure why we have to configure a transaction manager for Neo4j.
If it is a must in the new infrastructure, it should be autoconfigured.
The text was updated successfully, but these errors were encountered: