-
-
Notifications
You must be signed in to change notification settings - Fork 103
Upgrading deegree webservices
tfr42 edited this page Jul 9, 2025
·
40 revisions
NOTE: Before upgrading to version 3.6 install the latest version of 3.5 (at least 3.5.13) and verify your active configurations!
- Supports Java 17
- Supports Java Servlet API 6.0 compliant container (e.g Apache Tomcat 10.1+)
- Supports PostgreSQL 16.0+ with PostGIS 3.4+
- Supports Oracle 19c, 21c, 23ai
- Supports MS SQL Server 2016, 2017, 2019, 2022
- Issue #1616/PR #1708: The password format for the file console.pw changed. Users need to re-create their password used by the deegree admin console when upgrading to deegree 3.6.
- Issue #1248/PR #1783: The default logging provider changed from Apache Log4j2 to Logback. This requires adopting the logging configuration or to re-enable Apache Log4j2 by adding libraries and configuration files.
- Issue #1822/PR #1833: When processing a WMS GFI request on a group layer all queryable sub-layer are issued now.
NOTE: Before upgrading to version 3.5 install the latest version of 3.4 (at least 3.4.35) and verify your active configurations!
- Requires Java 11
- Issue #1495/PR #1496: The XML schema location has been changed. To enable code completion for the last available feature set within your IDE while editing the deegree configuration files you have to change the schema location to https://schemas.deegree.org/core/3.5/.
-
Issue #1017/PR #1337: Requires changes to all JDBC database connection files using Apache DBCP:
- the
driverClassNamechanged fromorg.apache.commons.dbcp.BasicDataSourcetoorg.apache.commons.dbcp2.BasicDataSource(Notice the 2 in the package namedbcp2!) - the
maxActiveconfiguration option has been renamed tomaxTotal - the
maxWaitconfiguration option has been renamed tomaxWaitMillis - the
removeAbandonedconfiguration option has been replaced byremoveAbandonedOnBorrowandremoveAbandonedOnMaintenance
- 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.
- Issue #1494/PR #1489: for protecting deegree's REST API against un-authorized access use the HTTP header or parameter instead of BASIC HTTP Authentication.
- ensure that the PostgreSQL database used for SQLFeatureStore with BLOB mode have the
SRIDset.