Github user ilgrosso commented on the issue:
https://github.com/apache/syncope/pull/20
Please refactor this PR (or close it and create new one, as you prefer) to
only include commits related to SYNCOPE-871, as at the moment it also includes
commits for #19.
AFAICT the simplest way to achieve this is to:
1. close this PR
1. export your commit 3ea78cd9260e9634427c1de93ad5632829a81676 as a patch
file via `git format-patch 3ea78cd9260e9634427c1de93ad5632829a81676`
1. create a new branch SYNCOPE-871 from master
1. import the commit above via `git am`
1. create new PR
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---