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
There might be different transaction managers in place for different
Neo4jTemplates.
The change is also applied to the ReactiveNeo4jTemplate.
Co-authored-by: Michael Simons <[email protected]>
Copy file name to clipboardExpand all lines: src/test/java/org/springframework/data/neo4j/integration/multiple_ctx_imperative/domain1/Domain1Config.java
+4-3
Original file line number
Diff line number
Diff line change
@@ -63,9 +63,10 @@ public Neo4jClient domain1Client(@Qualifier("domain1Driver") Driver driver) {
Copy file name to clipboardExpand all lines: src/test/java/org/springframework/data/neo4j/integration/multiple_ctx_imperative/domain2/Domain2Config.java
+4-3
Original file line number
Diff line number
Diff line change
@@ -62,9 +62,10 @@ public Neo4jClient domain2Client(@Qualifier("domain2Driver") Driver driver) {
0 commit comments