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 2020/03/24 16:48:15 UTC

[syncope] branch SYNCOPE-163-1 updated (84256d7 -> abd7496)

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

ilgrosso pushed a change to branch SYNCOPE-163-1
in repository https://gitbox.apache.org/repos/asf/syncope.git.


    from 84256d7  SYNCOPE-160: ensure ServiceOps is available in fits
     add 62d1b00  [SYNCOPE-1535] Extending to Push
     add 35cf165  [SYNCOPE-1508] PushActions
     add 2c4d5b4  Reverting SMTP server changes in Build Tools to avoid error with JDK 11+
     add 5ff0172  [SYNCOPE-1542] completed fix on search after hitting enter button
     add 66b8e79  Upgrading Spring
     new abd7496  Merge branch 'master' into SYNCOPE-163-1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../console/panels/search/SearchClausePanel.java   |  2 +-
 .../syncope/client/console/wizards/any/Groups.java |  2 +-
 .../console/implementations/MyPullActions.groovy   |  2 +-
 .../console/implementations/MyPushActions.groovy   |  8 ++-
 .../syncope/core/logic/ReconciliationLogic.java    |  2 +-
 .../apache/syncope/core/logic/ResourceLogic.java   |  2 +-
 .../provisioning/api/pushpull/PushActions.java     | 13 ++++
 .../core/provisioning/java/VirAttrHandlerImpl.java |  2 +
 .../java/pushpull/AbstractPushResultHandler.java   | 10 ++-
 .../java/pushpull/OutboundMatcher.java             | 25 +++----
 .../java/pushpull/PullJobDelegate.java             |  8 +--
 .../java/pushpull/PushJobDelegate.java             | 82 +++++++++++++---------
 .../greenmail/smtp}/InterruptableSmtpServer.java   |  3 +-
 .../greenmail/util/InterruptableGreenMail.java     | 54 ++++++++++++++
 .../fit/buildtools/GreenMailStartStopListener.java |  8 +--
 .../fit/buildtools/cxf/GreenMailServiceImpl.java   |  2 +-
 pom.xml                                            |  2 +-
 17 files changed, 159 insertions(+), 68 deletions(-)
 rename fit/build-tools/src/main/java/{org/apache/syncope/fit/buildtools => com/icegreen/greenmail/smtp}/InterruptableSmtpServer.java (95%)
 create mode 100644 fit/build-tools/src/main/java/com/icegreen/greenmail/util/InterruptableGreenMail.java


[syncope] 01/01: Merge branch 'master' into SYNCOPE-163-1

Posted by il...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch SYNCOPE-163-1
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit abd74966691ff868a6aee370aa5e3ed8ac0af6d0
Merge: 84256d7 66b8e79
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Mar 24 17:47:53 2020 +0100

    Merge branch 'master' into SYNCOPE-163-1

 .../console/panels/search/SearchClausePanel.java   |  2 +-
 .../syncope/client/console/wizards/any/Groups.java |  2 +-
 .../console/implementations/MyPullActions.groovy   |  2 +-
 .../console/implementations/MyPushActions.groovy   |  8 ++-
 .../syncope/core/logic/ReconciliationLogic.java    |  2 +-
 .../apache/syncope/core/logic/ResourceLogic.java   |  2 +-
 .../provisioning/api/pushpull/PushActions.java     | 13 ++++
 .../core/provisioning/java/VirAttrHandlerImpl.java |  2 +
 .../java/pushpull/AbstractPushResultHandler.java   | 10 ++-
 .../java/pushpull/OutboundMatcher.java             | 25 +++----
 .../java/pushpull/PullJobDelegate.java             |  8 +--
 .../java/pushpull/PushJobDelegate.java             | 82 +++++++++++++---------
 .../greenmail/smtp}/InterruptableSmtpServer.java   |  3 +-
 .../greenmail/util/InterruptableGreenMail.java     | 54 ++++++++++++++
 .../fit/buildtools/GreenMailStartStopListener.java |  8 +--
 .../fit/buildtools/cxf/GreenMailServiceImpl.java   |  2 +-
 pom.xml                                            |  2 +-
 17 files changed, 159 insertions(+), 68 deletions(-)