Skip to content

6.1.36

Compare
Choose a tag to compare
@magrawa magrawa released this 05 Jun 15:07

6.1.36 (2020-06-05)

Full Changelog

Implemented enhancements:

  • Annotation driven customization #842

Closed issues:

  • Dangling autotests due to server shutdown #844

Compatibility Notes:

  • New database column VARIABLE_INSTANCE.VARIABLE_TYPE is added with this release:
    https://github.com/CenturyLinkCloud/mdw/tree/master/mdw/database
  • JSON-format package meta files (.mdw/package.json) are no longer supported.
    Apps still using package.json must convert to package.yaml using the CLI (mdw convert --packages).
  • Classes in package com.centurylink.mdw.connector.adapter have been moved com.centurylink.mdw.adapter.
  • Model class com.centurylink.mdw.model.Response has been moved to package com.centurylink.mdw.model.request.
  • Class com.centurylink.mdw.cache.impl.PackageCache has been moved to package com.centurylink.mdw.cache.asset.
  • Method Package.getCloudClassLoader() has been renamed to getClassLoader().
  • Static method ApplicationContext.getContextCloudClassLoader() has been renamed to getContextPackageClassLoader.
  • Constructor for com.centurylink.mdw.event.EventHandlerException no longer takes a code.
  • API methods WorkflowServices.invokeServiceProcess() and ProcessEngineDriver.invokeServiceProcess()
    now return a Response model object instead of a plain string. To unwrap the raw string payload,
    use Response.getContent().