You are viewing the documentation for Blueriq 15. Documentation for other versions is available in our documentation directory.

Before you upgrade make sure to read the General Upgrade instructions as well as the Upgrade instructions for previous versions.

The changes are color coded. Orange elements have been changed, Green elements have been added and Red elements have been removed compared to the 15.x release.

Table of contents

Comments Manager in the IPortalContext

In order to provide the CommentsManager via the IPortalContext, several changes have been made to the SDK and blueriq-component-api packages. If you have custom code, you could be affected:

  • IPortalContext 
    • method getCommentsManager() has been added
  • ISolution
    • method getCommentsManager() has been added
  • com.aquima.interactions.portal.ICommentsManager

    • Interface added to describe a CommentsManager
  • CommentSearchCriteria
    • Has been moved from the blueriq-component-api library (package com.blueriq.component.api.comments.dao) to the blueriq-sdk library (package com.aquima.interactions.portal.comments)
  • ICommentEntry
    • Has been moved from the blueriq-component-api library (package com.blueriq.component.api.comments.dao) to the blueriq-sdk library (package com.aquima.interactions.portal.comments)

DCM 2.0: inbox createddate column

For DCM 2.0, the inbox tables for the timeline-sql-store and the trace-sql-store have been extended with a createddate field. Using this field, projects can determine when records in the inbox table can be cleared, as explained in Inbox pattern data storage section. The upgrade scripts have been added to the respective components in the dbscripts folder with the name features.dcm2/upgrades. These scripts need to be executed for DCM 2.0 to work. For DCM 1.0 these scripts are not required. If you have not added

Known issues

For an overview of known issue please refer to: Known issues.