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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 6527d6d89 SLING-12811 Clarify support of Collection types in JCR 
Resource Provider
6527d6d89 is described below

commit 6527d6d8901d0b14372e08fe2db894a60d52a08c
Author: Konrad Windszus <[email protected]>
AuthorDate: Wed May 28 17:32:45 2025 +0200

    SLING-12811 Clarify support of Collection types in JCR Resource Provider
---
 src/main/jbake/content/documentation/the-sling-engine/resources.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/jbake/content/documentation/the-sling-engine/resources.md 
b/src/main/jbake/content/documentation/the-sling-engine/resources.md
index f048841b3..31f5fdaa8 100644
--- a/src/main/jbake/content/documentation/the-sling-engine/resources.md
+++ b/src/main/jbake/content/documentation/the-sling-engine/resources.md
@@ -162,7 +162,7 @@ Java Type | JCR Type
 `String` | String
 `Serializable` | Binary
 
-All arrays are stored as multivalue properties.
+All arrays are stored as multi-value properties. `java.util.Collection` types 
are not detected as multi-value type but in most cases are stored as serialized 
single-value binary property 
([SLING-12811](https://issues.apache.org/jira/browse/SLING-12811)).
 
 For reading a lot more type conversions are supported.
 

Reply via email to