Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Info

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

Panel

Table of contents

Table of Contents
maxLevel2

SDK changes

Modified classes

  • com.aquima.interactions.rule.IValidator
    • Deprecated method:
      getTypeName()
      • This method has no usages and can be removed from implementations, as a default implementation is available on the interface.
  • com.aquima.interactions.rule.IValidatorCall
    • Deprecated method:
      getTypeName()
      • This method has no usages and can be removed from implementations, as a default implementation is available on the interface.
  • com.aquima.interactions.framework.validator.ValidatorBase
    • The class has been deprecated as it does not implement any meaningful behavior. Subclasses should be updated to no longer extend from this class.
  • com.aquima.interactions.framework.validator.ValidatorCallBase
    • The class has been deprecated as it does not implement any meaningful behavior. Subclasses should be updated to no longer extend from this class.
  • com.aquima.interactions.foundation.xml.writer.XmlStreamWriter
    • Implements interface: java.io.Closeable
      • XmlStreamWriter has been changed to buffer its writes, which has resulted in the class now implementing the Closeable interface to flush the output buffer upon completion. Note that closing the XML writer does not close the underlying streams it was created from, it only flushes the buffer. Usages of XmlStreamWriter should be wrapped in try-with-resources.

Known issues

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