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 c7a17f5 JAMES-2477 Allow passing extra arguments to deployment tests new d95246b JAMES-2879 Use Host.asString() instead of Host.toString() implicitly new 8fb81ef JAMES-2879 MockSMTPServer ConfigurationClient with feign new a0251e8 JAMES-2879 RemoteDelivery integration tests with the configuration client new 66af0e2 JAMES-2879 Move fluent builder to ConfigurationClient new 42d7d55 JAMES-2879 Prevent ConfigurationClient connects with a non-started server The 5 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: .../blob/objectstorage/DockerSwiftContainer.java | 6 +- .../objectstorage/aws/DockerAwsS3Container.java | 2 +- .../src/main/java/org/apache/james/util/Host.java | 6 +- .../james/mailets/RemoteDeliveryErrorTest.java | 301 ++++++++------------- server/mailet/mock-smtp-server/pom.xml | 12 + .../mock/smtp/server/ConfigurationClient.java | 206 ++++++++++++++ .../mock/smtp/server/HTTPConfigurationServer.java | 28 +- .../apache/james/mock/smtp/server/model/Mail.java | 5 + .../mock/smtp/server/model/MockSmtpBehaviors.java | 110 -------- .../mock/smtp/server/ConfigurationClientTest.java | 109 ++++++++ .../org/apache/james/mock/smtp/server/Fixture.java | 29 +- .../smtp/server/HTTPConfigurationServerTest.java | 44 +-- .../james/mock/smtp/server/model/MailTest.java | 5 +- 13 files changed, 527 insertions(+), 336 deletions(-) create mode 100644 server/mailet/mock-smtp-server/src/main/java/org/apache/james/mock/smtp/server/ConfigurationClient.java create mode 100644 server/mailet/mock-smtp-server/src/test/java/org/apache/james/mock/smtp/server/ConfigurationClientTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org