Hey, it happened a few times for me now that ListConfig[] listConfig = cfg.subListConfig(); (cf [0]) is used with key->object pattern, that is i search for a key property in my list, and take the corresponding ListConfig instance. I wonder if we could do something to have ListConfig listConfig = cfg.subMapConfig(key)
wdyt? Nicolas [0] https://github.com/apache/sling-org-apache-sling-caconfig-impl/blob/master/src/test/java/org/apache/sling/caconfig/impl/ConfigurationResolverCustomPersistence2Test.java#L232
