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

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


    from 8c09e13f16 [FIX] CassandraMailRepository should be more resilient to 
extra large mail repository (#3115)
     new 807a0411b7 [FIX] Handle missing Task history in Cassandra implem like 
PG
     new a3d5dc2a5a [FIX] Cassandra event store: include the snapshot in the 
event batch
     new 60880aa6d7 [FIX] Task cleanup should purge stalled tasks
     new 4edd1a3017 [FIX] Allow canceling tasks with truncated history
     new 0ede6986a9 [FIX] Single row to read eventStore snapshots
     new 05994a9dc7 [FIX] Toletate failures for Task additional information
     new f869331063 [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