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 218f30f828 JAMES-4158 Document IMAP per-port administrators
     new 542e3567cf JAMES-4159 Mutualize RetryBackoffSpec logic
     new 44fc6b06dd [ENHANCEMENT] Have a convenience 
RetryBackoffConfiguration.FAST constant
     new ee2059da34 [ENHANCEMENT] Remove unused constructor parameter
     new 5cb5093d3c JAMES-4159 RabbitMQEventBus: Group configuration objects 
together
     new 8867963964 JAMES-4159 RabbitMQEventBus: Have a factory to ease 
instanciation
     new 37ceb289a7 JAMES-4159 EventBus configuration for execution rate and 
timeout
     new ccbd93c158 JAMES-4159 Spring fixes
     new b1dec0431c Small fix for WaitDelay generator
     new ec2450754a JAMES-4159 s/executionRate/maxConcurrency/g

The 9 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:
 .../servers/partials/configure/listeners.adoc      |  4 ++
 .../java/org/apache/james/events/EventBus.java     |  8 +++-
 .../james/events/RetryBackoffConfiguration.java    | 12 ++++++
 .../org/apache/james/events/GroupContract.java     |  2 +-
 .../java/org/apache/james/events/KeyContract.java  |  2 +-
 .../org/apache/james/events/EventDispatcher.java   |  4 +-
 .../apache/james/events/GroupConsumerRetry.java    |  5 +--
 .../org/apache/james/events/GroupRegistration.java | 49 +++++++++------------
 .../james/events/GroupRegistrationHandler.java     | 33 ++++++--------
 .../james/events/KeyRegistrationHandler.java       | 37 +++++++---------
 .../org/apache/james/events/RabbitMQEventBus.java  | 50 ++++++++++++++++------
 .../apache/james/events/WaitDelayGenerator.java    |  4 +-
 .../org/apache/james/events/NetworkErrorTest.java  |  9 ++--
 ...RabbitMQEventBusDeadLetterQueueUpgradeTest.java |  5 +--
 .../apache/james/events/RabbitMQEventBusTest.java  |  7 ++-
 .../RabbitMQEventBusUsingQuorumQueueTest.java      |  6 +--
 .../java/org/apache/james/events/InVMEventBus.java |  6 +--
 .../james/events/delivery/EventDelivery.java       |  5 +--
 .../james/events/delivery/InVmEventDelivery.java   | 15 +++++--
 .../resources/META-INF/spring/event-system.xml     |  3 ++
 .../AbstractMessageIdManagerSideEffectTest.java    |  3 +-
 .../mailbox/store/StoreMailboxManagerTest.java     |  9 +---
 .../rabbitmq/host/RabbitMQEventBusHostSystem.java  |  5 +--
 .../event/ContentDeletionEventBusModule.java       | 18 ++------
 .../james/modules/event/JMAPEventBusModule.java    | 19 +++-----
 .../james/modules/event/MailboxEventBusModule.java | 19 +++-----
 .../james/modules/mailbox/DefaultEventModule.java  | 14 ++++++
 ...mputeMessageFastViewProjectionListenerTest.java |  9 +---
 .../event/PopulateEmailQueryViewListenerTest.java  | 10 +----
 .../rabbitmq/ConsistencyTasksIntegrationTest.java  |  7 +--
 .../MailReceptionCheckIntegrationTest.java         |  6 +--
 .../RabbitMQEventDeadLettersIntegrationTest.java   |  6 +--
 ...RabbitMQReindexingWithEventDeadLettersTest.java |  6 +--
 33 files changed, 192 insertions(+), 205 deletions(-)


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

Reply via email to