This is an automated email from the ASF dual-hosted git repository.
abudnikov pushed a change to branch IGNITE-7595
in repository https://gitbox.apache.org/repos/asf/ignite.git.
from c905589 IGNITE-13330 Compilation fix for java thin client
documentation snippets (#8177)
new 5fb9731 update cluster-states page
new 6707062 update deb package installation instruction
new 0f55799 minor updates
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/_data/toc.yaml | 12 +-
docs/_docs/SQL/custom-sql-func.adoc | 6 +-
docs/_docs/cluster-states.adoc | 30 ++-
.../org/apache/ignite/snippets/JavaThinClient.java | 1 +
.../org/apache/ignite/snippets/SQLFunctions.java | 60 ------
.../java/org/apache/ignite/snippets/SqlAPI.java | 224 ++++++++++++---------
docs/_docs/installation/deb-rpm.adoc | 77 ++++++-
.../installation/installing-using-docker.adoc | 12 +-
.../kubernetes/generic-configuration.adoc | 3 +-
docs/_docs/quick-start/dotnet.adoc | 2 +-
docs/_docs/restapi.adoc | 9 +-
11 files changed, 249 insertions(+), 187 deletions(-)
delete mode 100644
docs/_docs/code-snippets/java/src/main/java/org/apache/ignite/snippets/SQLFunctions.java