|
13 | 13 | * See the License for the specific language governing permissions and
|
14 | 14 | * limitations under the License.
|
15 | 15 | */
|
16 |
| -package org.springframework.data.elasticsearch.backend.elasticsearch7.client.reactive; |
| 16 | +package org.springframework.data.elasticsearch.client.reactive; |
17 | 17 |
|
18 | 18 | import io.netty.channel.ChannelOption;
|
19 | 19 | import io.netty.handler.ssl.ApplicationProtocolConfig;
|
|
103 | 103 | import org.reactivestreams.Publisher;
|
104 | 104 | import org.springframework.data.elasticsearch.RestStatusException;
|
105 | 105 | import org.springframework.data.elasticsearch.UncategorizedElasticsearchException;
|
106 |
| -import org.springframework.data.elasticsearch.backend.elasticsearch7.ResponseConverter; |
107 |
| -import org.springframework.data.elasticsearch.backend.elasticsearch7.client.reactive.ReactiveElasticsearchClient.Cluster; |
108 |
| -import org.springframework.data.elasticsearch.backend.elasticsearch7.client.reactive.ReactiveElasticsearchClient.Indices; |
109 |
| -import org.springframework.data.elasticsearch.backend.elasticsearch7.client.util.NamedXContents; |
| 106 | +import org.springframework.data.elasticsearch.core.ResponseConverter; |
110 | 107 | import org.springframework.data.elasticsearch.client.ClientConfiguration;
|
111 | 108 | import org.springframework.data.elasticsearch.client.ClientLogger;
|
112 | 109 | import org.springframework.data.elasticsearch.client.ElasticsearchHost;
|
113 | 110 | import org.springframework.data.elasticsearch.client.NoReachableHostException;
|
114 |
| -import org.springframework.data.elasticsearch.client.reactive.HostProvider; |
115 | 111 | import org.springframework.data.elasticsearch.client.reactive.HostProvider.Verification;
|
116 |
| -import org.springframework.data.elasticsearch.client.reactive.ReactiveRestClients; |
117 |
| -import org.springframework.data.elasticsearch.client.reactive.RequestBodyEncodingException; |
118 |
| -import org.springframework.data.elasticsearch.client.reactive.WebClientProvider; |
| 112 | +import org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Cluster; |
| 113 | +import org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices; |
| 114 | +import org.springframework.data.elasticsearch.client.util.NamedXContents; |
119 | 115 | import org.springframework.data.elasticsearch.client.util.ScrollState;
|
120 | 116 | import org.springframework.data.elasticsearch.core.query.ByQueryResponse;
|
121 | 117 | import org.springframework.data.util.Lazy;
|
|
147 | 143 | * @author Brian Clozel
|
148 | 144 | * @author Farid Faoudi
|
149 | 145 | * @author George Popides
|
150 |
| - * @since 4.4 |
| 146 | + * @since 3.2 |
151 | 147 | * @see ClientConfiguration
|
152 | 148 | * @see ReactiveRestClients
|
153 | 149 | */
|
@@ -976,7 +972,7 @@ static class ClientStatus implements Status {
|
976 | 972 |
|
977 | 973 | /*
|
978 | 974 | * (non-Javadoc)
|
979 |
| - * @see org.springframework.data.elasticsearch.backend.elasticsearch7.client.reactive.ReactiveElasticsearchClient.Status#hosts() |
| 975 | + * @see org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Status#hosts() |
980 | 976 | */
|
981 | 977 | @Override
|
982 | 978 | public Collection<ElasticsearchHost> hosts() {
|
|
0 commit comments