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 06a884d  JAMES-3693 Add missing dependency declaration in root pom for 
redis rate limiter module (#883)
     new f230fb4  JAMES-3711 Implement a Requeue mailet
     new 98bde56  JAMES-3711 Integration test combining ReQueue and RateLimit
     new 4b32f13  JAMES-3711 Document for Requeue mailet

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:
 .../docs/modules/ROOT/pages/extending/index.adoc   |   6 +-
 .../mailets/RequeueThrottlingIntegrationTest.java  | 183 +++++++++++++++
 .../apache/james/transport/mailets/Requeue.java    | 122 ++++++++++
 .../james/transport/mailets/RequeueTest.java       | 257 +++++++++++++++++++++
 server/mailet/rate-limiter/README.adoc             |  35 ++-
 5 files changed, 601 insertions(+), 2 deletions(-)
 create mode 100644 
server/mailet/integration-testing/src/test/java/org/apache/james/transport/mailets/RequeueThrottlingIntegrationTest.java
 create mode 100644 
server/mailet/mailets/src/main/java/org/apache/james/transport/mailets/Requeue.java
 create mode 100644 
server/mailet/mailets/src/test/java/org/apache/james/transport/mailets/RequeueTest.java

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to