[
https://issues.apache.org/jira/browse/OAK-1527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chetan Mehrotra resolved OAK-1527.
----------------------------------
Resolution: Fixed
Fixed with http://svn.apache.org/r1576589
Key points
-- Moved PropertiesUtils to oak-commons
-- Copied some of the testcases related to PropertiesUtil from Sling and
updated them with new one for populate
-- oak-core now does not have any dependency on commons-beanutils
> Remove dependency on commons-beanutils
> --------------------------------------
>
> Key: OAK-1527
> URL: https://issues.apache.org/jira/browse/OAK-1527
> Project: Jackrabbit Oak
> Issue Type: Improvement
> Components: core
> Reporter: Chetan Mehrotra
> Assignee: Chetan Mehrotra
> Priority: Minor
> Fix For: 0.19
>
>
> Currently Oak Core has a dependency on commons-beanutils and its only used in
> XXXBlobBuilders for setting the properties of bean from property map.
> Similar support is provided in BeanConfig#newInstance [1]
> it would be better to copy that logic as part of PropertiesUtils and remove
> dependency on beanutils
> [1]
> https://github.com/apache/jackrabbit/blob/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/config/BeanConfig.java#L188
--
This message was sent by Atlassian JIRA
(v6.2#6252)