This is an automated email from the ASF dual-hosted git repository.
rcordier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git
from eeb7a09e02 [FIX] JMX password auto-detection
new a444f47c95 JAMES-3897 CrowdSec integration test for SMTP
new 7bce5b4eda JAMES-3897 CrowdsecHttpClientTest: some test statements
were not taken into account
The 2 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:
third-party/crowdsec/pom.xml | 5 +
.../java/org/apache/james/CrowdsecExtension.java | 65 +++++-
.../org/apache/james/CrowdsecHttpClientTest.java | 14 +-
.../org/apache/james/CrowdsecIntegrationTest.java | 220 +++++++++++++++++++++
...rowdsecExtension.java => HAProxyExtension.java} | 49 ++---
.../src/test/resources/crowdsec/acquis.yaml | 5 +
.../resources/crowdsec}/collections/james.yaml | 0
.../resources/crowdsec}/parsers/james-auth.yaml | 0
.../crowdsec}/parsers/james-dictionary-attack.yaml | 0
.../resources/crowdsec}/parsers/syslog-logs.yaml | 0
.../crowdsec}/scenarios/james-bf-auth.yaml | 6 +-
.../scenarios/james-dictionary-attack.yaml | 0
.../crowdsec}/src/test/resources/imapserver.xml | 9 +-
.../crowdsec}/src/test/resources/listeners.xml | 0
.../crowdsec/src/test/resources/log/james.log | 0
.../test/resources/logback-test.xml} | 17 +-
.../src/test/resources/mailetcontainer.xml | 0
.../crowdsec/src/test}/resources/pop3server.xml | 0
.../crowdsec/src/test/resources}/smtpserver.xml | 31 +--
.../src/test/resources/usersrepository.xml | 0
20 files changed, 364 insertions(+), 57 deletions(-)
create mode 100644
third-party/crowdsec/src/test/java/org/apache/james/CrowdsecIntegrationTest.java
copy
third-party/crowdsec/src/test/java/org/apache/james/{CrowdsecExtension.java =>
HAProxyExtension.java} (55%)
create mode 100644 third-party/crowdsec/src/test/resources/crowdsec/acquis.yaml
copy third-party/crowdsec/{sample-configuration =>
src/test/resources/crowdsec}/collections/james.yaml (100%)
copy third-party/crowdsec/{sample-configuration =>
src/test/resources/crowdsec}/parsers/james-auth.yaml (100%)
copy third-party/crowdsec/{sample-configuration =>
src/test/resources/crowdsec}/parsers/james-dictionary-attack.yaml (100%)
copy third-party/crowdsec/{sample-configuration =>
src/test/resources/crowdsec}/parsers/syslog-logs.yaml (100%)
copy third-party/crowdsec/{sample-configuration =>
src/test/resources/crowdsec}/scenarios/james-bf-auth.yaml (52%)
copy third-party/crowdsec/{sample-configuration =>
src/test/resources/crowdsec}/scenarios/james-dictionary-attack.yaml (100%)
copy
{server/protocols/jmap-draft-integration-testing/rabbitmq-jmap-draft-integration-testing
=> third-party/crowdsec}/src/test/resources/imapserver.xml (86%)
copy {examples/custom-imap =>
third-party/crowdsec}/src/test/resources/listeners.xml (100%)
copy backends-common/rabbitmq/src/test/resources/empty-store =>
third-party/crowdsec/src/test/resources/log/james.log (100%)
copy third-party/crowdsec/{sample-configuration/logback.xml =>
src/test/resources/logback-test.xml} (73%)
copy {examples/custom-imap =>
third-party/crowdsec}/src/test/resources/mailetcontainer.xml (100%)
copy {server/mailet/integration-testing/src/main =>
third-party/crowdsec/src/test}/resources/pop3server.xml (100%)
copy {examples/proxy-smtp =>
third-party/crowdsec/src/test/resources}/smtpserver.xml (77%)
copy {examples/custom-imap =>
third-party/crowdsec}/src/test/resources/usersrepository.xml (100%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]