Skip to content

Commit 5efe47f

Browse files
mp911desothawo
authored andcommitted
DATAES-646 - Adapt to Spring Framework 5.2 RC2.
Implement missing methods in RawActionResponse. Consistent versions actross netty dependencies.
1 parent f0117e7 commit 5efe47f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/org/springframework/data/elasticsearch/client/reactive/RawActionResponse.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
*/
1616
package org.springframework.data.elasticsearch.client.reactive;
1717

18+
import reactor.core.publisher.Flux;
19+
import reactor.core.publisher.Mono;
20+
21+
import java.util.List;
22+
1823
import org.elasticsearch.action.ActionResponse;
1924

2025
import org.springframework.http.HttpStatus;

0 commit comments

Comments
 (0)