Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.8.3
-
None
-
Any OSGi environment
Description
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.
Attachments
Issue Links
- is related to
-
BEANUTILS-379 Remove copied Collections classes
- Resolved