You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Source changes

POM

In the root pom.xml:

  • change parent/version from 1.1.0 to 1.1.1
  • change properties/syncope.version from 1.1.0 to 1.1.1

Remove temporary fixes

Remove

  • core/src/main/java/org/apache/syncope/core/init/ConnectorManager.java
  • console/src/main/java/org/apache/syncope/console/pages/panels/ResourcesPanel.java

restContext.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.

  • No labels