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 8fb587b Merge pull request #518 from chibenwa/perf-jmap
new 2aa41b3 JAMES-3607 Functional healthcheck exercising mail reception
new 7a3cb2b JAMES-3607 Guice injections for MailReceptionCheck
new 245ae23 JAMES-3607 Integration test for MailReceptionCheck
new b76026e JAMES-3607 Documentation for MailReceptionCheck
new 400362b Merge pull request #519 from chibenwa/JAMES-3607
The 12318 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:
.../pages/distributed/configure/healthcheck.adoc | 7 +
.../pages/distributed/operate/webadmin.adoc | 3 +
pom.xml | 5 +
.../feature-checks}/pom.xml | 21 +-
.../james/healthcheck/MailReceptionCheck.java | 270 +++++++++++++++++++++
server/container/guice/mailbox/pom.xml | 4 +
.../org/apache/james/modules/MailboxModule.java | 2 +
.../mailbox/MailReceptionHealthCheckModule.java} | 29 +--
server/pom.xml | 1 +
.../MailReceptionCheckIntegrationTest.java | 136 +++++++++++
src/site/markdown/server/manage-webadmin.md | 3 +
src/site/xdoc/server/config-healthcheck.xml | 7 +
12 files changed, 460 insertions(+), 28 deletions(-)
copy server/{mailrepository/mailrepository-api =>
container/feature-checks}/pom.xml (77%)
create mode 100644
server/container/feature-checks/src/main/java/org/apache/james/healthcheck/MailReceptionCheck.java
copy
server/container/guice/{common/src/main/java/org/apache/james/modules/PeriodicalHealthChecksModule.java
=>
mailbox/src/main/java/org/apache/james/modules/mailbox/MailReceptionHealthCheckModule.java}
(66%)
create mode 100644
server/protocols/webadmin-integration-test/distributed-webadmin-integration-test/src/test/java/org/apache/james/webadmin/integration/rabbitmq/MailReceptionCheckIntegrationTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]