Skip to content

Commit 732c1a1

Browse files
committed
Merge pull request elastic#34 from szabosteve/add.documentation
[DOCS] Expands client documentation # Conflicts: # docs/connecting.asciidoc # docs/installation.asciidoc
1 parent 4f83f37 commit 732c1a1

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

docs/installation.asciidoc

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Requirements:
1313
https://github.com/eclipse-ee4j/yasson[Eclipse Yasson].
1414

1515

16-
Releases are hosted on
17-
https://search.maven.org/search?q=g:co.elastic.clients[Maven Central]. If you
18-
are looking for a SNAPSHOT version, the Elastic Maven Snapshot repository is
16+
Releases are hosted on
17+
https://search.maven.org/search?q=g:co.elastic.clients[Maven Central]. If you
18+
are looking for a SNAPSHOT version, the Elastic Maven Snapshot repository is
1919
available at https://snapshots.elastic.co/maven/.
2020

2121

@@ -57,16 +57,3 @@ dependencies:
5757
5858
</project>
5959
--------------------------------------------------
60-
61-
[discrete]
62-
[[compatibility]]
63-
=== Compatibility
64-
65-
The `main` branch targets the next major release (8.0), the `7.x` branch targets
66-
the next minor release. Support is still incomplete as the API code is generated
67-
from the {es} Specification that is also still a work in progress.
68-
69-
The {es} Java client is forward compatible; meaning that the client supports
70-
communicating with greater or equal minor versions of {es}. {es} language
71-
clients are only backwards compatible with default distributions and without
72-
guarantees made.

0 commit comments

Comments
 (0)