2009/10/28 Niall Pemberton <niall.pemberton@gmail.com>
> On Wed, Oct 28, 2009 at 3:45 PM, Brent Worden <brent.worden@gmail.com>
> wrote:
> > On Wed, Oct 28, 2009 at 6:03 AM, Niall Pemberton
> > <niall.pemberton@gmail.com>wrote:
> >
> >> On Wed, Oct 28, 2009 at 10:44 AM, Joonas Pulakka <joonas.pulakka@iki.fi
> >
> >> wrote:
> >> > Hello,
> >> >
> >> > I'm wondering what external dependencies BeanUtils actually has. On
> the
> >> main
> >> > page http://commons.apache.org/beanutils/ it's mentioned
> >> > that commons-beanutils.jar has an optional dependency on Collections.
> >> What
> >> > does "optional" mean? Here
> >>
> >> You need Commons Collections if you use any of the following classes:
> >> BeanMap
> >> BeanPredicate
> >> BeanPropertyValueChangeClosure
> >> BeanPropertyValueEqualsPredicate
> >> BeanToPropertyValueTransformer
> >>
> >> > http://commons.apache.org/beanutils/dependencies.html it additionally
> >> says
> >> > Logging is a dependency. And then, here is stated that both
> Collections
> >> and
> >> > Logging packages are a _requirement_:
> >> >
> >>
> http://commons.apache.org/beanutils/apidocs/org/apache/commons/beanutils/package-summary.html#overview.dependencies
> >>
> >> That page is out of date wrt to Commons Collections - patches welcome
> >>
> >>
> > I took the liberty of checking in changes to the package.html. Feel free
> to
> > critique.
>
> Hey thanks! Looks good to me.
>
>
Yep, thanks for the clarifications, it's clear now!
Best Regards,
Joonas
|