Skip to main content
Version: 3

What's new

New features and enhancements​

  • Runtime configuration for Advanced Database Target You can now dynamically override the batch size and commit count defined in an Advanced Database Layout at runtime. To achieve this, you can define the following variables (View Process Flow Properties > Variables > Global) in a Process Flow:
    • Service.<AdvDatabaseLayoutName>.batchSize
    • Service.<AdvDatabaseLayoutName >.queryBatchSizeFlag
    • Service.<AdvDatabaseLayoutName >.commitCount
    • Service.<AdvDatabaseLayoutName >.commitCountFlag
  • Enhanced control over XSLT message logging You can now suppress xsl:message outputs generated by the Saxon XSLT engine during data mapping to avoid unnecessary log entries.To disable these messages, set the following property to true:

Code

abpm.dataMapper.disableMessageEmitter
  • Discontinued Human Workflow feature Support for Human Workflow tasks during process flow execution has been discontinued from Connect Server.

Application security enhancements and API clean up​

  • Strengthened application security Addressed critical and high-level vulnerabilities by upgrading or removing outdated JARs within the Adeptia Connect Server and Portal. This ensures a more secure, compliant, and resilient application environment.

  • Optimized Archival and Cleanup Utilities Jars have been upgraded to enhance the performance, stability, and security of the Archival and Cleanup utilities.

  • Removal of deprecated APIs The following deprecated APIs have been removed from the application:

    • Spring Security APIs used in SAML security configuration
    • Common VFS API
  • Removal of obsolete JSON files

    The following obsolete JSON files available at the location …ConnectPortal\webapps\wars\ROOT\resources\data have been removed:

    • users.json
    • successtransactions.json
  • Removal of unnecessary System.out.println statements The unnecessary System.out.println statements have been removed from the codebase.

  • Removal of basic authentication from the ajax.js files The hard-coded basic authentication has now been removed from the ajax.js files.

Bug fixes​

  • The HSTS headers were missing from the Connect Server.
  • Users with Company only role were unable to see Repository for non-EDI relationships in the Dashboard.
  • Tooltips configured for Number type Transaction parameters in the Template did not reflect in the Transaction.
  • In a Template, the tooltips configured for Transaction parameters (for example, Password) that used a regex pattern did not reflect in the Transaction.