Skip to content

Upgrading deegree webservices

Stephan Reichhelm edited this page Jan 11, 2023 · 26 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 driverClassName 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
  • Change in behavior

Clone this wiki locally