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

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


    from da8f0a7e71 [FIX] Prevent potentially blocking calls upon uploads 
(#3116) - backport 3.9.x
     new 67701826a7 [FIX] Handle missing Task history in Cassandra implem like 
PG
     new e5ac3864fb [FIX] Cassandra event store: include the snapshot in the 
event batch
     new 7762f6085e [FIX] Task cleanup should purge stalled tasks
     new b81c247365 [FIX] Allow canceling tasks with truncated history
     new ec435cd521 [FIX] Single row to read eventStore snapshots
     new d3f6ef0b08 [FIX] Toletate failures for Task additional information
     new f70bfa3e59 [FIX] ClearMailRepository should count only once

The 7 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:
 .../eventstore/cassandra/CassandraEventStore.scala |  1 +
 .../eventstore/cassandra/EventStoreDao.scala       | 17 ++--
 .../cassandra/CassandraEventStoreExtension.scala   | 12 ++-
 .../cassandra/CassandraEventStoreTest.scala        | 19 +++++
 .../mailrepository/file/FileMailRepository.java    | 11 ++-
 .../mailrepository/jpa/JPAMailRepository.java      | 17 ++++
 .../postgres/PostgresMailRepository.java           |  8 +-
 .../postgres/PostgresMailRepositoryContentDAO.java |  5 +-
 .../james/mailrepository/api/MailRepository.java   | 15 ++++
 .../mailrepository/MailRepositoryContract.java     | 22 +++++
 .../blob/BlobMailRepositoryTest.java               |  8 ++
 .../cassandra/CassandraMailRepository.java         |  9 +-
 .../memory/MemoryMailRepository.java               | 10 +++
 .../webadmin/services/TasksCleanupService.java     | 47 ++++++++++-
 .../webadmin/routes/TasksCleanupRoutesTest.java    | 86 ++++++++++++++++++-
 .../webadmin/service/ClearMailRepositoryTask.java  | 32 +++++--
 .../service/ClearMailRepositoryTaskTest.java       | 97 +++++++++++++++++++++
 .../distributed/RabbitMQWorkQueue.java             |  3 +
 .../apache/james/task/SerialTaskManagerWorker.java | 20 ++++-
 .../james/task/eventsourcing/CommandHandlers.scala | 10 ++-
 .../task/eventsourcing/WorkerStatusListener.scala  | 34 ++++++--
 .../EventSourcingTaskManagerTest.java              | 98 +++++++++++++++++++++-
 22 files changed, 539 insertions(+), 42 deletions(-)


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

Reply via email to