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
Reduce method signatures in Reactive-/MongoOperations and add fluent reactive api variant.
Narrow the scope of exposed methods on MongoOperations interface. The broader replace API variant has been moved to a protected method allowing users to hook into the implementation and (if needed) expose it.
See: #4462
Original Pull Request: #4463
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/ExecutableUpdateOperationSupport.java
+1
Original file line number
Diff line number
Diff line change
@@ -188,6 +188,7 @@ public UpdateResult upsert() {
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/ReactiveUpdateOperationSupport.java
+23
Original file line number
Diff line number
Diff line change
@@ -165,6 +165,17 @@ public FindAndReplaceWithProjection<T> withOptions(FindAndReplaceOptions options
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/test/java/org/springframework/data/mongodb/core/ReactiveMongoTemplateReplaceTests.java
0 commit comments