Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-commons Wiki" for change notification.
The following page has been changed by NiallPemberton: http://wiki.apache.org/jakarta-commons/ValidatorVersion120 The comment on the change is: Add note about dependency changes for Validator 1.2.0 ------------------------------------------------------------------------------ * '''Required''' validator fixed for [http://issues.apache.org/bugzilla/show_bug.cgi?id=15912 Bug 15912] and [http://issues.apache.org/bugzilla/show_bug.cgi?id=33047 Bug 33047] * '''Date''' validator enhanced to support ''datePattern'' - see [http://issues.apache.org/bugzilla/show_bug.cgi?id=22384 Bug 22384] + == 5. Dependency Changes == + The following changes to validator's dependencies have occured: + + * [http://jakarta.apache.org/commons/beanutils/ Commons BeanUtils] - upgraded from version 1.6.1 to version 1.7.0 + * [http://jakarta.apache.org/commons/collections/ Commons Collections] - dependency removed ('''see note below'''). + * [http://jakarta.apache.org/commons/digester/ Commons Digester] - upgraded from version 1.5 to version 1.6 + * [http://jakarta.apache.org/commons/digester/ Commons Logging] - upgraded from version 1.0.3 to version 1.0.4 + + '''N.B.''' [http://jakarta.apache.org/commons/beanutils/ Commons BeanUtils] 1.7.0 removed its dependency on [http://jakarta.apache.org/commons/collections/ Commons Collections] by including the few required Collections classes in its distribution. This is why Validator 1.2.0 no longer has a dependency on Collections - Collection's classes used by Validator are in BeanUtils 1.7.0. + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
