-
-
Notifications
You must be signed in to change notification settings - Fork 103
Upgrading deegree webservices
tfr42 edited this page Jun 15, 2022
·
35 revisions
-
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
toorg.apache.commons.dbcp2.BasicDataSource
- the
maxActive
configuration option has been renamed tomaxTotal
- the
maxWait
configuration option has been renamed tomaxWaitMillis
- the
removeAbandoned
configuration option has been replaced byremoveAbandonedOnBorrow
andremoveAbandonedOnMaintenance
- the class name changed from