You can scan the source files for import statements, of Commons Collections packages, then see where those files/types are used from, then see where those files/typee are used from, and so on.
Gary On Wed, Apr 21, 2021, 16:06 Christopher Schultz < [email protected]> wrote: > All, > > I'm trying to debug a problem in a deployment of a product where the > vendor has removed commons-collections-3.2.2.jar but kept > commons-beanutils-1.9.3.jar. > > We are getting NoClassDefFoundErrors in > org.apache.commons.beanutils.PropertyUtilsBean.getPropertyDescriptor > > beanutils lists commons-collections (3.2.2) as an "optional" (runtime) > dependency, and I'm wondering under what conditions it's actually > necessary. I think I've found one (!) but what are the others? > > -chris > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
