From a6a90c010bbfd80304b6d443912affa5fe850bf4 Mon Sep 17 00:00:00 2001 From: mpriyank Date: Wed, 29 Jan 2025 09:12:40 +0000 Subject: Address sonar violations related to hazelcast - Supressing warning caused by deprecation of RestApiConfig in hazelcast 5.5 community version , which will be removed in 6.0 so created https://lf-onap.atlassian.net/browse/CPS-2599 to address the issues - Other sonar fixes Issue-ID: CPS-2594 Change-Id: I2e95cd851eae74d8bbb4535cfbaed1dc1ef89543 Signed-off-by: mpriyank --- docs/admin-guide.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/admin-guide.rst b/docs/admin-guide.rst index 7e71a07e23..156a5df832 100644 --- a/docs/admin-guide.rst +++ b/docs/admin-guide.rst @@ -238,6 +238,8 @@ On demand heap dump and thread dump generation using the below endpoints. Hazelcast --------- +.. note:: + The below endpoints will be removed from hazelcast community version in the future release. Hazelcast cluster state and health check can be seen using the below endpoints -- cgit