Date: 2004-05-20T14:39:27 Editor: RobertBurrellDonkin <[EMAIL PROTECTED]> Wiki: Jakarta Commons Wiki Page: BeanUtilsLoggingRevisited URL: http://wiki.apache.org/jakarta-commons/BeanUtilsLoggingRevisited
no comment Change Log: ------------------------------------------------------------------------------ @@ -1,3 +1,10 @@ = Bean Utils Logging Revisited = +== Removing Dependency On Commons-Logging == + SimonKiching has proposed a [http://marc.theaimsgroup.com/?l=jakarta-commons-dev&m=108425985928149&w=2 very interesting revision] to the way that BeanUtils handles logging. This proposal would remove the need for a dependency on commons-logging with logging only being enabled when the commons-logging jar is discovered in the class path. + +BeanUtils is widely used (as a result of inclusion in many popular downstream applications) so any important changes like this must be considered carefully and well tested. + +== Improved Support For Inversion Of Control Containers == + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
