Author: markt Date: Wed Aug 23 19:45:02 2006 New Revision: 434292 URL: http://svn.apache.org/viewvc?rev=434292&view=rev Log: Final fix for bug 40252 - upgrade to commons-logging 1.1
Modified: tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt tomcat/container/branches/tc4.1.x/build.properties.default Modified: tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt URL: http://svn.apache.org/viewvc/tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt?rev=434292&r1=434291&r2=434292&view=diff ============================================================================== --- tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt (original) +++ tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt Wed Aug 23 19:45:02 2006 @@ -155,6 +155,12 @@ [4.1.33] Commons BeanUtils Revert to 1.6.1 +[4.1.34] Commons BeanUtils + Return to 1.7.0 + +[4.1.34] Commons Logging + Upgrade to 1.1 + --------------------- Catalina New Features: @@ -1621,6 +1627,10 @@ that prevented web applications from loading if the Commons Logging library was present in the web application. +[4.1.34] #40252 + Commons Logging + Return to BeanUtils 1.7.0 since Commons Logging 1.1 resolves the issue + ---------------- Coyote Bug Fixes: @@ -2375,7 +2385,7 @@ * ant.jar (Apache Ant 1.6.5) * commons-collections.jar (Commons Collections 3.2) * commons-dbcp.jar (Commons DBCP 1.2.1) -* commons-logging-api.jar (Commons Logging 1.0.4) +* commons-logging-api.jar (Commons Logging 1.1) * commons-pool.jar (Commons Pool 1.3) * jasper-compiler.jar (Jasper 2 Compiler) * jasper-runtime.jar (Jasper 2 Runtime) Modified: tomcat/container/branches/tc4.1.x/build.properties.default URL: http://svn.apache.org/viewvc/tomcat/container/branches/tc4.1.x/build.properties.default?rev=434292&r1=434291&r2=434292&view=diff ============================================================================== --- tomcat/container/branches/tc4.1.x/build.properties.default (original) +++ tomcat/container/branches/tc4.1.x/build.properties.default Wed Aug 23 19:45:02 2006 @@ -56,11 +56,11 @@ # -------------------------------------------------- -# ----- Commons Beanutils, version 1.1 to 1.6.1 ----- -commons-beanutils.home=${base.path}/commons-beanutils-1.6.1 +# ----- Commons Beanutils, version 1.1 or later ----- +commons-beanutils.home=${base.path}/commons-beanutils-1.7.0 commons-beanutils.lib=${commons-beanutils.home} commons-beanutils.jar=${commons-beanutils.lib}/commons-beanutils.jar -commons-beanutils.loc=${base-jakarta.loc}/commons/beanutils/binaries/commons-beanutils-1.6.1.tar.gz +commons-beanutils.loc=${base-jakarta.loc}/commons/beanutils/binaries/commons-beanutils-1.7.0.tar.gz # ----- Commons Collections, version 1.0 or later ----- @@ -90,12 +90,12 @@ commons-io.loc=${base-jakarta.loc}/commons/io/binaries/commons-io-1.2.tar.gz -# ----- Commons Logging, version 1.0.1 or later ----- -commons-logging.home=${base.path}/commons-logging-1.0.4 +# ----- Commons Logging, version 1.1 or later ----- +commons-logging.home=${base.path}/commons-logging-1.1 commons-logging.lib=${commons-logging.home} -commons-logging-api.jar=${commons-logging.lib}/commons-logging-api.jar -commons-logging.jar=${commons-logging.lib}/commons-logging.jar -commons-logging.loc=${base-jakarta.loc}/commons/logging/binaries/commons-logging-1.0.4.tar.gz +commons-logging-api.jar=${commons-logging.lib}/commons-logging-api-1.1.jar +commons-logging.jar=${commons-logging.lib}/commons-logging-1.1.jar +commons-logging.loc=${base-jakarta.loc}/commons/logging/binaries/commons-logging-1.1.tar.gz # ----- Java Naming and Directory Interface (JNDI), version 1.2 or later ----- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]