Need typed values support in jcrinstall cfg files
-------------------------------------------------
Key: SLING-715
URL: https://issues.apache.org/jira/browse/SLING-715
Project: Sling
Issue Type: Bug
Components: JCR Install
Reporter: Bertrand Delacretaz
Priority: Minor
As OSGi configs can use typed values, the cfg file format should provide a way
to set the type of specific properties.
In addition to the [] syntax defined by SLING-707:
this.is.a.multivalue.property[] = one, two, three
I'll add a brackets-based syntax for typed properties:
this.is.a.boolean(boolean) = true
this.is.an.integer(integer) = 242
this.is.a.double(double) = 3.141592654
It would be much easier to support multivalued and typed properties with JCR
nodes, so we'll probably need to revisit this later.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.