[
https://issues.apache.org/jira/browse/BEANUTILS-418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13818549#comment-13818549
]
Thomas Neidhart commented on BEANUTILS-418:
-------------------------------------------
FastHashMap has been removed in collection 4 as the jdk now has a similar
class: ConcurrentHashMap
You may want to do the same if this is the only dependency to collections.
> OSGi Manifest for BeanUtils should optionally import commons-collections
> ------------------------------------------------------------------------
>
> Key: BEANUTILS-418
> URL: https://issues.apache.org/jira/browse/BEANUTILS-418
> Project: Commons BeanUtils
> Issue Type: Bug
> Components: Bean / Property Utils
> Affects Versions: 1.8.3
> Environment: Any OSGi environment
> Reporter: Matt Bishop
> Priority: Minor
>
> The docs for BeanUtils clearly state that commons-collections is an optional
> dependency, but when using Beanutils in OSGi this dependency is actually
> required. This is due to the fact that the manifest requires the
> commons-collection packages rather than optionally requires them.
> Please change the import-package header to optionally import the commons
> collection classes.
--
This message was sent by Atlassian JIRA
(v6.1#6144)