From 732c1a1fce3a3b60d812780c08d47f0f9139f8b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Thu, 21 Oct 2021 17:50:00 +0200 Subject: [PATCH] Merge pull request #34 from szabosteve/add.documentation [DOCS] Expands client documentation # Conflicts: # docs/connecting.asciidoc # docs/installation.asciidoc --- docs/installation.asciidoc | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/docs/installation.asciidoc b/docs/installation.asciidoc index 5caeb7804..0fa1f566c 100644 --- a/docs/installation.asciidoc +++ b/docs/installation.asciidoc @@ -13,9 +13,9 @@ Requirements: https://github.com/eclipse-ee4j/yasson[Eclipse Yasson]. -Releases are hosted on -https://search.maven.org/search?q=g:co.elastic.clients[Maven Central]. If you -are looking for a SNAPSHOT version, the Elastic Maven Snapshot repository is +Releases are hosted on +https://search.maven.org/search?q=g:co.elastic.clients[Maven Central]. If you +are looking for a SNAPSHOT version, the Elastic Maven Snapshot repository is available at https://snapshots.elastic.co/maven/. @@ -57,16 +57,3 @@ dependencies: -------------------------------------------------- - -[discrete] -[[compatibility]] -=== Compatibility - -The `main` branch targets the next major release (8.0), the `7.x` branch targets -the next minor release. Support is still incomplete as the API code is generated -from the {es} Specification that is also still a work in progress. - -The {es} Java client is forward compatible; meaning that the client supports -communicating with greater or equal minor versions of {es}. {es} language -clients are only backwards compatible with default distributions and without -guarantees made.