Re: svn commit: r1663526 - in /jackrabbit/oak/trunk/oak-core/src: main/java/org/apache/jackrabbit/oak/plugins/document/ main/java/org/apache/jackrabbit/oak/plugins/document/memory/ main/java/org/apach

2015-03-03 Thread Chetan Mehrotra
Ack. Done with http://svn.apache.org/r1663854. Further DocumentStore now returns a map of metadata and it should not be concerned now with how this metadata gets serialized. Chetan Mehrotra On Tue, Mar 3, 2015 at 8:30 PM, Marius Petria wrote: > Hi Chetan, > > I commented also on the issue. Proba

Re: svn commit: r1663526 - in /jackrabbit/oak/trunk/oak-core/src: main/java/org/apache/jackrabbit/oak/plugins/document/ main/java/org/apache/jackrabbit/oak/plugins/document/memory/ main/java/org/apach

2015-03-03 Thread Marius Petria
Hi Chetan, I commented also on the issue. Probably the best approach would be to register a String[] such that it can be read by PropertiesUtil.toMap (key=value). I think is the “standard” way to represent maps in OSGI properties. Marius On 3/3/15, 8:52 AM, "Chetan Mehrotra" wrote: >On