svn commit: r1334326 - in /ofbiz/branches/release11.04: .classpath LICENSE framework/entity/lib/commons-dbcp-1.3-20091113-r835956.jar framework/entity/lib/commons-dbcp-1.4.jar

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1334326 - in /ofbiz/branches/release11.04: .classpath LICENSE framework/entity/lib/commons-dbcp-1.3-20091113-r835956.jar framework/entity/lib/commons-dbcp-1.4.jar

jacopoc
Author: jacopoc
Date: Sat May  5 06:43:39 2012
New Revision: 1334326

URL: http://svn.apache.org/viewvc?rev=1334326&view=rev
Log:
Backported rev. 1324685:
Upgrade DBCP from snapshot version of 1.3 to the new release 1.4
For license reasons we should always try to package our releases with unmodified jars; the greatly enhanced handling of synchronization in 1.4 also has proven to resolve serious issues in sites suffering from heavy traffic.


Added:
    ofbiz/branches/release11.04/framework/entity/lib/commons-dbcp-1.4.jar   (with props)
Removed:
    ofbiz/branches/release11.04/framework/entity/lib/commons-dbcp-1.3-20091113-r835956.jar
Modified:
    ofbiz/branches/release11.04/.classpath
    ofbiz/branches/release11.04/LICENSE

Modified: ofbiz/branches/release11.04/.classpath
URL: http://svn.apache.org/viewvc/ofbiz/branches/release11.04/.classpath?rev=1334326&r1=1334325&r2=1334326&view=diff
==============================================================================
--- ofbiz/branches/release11.04/.classpath (original)
+++ ofbiz/branches/release11.04/.classpath Sat May  5 06:43:39 2012
@@ -133,7 +133,7 @@
  <classpathentry kind="lib" path="framework/catalina/lib/tomcat-6.0.35-tomcat-coyote.jar"/>
  <classpathentry kind="lib" path="framework/catalina/lib/tomcat-6.0.35-tomcat-dbcp.jar"/>
  <classpathentry kind="lib" path="framework/catalina/lib/tomcat-6.0.35-tomcat-juli.jar"/>
- <classpathentry kind="lib" path="framework/entity/lib/commons-dbcp-1.3-20091113-r835956.jar"/>
+ <classpathentry kind="lib" path="framework/entity/lib/commons-dbcp-1.4.jar"/>
  <classpathentry kind="lib" path="framework/entity/lib/ofbiz-minerva.jar"/>
  <classpathentry kind="lib" path="framework/geronimo/lib/geronimo-connector-2.1.1.jar"/>
  <classpathentry kind="lib" path="framework/geronimo/lib/geronimo-transaction-2.1.1.jar"/>

Modified: ofbiz/branches/release11.04/LICENSE
URL: http://svn.apache.org/viewvc/ofbiz/branches/release11.04/LICENSE?rev=1334326&r1=1334325&r2=1334326&view=diff
==============================================================================
--- ofbiz/branches/release11.04/LICENSE (original)
+++ ofbiz/branches/release11.04/LICENSE Sat May  5 06:43:39 2012
@@ -84,7 +84,7 @@ ofbiz/trunk/framework/catalina/lib/tomca
 ofbiz/trunk/framework/catalina/lib/tomcat-6.0.35-tomcat-coyote.jar
 ofbiz/trunk/framework/catalina/lib/tomcat-6.0.35-tomcat-dbcp.jar
 ofbiz/trunk/framework/catalina/lib/tomcat-6.0.35-tomcat-juli.jar
-ofbiz/trunk/framework/entity/lib/commons-dbcp-1.3-20091113-r835956.jar
+ofbiz/trunk/framework/entity/lib/commons-dbcp-1.4.jar
 ofbiz/trunk/framework/entity/lib/jdbc/derby-10.7.1.1.jar
 ofbiz/trunk/framework/entity/lib/jdbc/derbytools-10.7.1.1.jar
 ofbiz/trunk/framework/jetty/lib/ant-1.6.5.jar

Added: ofbiz/branches/release11.04/framework/entity/lib/commons-dbcp-1.4.jar
URL: http://svn.apache.org/viewvc/ofbiz/branches/release11.04/framework/entity/lib/commons-dbcp-1.4.jar?rev=1334326&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/release11.04/framework/entity/lib/commons-dbcp-1.4.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream