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

ilgrosso pushed a commit to branch 3_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/3_0_X by this push:
     new 455a68b0a3 Upgrading OpenSearch
455a68b0a3 is described below

commit 455a68b0a3a40ce90b87886d6ad6fc6a7f935e0f
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Feb 13 08:34:14 2025 +0100

    Upgrading OpenSearch
---
 pom.xml                                                   |  2 +-
 .../asciidoc/reference-guide/concepts/typemanagement.adoc | 15 ++++++++++++---
 2 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index c71d01dde6..9f9ec4b119 100644
--- a/pom.xml
+++ b/pom.xml
@@ -431,7 +431,7 @@ under the License.
     <slf4j.version>1.7.36</slf4j.version>
 
     <elasticsearch.version>8.17.2</elasticsearch.version>
-    <opensearch.version>2.18.0</opensearch.version>
+    <opensearch.version>2.19.0</opensearch.version>
     <opensearch-java.version>2.20.0</opensearch-java.version>
 
     <log4j2.version>2.22.0</log4j2.version>
diff --git a/src/main/asciidoc/reference-guide/concepts/typemanagement.adoc 
b/src/main/asciidoc/reference-guide/concepts/typemanagement.adoc
index 783c26ce94..1be95ed125 100644
--- a/src/main/asciidoc/reference-guide/concepts/typemanagement.adoc
+++ b/src/main/asciidoc/reference-guide/concepts/typemanagement.adoc
@@ -289,9 +289,18 @@ The following any object of type `PRINTER` contains a 
relationship of type `neig
   ],
   "relationships": [
     {
-      "type": "neighbourhood",
-      "rightType": "PRINTER",
-      "rightKey": "8559d14d-58c2-46eb-a2d4-a7d35161e8f8"
+      "type": "neighborhood",
+      "end": "LEFT",
+      "otherEndType": "PRINTER",
+      "otherEndKey": "8559d14d-58c2-46eb-a2d4-a7d35161e8f8",
+      "otherEndName": "Canon MF 8030cn"
+    },
+    {
+      "type": "neighborhood",
+      "end": "RIGHT",
+      "otherEndType": "USER",
+      "otherEndKey": "c9b2dec2-00a7-4855-97c0-d854842b4b24",
+      "otherEndName": "bellini"
     }
   ]
 }

Reply via email to