Skip to content

Upgrading deegree webservices

tfr42 edited this page Jun 15, 2022 · 35 revisions

From 3.4.x to 3.5.0

  • Issue #1017/PR #1337: Requires changes to all JDBC database connection files using Apache DBCP:
    • the class name changed from org.apache.commons.dbcp.BasicDataSource to org.apache.commons.dbcp2.BasicDataSource
    • the maxActive configuration option has been renamed to maxTotal
    • the maxWait configuration option has been renamed to maxWaitMillis
    • the removeAbandoned configuration option has been replaced by removeAbandonedOnBorrow and removeAbandonedOnMaintenance
Clone this wiki locally