[jboss-jira] [JBoss JIRA] (WFLY-1749) Switch from commons-beanutils to commons-beanutils-core

David Walluck (JIRA) jira-events at lists.jboss.org
Tue Jul 23 21:41:26 EDT 2013


David Walluck created WFLY-1749:
-----------------------------------

             Summary: Switch from commons-beanutils to commons-beanutils-core
                 Key: WFLY-1749
                 URL: https://issues.jboss.org/browse/WFLY-1749
             Project: WildFly
          Issue Type: Bug
          Components: Build System
    Affects Versions: 8.0.0.Alpha3
            Reporter: David Walluck
            Assignee: Paul Gier
            Priority: Minor


The commons-beanutils jar includes classes from commons-collections which are not shaded, and should not be used, in any case.

The dependency can be switched from commons-beanutils:commons-beanutils to commons-beanutils:commons-beanutils-core which does not contain the classes.

Any module that actually needs the commons-collections classes should ensure that org.apache.commons.collections is also included as an import.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list