This is an automated email from the ASF dual-hosted git repository. btellier pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git.
from 908a26d JAMES-2526 HealthCheck documentation is not precise enough new 691f4fd JAMES-2593 Set logback location to James server in docker-compose new 90cab57 JAMES-2865 An POJO carrying mutable information of MockSMTPBehavior new 3b1f73c JAMES-2865 Allowing to setting repetition to mock smtp behaviors The 3 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: dockerfiles/run/docker-compose.yml | 2 +- .../mock/smtp/server/HTTPConfigurationServer.java | 8 +- .../james/mock/smtp/server/MockMessageHandler.java | 58 ++++--- .../mock/smtp/server/SMTPBehaviorRepository.java | 64 +++++--- .../server/model/MockSMTPBehaviorInformation.java | 148 ++++++++++++++++++ .../org/apache/james/mock/smtp/server/Fixture.java | 16 ++ .../james/mock/smtp/server/MockSMTPServerTest.java | 154 +++++++++++++++++++ .../smtp/server/SMTPBehaviorRepositoryTest.java | 77 +++++++--- .../model/MockSMTPBehaviorInformationTest.java | 169 +++++++++++++++++++++ 9 files changed, 637 insertions(+), 59 deletions(-) create mode 100644 server/mailet/mock-smtp-server/src/main/java/org/apache/james/mock/smtp/server/model/MockSMTPBehaviorInformation.java create mode 100644 server/mailet/mock-smtp-server/src/test/java/org/apache/james/mock/smtp/server/model/MockSMTPBehaviorInformationTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org