You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2019/12/17 15:24:40 UTC

[syncope] branch 2_1_X updated (a72c4cb -> e5da861)

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a change to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git.


    from a72c4cb  Running console IT cases by default
     add e5da861  [SYNCOPE-1530] Provide the possibility to start a User Request with custom variables. (#150)

No new revisions were added by this update.

Summary of changes:
 .../resources/UserRequestsStartResource.java       |  2 +-
 .../core/flowable/api/UserRequestHandler.java      |  4 +-
 .../flowable/impl/FlowableUserRequestHandler.java  |  7 ++-
 .../syncope/core/logic/UserRequestLogic.java       | 19 +++++--
 .../rest/api/service/UserRequestService.java       |  5 +-
 .../rest/cxf/service/UserRequestServiceImpl.java   | 11 ++--
 .../main/resources/verifyAddedVariables.bpmn20.xml | 64 ++++++++++++++++++++++
 .../apache/syncope/fit/core/UserRequestITCase.java | 57 +++++++++++++++++--
 8 files changed, 148 insertions(+), 21 deletions(-)
 create mode 100644 fit/core-reference/src/main/resources/verifyAddedVariables.bpmn20.xml