From 993991842189d76b0cc71279c74eb10a759798e0 Mon Sep 17 00:00:00 2001 From: ihsan demir Date: Tue, 5 May 2026 10:23:47 +0300 Subject: [PATCH 1/2] Enhance documentation for UserCodeNamespaceConfig usage Clarifies the application of UserCodeNamespaceConfig and updates the description of IncrementingEntryProcessor execution. --- docs/modules/clusters/pages/ucn-dynamic-client.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/clusters/pages/ucn-dynamic-client.adoc b/docs/modules/clusters/pages/ucn-dynamic-client.adoc index 2062dba64..098df9bcf 100644 --- a/docs/modules/clusters/pages/ucn-dynamic-client.adoc +++ b/docs/modules/clusters/pages/ucn-dynamic-client.adoc @@ -51,7 +51,7 @@ public class Client { <2> Adds the defined class from the classpath to the `UserCodeNamespaceConfig` <3> Creates a new `MapConfig` for the map named `map_name` <4> Associated the User Code Namespace `namespace_name` with this `MapConfig` -<5> Applies our new `UserCodeNamespaceConfig` to the cluster - this must be done before applying any data structure configuration that references this Namespace +<5> Applies our new `UserCodeNamespaceConfig` to the cluster. It uploads the resources as confıgured to the cluster (class, jar, zip) - this must be done before applying any data structure configuration that references this Namespace <6> Applies our new `MapConfig` to the cluster <7> Executes `IncrementingEntryProcessor` from the classpath on the key in our map @@ -93,4 +93,4 @@ public class Client { <1> Creates a `UserCodeNamespaceConfig` with a name of `namespace_name` <2> Adds the defined class from the classpath to the `UserCodeNamespaceConfig` <3> Gets the Hazelcast configuration from the client instance and adds the `UserCodeNamespaceConfig` to the `Config`, overwriting the existing config -<4> Executes `IncrementingEntryProcessor` from the classpath on the key in an IMap that has been configured to use the same Namespace +<4> Executes the newly uploaded possıbly changed `IncrementingEntryProcessor` from the classpath on the key in an IMap that has been configured to use the same Namespace From ae9c640ef2f7ede2abe8545c24aad2c6ff943dc6 Mon Sep 17 00:00:00 2001 From: ihsan demir Date: Fri, 8 May 2026 18:10:28 +0300 Subject: [PATCH 2/2] review comment fixes. --- docs/modules/clusters/pages/ucn-dynamic-client.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/clusters/pages/ucn-dynamic-client.adoc b/docs/modules/clusters/pages/ucn-dynamic-client.adoc index 098df9bcf..0d86cdd1c 100644 --- a/docs/modules/clusters/pages/ucn-dynamic-client.adoc +++ b/docs/modules/clusters/pages/ucn-dynamic-client.adoc @@ -51,7 +51,7 @@ public class Client { <2> Adds the defined class from the classpath to the `UserCodeNamespaceConfig` <3> Creates a new `MapConfig` for the map named `map_name` <4> Associated the User Code Namespace `namespace_name` with this `MapConfig` -<5> Applies our new `UserCodeNamespaceConfig` to the cluster. It uploads the resources as confıgured to the cluster (class, jar, zip) - this must be done before applying any data structure configuration that references this Namespace +<5> Applies our new `UserCodeNamespaceConfig` to the cluster. It uploads the resources as configured to the cluster (class, jar, zip) - this must be done before applying any data structure configuration that references this Namespace <6> Applies our new `MapConfig` to the cluster <7> Executes `IncrementingEntryProcessor` from the classpath on the key in our map @@ -93,4 +93,4 @@ public class Client { <1> Creates a `UserCodeNamespaceConfig` with a name of `namespace_name` <2> Adds the defined class from the classpath to the `UserCodeNamespaceConfig` <3> Gets the Hazelcast configuration from the client instance and adds the `UserCodeNamespaceConfig` to the `Config`, overwriting the existing config -<4> Executes the newly uploaded possıbly changed `IncrementingEntryProcessor` from the classpath on the key in an IMap that has been configured to use the same Namespace +<4> Executes the newly uploaded possibly changed `IncrementingEntryProcessor` from the classpath on the key in an IMap that has been configured to use the same Namespace