Skip to content

Upgrading deegree webservices

tfr42 edited this page Jun 8, 2022 · 26 revisions

From 3.4.x to 3.5.0

  • Issue #1017/PR #1337](https://github.com/deegree/deegree3/pull/1337): Requires changes to all JDBC database connection files:
    • change class name from org.apache.commons.dbcp.BasicDataSource to org.apache.commons.dbcp2.BasicDataSource
    • change connection property maxActive to totalActive
Clone this wiki locally