Skip to content

Commit 73e9a6f

Browse files
authored
Refactoring to prepare for removal of the old deprecated RestHighLevelClient integration.
Original Pull Request #2559 Closes #2557
1 parent f897dd4 commit 73e9a6f

11 files changed

+213
-860
lines changed

src/main/asciidoc/reference/elasticsearch-new.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[[new-features.5-1-0]]
1010
== New in Spring Data Elasticsearch 5.1
1111

12-
* Upgrade to Elasticsearch 8.7.0
12+
* Upgrade to Elasticsearch 8.7.1
1313
* Allow specification of the TLS certificate when connecting to an Elasticsearch 8 cluster
1414

1515
[[new-features.5-0-0]]

src/main/java/org/springframework/data/elasticsearch/core/ReactiveElasticsearchOperations.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
import org.reactivestreams.Publisher;
1919
import org.springframework.data.elasticsearch.client.erhlc.ReactiveElasticsearchClient;
20-
import org.springframework.data.elasticsearch.client.erhlc.ReactiveElasticsearchTemplate;
2120
import org.springframework.data.elasticsearch.core.cluster.ReactiveClusterOperations;
2221
import org.springframework.data.elasticsearch.core.convert.ElasticsearchConverter;
2322
import org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity;
@@ -28,11 +27,6 @@
2827

2928
/**
3029
* Interface that specifies a basic set of Elasticsearch operations executed in a reactive way.
31-
* <p>
32-
* Implemented by {@link ReactiveElasticsearchTemplate}. Not often used but a useful option for extensibility and
33-
* testability (as it can be easily mocked, stubbed, or be the target of a JDK proxy). Command execution using
34-
* {@link ReactiveElasticsearchOperations} is deferred until a {@link org.reactivestreams.Subscriber} subscribes to the
35-
* {@link Publisher}.
3630
*
3731
* @author Christoph Strobl
3832
* @author Peter-Josef Meisch

src/test/java/org/springframework/data/elasticsearch/core/ElasticsearchRestTemplateCallbackTests.java

Lines changed: 0 additions & 111 deletions
This file was deleted.

0 commit comments

Comments
 (0)