GitHub user joelrich opened a pull request:
https://github.com/apache/sling/pull/107
SLING-5153 & SLING-5152
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/joelrich/sling SLING-5152_SLING-5153
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/sling/pull/107.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #107
----
commit d1895318720310d385454d932c37ae66aa5cea9e
Author: Joel Richard <[email protected]>
Date: 2015-10-15T13:32:18Z
SLING-5153 - MockProperty.isMultiple returns always false
* Return the same for prop.getDefinition().isMultiple() and
prop.isMultiple()
commit 3c9aaf14feca54cfa82251db893d1cb83d355856
Author: Joel Richard <[email protected]>
Date: 2015-10-15T13:33:30Z
SLING-5152 - JsonJcrNode and JsonItemWriter should use prop.isMultiple()
instead of def.isMultiple()
* Use prop.isMultiple() which is much faster than
prop.getDefinition().isMultiple() in Oak
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---