Stefan Seifert created SLING-3863:
-------------------------------------
Summary: 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)