[
https://issues.apache.org/jira/browse/SLING-3863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14103974#comment-14103974
]
Konrad Windszus commented on SLING-3863:
----------------------------------------
Rather than providing a default value for each primitive value we should in
that case not inject at all.
> Sling Models: Injections fails for optional primitive types without default
> values
> ----------------------------------------------------------------------------------
>
> Key: SLING-3863
> URL: https://issues.apache.org/jira/browse/SLING-3863
> Project: Sling
> Issue Type: Bug
> Components: Extensions
> Affects Versions: Sling Models Implementation 1.0.6
> Reporter: Stefan Seifert
> Priority: Minor
> Fix For: Sling Models Implementation 1.0.8
>
> Attachments: 140820_SLING-3863_primitives_optional.patch
>
>
> Sling models injections for interfaces and constructor fails if:
> * the type to inject is a primitive type
> * its marked as optional
> * and there is no value to inject
> in this case it is tried to inject null which fails because null is not
> allowed for a primitive.
> patch attached.
--
This message was sent by Atlassian JIRA
(v6.2#6252)