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/02/12 10:02:47 UTC

[syncope] branch 2_0_X updated (33a9818 -> fee074d)

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

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


    from 33a9818  Upgrading log4j2
     new c449f5e  Upgrading bcpkix-jdk15on
     new de66027  Moving test mail server to build-tools (avoid noisy logging messages in embedded mode)
     new fee074d  Upgrading Tomcat

The 6144 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:
 fit/build-tools/pom.xml                            |   5 +
 .../greenmail/smtp/InterruptableGreenMail.java     | 330 +++++++++++++++++++++
 .../greenmail/smtp/InterruptableSmtpServer.java    |  54 ++++
 .../fit/buildtools/ApacheDSStartStopListener.java  |   2 +-
 .../fit/buildtools/GreenMailStartStopListener.java |  74 +++++
 .../fit/buildtools/cxf/GreenMailService.java       |  17 +-
 .../fit/buildtools/cxf/GreenMailServiceImpl.java   |  57 ++++
 .../src/main/resources/buildToolsContext.xml       |  12 +-
 fit/build-tools/src/main/webapp/WEB-INF/web.xml    |   3 +
 .../src/main/resources/mail.properties             |   2 +-
 .../org/apache/syncope/fit/AbstractITCase.java     |   2 +
 .../fit/core/AbstractNotificationTaskITCase.java   |  69 ++---
 .../syncope/fit/core/AbstractTaskITCase.java       |   5 +-
 .../apache/syncope/fit/core/ConnectorITCase.java   |   2 +-
 .../syncope/fit/core/NotificationTaskITCase.java   |  15 +-
 .../org/apache/syncope/fit/core/UserITCase.java    |   3 +-
 .../src/test/resources/test.properties             |   2 +
 pom.xml                                            |  27 +-
 18 files changed, 615 insertions(+), 66 deletions(-)
 create mode 100644 fit/build-tools/src/main/java/com/icegreen/greenmail/smtp/InterruptableGreenMail.java
 create mode 100644 fit/build-tools/src/main/java/com/icegreen/greenmail/smtp/InterruptableSmtpServer.java
 create mode 100644 fit/build-tools/src/main/java/org/apache/syncope/fit/buildtools/GreenMailStartStopListener.java
 copy common/lib/src/main/java/org/apache/syncope/common/lib/patch/AttributablePatch.java => fit/build-tools/src/main/java/org/apache/syncope/fit/buildtools/cxf/GreenMailService.java (76%)
 create mode 100644 fit/build-tools/src/main/java/org/apache/syncope/fit/buildtools/cxf/GreenMailServiceImpl.java