Versions Compared

Key

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

Table of Contents
maxLevel2
styledecimal

Source changes

POM

In the root pom.xml:

...

Replace core/src/main/resources/restContext.xml with this one.

userWorkflow.bpmn20.xml

If you are using the default workflow, replace core/src/main/resources/userWorkflow.bpmn20.xml with this one.

REST API changes

Connector Service

REST service

Old URL

New URL

Comment

Spring MVC

POST /connector/schema/list?showall={showall}

POST /connector/schema/list?includeSpecial={includeSpecial}

Returns schema names for connector bundle matching the given connector instance id. Default is includeSpecial=false.

Apache CXF

POST /connectors/{connectorId}/schemas?showAll={showall}

POST /connectors/{connectorId}/schemas?includeSpecial={includeSpecial}

Returns schema names for connector bundle matching the given connector instance id. Default is includeSpecial=false.