Dodeca Version 8.8.0
June 13, 2026
Dodeca Framework
This version of the Dodeca Framework uses the .NET Framework, version 4.7.2 and higher on the desktop. The components used in this version of Dodeca are SpreadsheetGear 2023 (9.3.23.102), NetAdvantage 2021, Volume 2 (21.2.46), Aspose.Cells 24.10.0, Aspose.Slides 24.10.0, Syncfusion Essential Studio 25.1.39, GdPicture.NET 14.1.0.121, and Xceed Zip 3.6.7363.15420.
This version of Dodeca has two server-side services that run inside a Java Application Server. The Dodeca service is supported and tested on Java 17 and 21. The minimum supported versions of popular Java Application Servers are:
-
Apache Tomcat 10.1.x
-
Oracle WebLogic 12.2.x
-
IBM WebSphere 9.0
The release notes for this version contain the following items:
External Credentials
-
Enhancement: Essbase and SQL connections can now retrieve credentials at runtime from an external credential provider, such as a password vault, delivered as a module rather than requiring the credentials to be stored in connection metadata. #2388
-
Enhancement: Added support for CyberArk as an external credential provider through a dedicated
dodeca-cyberark-ccpmodule built on thedodeca-core-apiplugin architecture, allowing credentials to be retrieved at runtime from a CyberArk Central Credential Provider (CCP). #4413
Licensing
-
Fixed Issue: Launching DSMS with an expired trial license returned a generic HTTP 500 Internal Server Error from the
metadata-serviceendpoint instead of a meaningful response. The server now reports an appropriate message indicating that the trial license has expired. #4422
OAuth Connections
-
Fixed Issue: The embedded authentication browser can fail to display when another Dodeca web view is displayed in the application. #4451
Starter Kits
-
Enhancement: Starter kits can now be imported, stored, and managed directly within the Dodeca server repository. Administrators can import starter kit zip files under a given name with the
import-starter-kitcommand, select them when deploying new apps from the web interface, and manage existing kits through the Admin web interface. #4415