forked from deegree/deegree3
-
Notifications
You must be signed in to change notification settings - Fork 2
Upgrading deegree webservices
Stephan Reichhelm edited this page Jan 11, 2023
·
26 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
-
Change in behavior
- Deegree no longer sends a version header by default. https://github.com/deegree/deegree3/pull/1442