Changes between Version 5 and Version 6 of DatabaseConnectionsForThreadsAndNewPool


Ignore:
Timestamp:
Jan 31, 2011, 11:18:04 PM (13 years ago)
Author:
simonp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseConnectionsForThreadsAndNewPool

    v5 v6  
    5959=== Backwards Compatibility Issues ===
    6060
    61 New Database connection pool (ApacheDBCP.java) can be configured in config.xml, old database pool remains if someone wants to continue to use that (DbmsPool.java).
     61New Database connection pool (ApacheDBCP.java) can be configured in config.xml, old database pool remains if someone wants to continue to use that (!DbmsPool.java).
    6262
    6363=== New libraries added ===
    6464
    65 commons-dbcp - version 1.3
    66 commons-pool - version 1.5.5
     65 * commons-dbcp - version 1.3
     66 * commons-pool - version 1.5.5
    6767
    6868== Risks ==