This is an automated email from the ASF dual-hosted git repository.

nizhikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new fb4e5bac123 IGNITE-22749 Mention ignite-json as dependency in the REST 
API module README.txt (#11439)
fb4e5bac123 is described below

commit fb4e5bac123abad66df3520c030a439913afb44e
Author: Sergey Korotkov <serge.korot...@gmail.com>
AuthorDate: Tue Jul 16 18:04:42 2024 +0700

    IGNITE-22749 Mention ignite-json as dependency in the REST API module 
README.txt (#11439)
---
 modules/rest-http/README.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/rest-http/README.txt b/modules/rest-http/README.txt
index e7a855edb67..9128a7caac3 100644
--- a/modules/rest-http/README.txt
+++ b/modules/rest-http/README.txt
@@ -4,8 +4,8 @@ Apache Ignite REST-HTTP Module
 Apache Ignite REST-HTTP module provides Jetty-based server which can be used 
to execute tasks and/or cache commands
 in grid using REST approach via HTTP protocol.
 
-To enable REST-HTTP module when starting a standalone node, move 
'optional/ignite-rest-http' folder to
-'libs' folder before running 'ignite.{sh|bat}' script. The content of the 
module folder will
+To enable REST-HTTP module when starting a standalone node, move 
'optional/ignite-rest-http' and 'optional/ignite-json'
+folders to 'libs' folder before running 'ignite.{sh|bat}' script. The content 
of the module folder will
 be added to classpath in this case.
 
 The module depends on third-party libraries that use the slf4j facade for 
logging.

Reply via email to