Skip to content

Commit

Permalink
update version and description
Browse files Browse the repository at this point in the history
  • Loading branch information
javanna committed Dec 1, 2017
1 parent 13c57cc commit 1dd0c67
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
Expand Up @@ -46,7 +46,8 @@
* {@link ParentJoinPlugin}
* plugins for the client. These plugins are all the required modules for Elasticsearch.
*
* @deprecated the transport client is deprecated in favour of the high-level REST client
* @deprecated {@link TransportClient} is deprecated in favour of the High Level REST client and will
* be removed in Elasticsearch 8.0.
*/
@SuppressWarnings({"unchecked","varargs"})
@Deprecated
Expand Down
Expand Up @@ -80,7 +80,8 @@
* The transport client important modules used is the {@link org.elasticsearch.common.network.NetworkModule} which is
* started in client mode (only connects, no bind).
*
* @deprecated the transport client is deprecated in favour of the high-level REST client
* @deprecated {@link TransportClient} is deprecated in favour of the High Level REST client and will
* be removed in Elasticsearch 8.0.
*/
@Deprecated
public abstract class TransportClient extends AbstractClient {
Expand Down
2 changes: 1 addition & 1 deletion docs/java-api/client.asciidoc
Expand Up @@ -26,7 +26,7 @@ cluster.
[[transport-client]]
=== Transport Client

deprecated[6.0.0, The `TransportClient` is deprecated in favour of the {java-rest}/java-rest-high.html[Java High Level REST Client] and will be removed once the latter is feature complete]
deprecated[7.0.0, The `TransportClient` is deprecated in favour of the {java-rest}/java-rest-high.html[Java High Level REST Client] and will be removed in Elasticsearch 8.0]

The `TransportClient` connects remotely to an Elasticsearch cluster
using the transport module. It does not join the cluster, but simply
Expand Down
2 changes: 1 addition & 1 deletion docs/java-api/index.asciidoc
Expand Up @@ -6,7 +6,7 @@ include::../Versions.asciidoc[]
[preface]
== Preface

deprecated[6.0.0, The `TransportClient` is deprecated in favour of the {java-rest}/java-rest-high.html[Java High Level REST Client] and will be removed once the latter is feature complete]
deprecated[7.0.0, The `TransportClient` is deprecated in favour of the {java-rest}/java-rest-high.html[Java High Level REST Client] and will be removed in Elasticsearch 8.0]

This section describes the Java API that Elasticsearch provides. All
Elasticsearch operations are executed using a
Expand Down

0 comments on commit 1dd0c67

Please sign in to comment.