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 c4ef8c5  Upgrading log4j2
     new 64c4051  Upgrading bcpkix-jdk15on
     new 8decb9a  Moving test mail server to build-tools (avoid noisy logging 
messages in embedded mode)

The 6290 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       |  15 +-
 .../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                                            |  31 +-
 18 files changed, 614 insertions(+), 69 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/BaseBean.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

Reply via email to