This is an automated email from the ASF dual-hosted git repository.

rouazana pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git.


    from 60c7f63  JAMES-2544 dequeueTime time is always 0 now that the queue is 
reactive
     new 47d2306  JAMES-2693 Update com.puppycrawl.tools:checkstyle to respond 
to CVE-2019-9658
     new c4311e3  JAMES-2578 Deprecate MailetContext Attributes API
     new ca12220  JAMES-2683 Plug the thread leak related to Connection and 
Channel management

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:
 .../backend/rabbitmq/RabbitMQChannelPool.java      |  2 +
 .../rabbitmq/RabbitMQConnectionFactory.java        | 28 +------
 .../backend/rabbitmq/RabbitMQHealthCheck.java      | 19 ++---
 .../james/backend/rabbitmq/SimpleChannelPool.java  | 79 ++++++++++++-------
 .../backend/rabbitmq/SimpleConnectionPool.java     | 90 ++++++++++++++++++++++
 .../james/backend/rabbitmq/RabbitMQExtension.java  | 16 ++--
 .../james/mailbox/events/RabbitMQEventBus.java     |  6 +-
 .../james/mailbox/events/RabbitMQEventBusTest.java | 45 +++++------
 .../main/java/org/apache/mailet/MailetContext.java |  4 +
 .../rabbitmq/host/RabbitMQEventBusHostSystem.java  |  8 +-
 pom.xml                                            |  4 +-
 .../james/transport/mailets/WhiteListManager.java  | 10 ++-
 12 files changed, 204 insertions(+), 107 deletions(-)
 create mode 100644 
backends-common/rabbitmq/src/main/java/org/apache/james/backend/rabbitmq/SimpleConnectionPool.java


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

Reply via email to