-
-
Notifications
You must be signed in to change notification settings - Fork 103
Upgrading deegree webservices
Torsten Friebe edited this page Jan 23, 2023
·
35 revisions
-
Issue #1017/PR #1337: Requires changes to all JDBC database connection files using Apache DBCP:
- the
driverClassName
changed fromorg.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
- Issue #1157/PR #1441: Syntax of ehcache configuration changed
- Issue #1102/PR #1442: deegree no longer sends a version header by default in HTTP response.