[
https://issues.apache.org/jira/browse/SLING-8116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16691968#comment-16691968
]
Jason E Bailey commented on SLING-8116:
---------------------------------------
Changes that are occurring
Will return null when converting an existing array to an unsupported Type.
Support the autoboxing to primitive arrays during conversion
Will return a null when converting a missing property to an array
Will return true for a conversion of a char or number that is not '0' to a
Boolean
Will return false for any value that can not be converted to Boolean.TRUE
Will return false for a null property
> ValueMap - implement default methods using OSGI Converter
> ---------------------------------------------------------
>
> Key: SLING-8116
> URL: https://issues.apache.org/jira/browse/SLING-8116
> Project: Sling
> Issue Type: Improvement
> Reporter: Jason E Bailey
> Priority: Major
>
> Implement default methods in the ValueMap interface that leverages the OSGi
> Converter
> see
> [https://osgi.org/specification/osgi.cmpn/7.0.0/util.converter.html]
> Once this is implemented, custom implementations of the ValueMap interface
> can start being removed, where appropriate, so that a consistent and
> comprehensive conversion of properties occur. We can then add new Rules to
> the Converter to allow features to be populated to all ValueMap
> implementations.
>
> To implement this, the following will also need to happen
> * The Converter bundle will need to be added as a required bundle
> ** Various scripts that define the minimum needed set of bundles will need
> to be updated
> * Communication on the difference in behaviour between the current ValueMap
> and the ValueMap with Converter
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)