Skip to content

[7.16] [DOCS] Expands client documentation #34 #39

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 3 additions & 16 deletions docs/installation.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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/.


Expand Down Expand Up @@ -57,16 +57,3 @@ dependencies:

</project>
--------------------------------------------------

[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.