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
Remove Field type. Refactor container to subclass MongoDBAtlasLocalContainer. Introduce wait/synchronization to avoid container crashes on create index + list search indexes.
See #4706
Original pull request: #4882
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/MappingMongoJsonSchemaCreator.java
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/aggregation/VectorSearchOperation.java
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/index/ReactiveIndexOperations.java
+14
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,23 @@ public interface ReactiveIndexOperations {
33
33
*
34
34
* @param indexDefinition must not be {@literal null}.
35
35
* @return a {@link Mono} emitting the name of the index on completion.
36
+
* @deprecated since 4.5, in favor of {@link #createIndex(IndexDefinition)}.
0 commit comments