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 f78ad40 JAMES-2881 Add test for HeadersToHTTP/SerialiseToHTTP mailets
new 6bc8c08 JAMES-2813 Add cancel support in DistributedTaskManager
new fffd183 JAMES-2813 Add non-polling await in DistributedTaskManager
new b847270 JAMES-2813 Add timeout in TaskManager.await
new de092ea JAMES-2813 Enhance Duration parser negative number parsing
new 7dbbd3d JAMES-2897 use wasApplied method on LWT statements
new 5facf23 JAMES-2897 simplify select statement handling using the right
helper methods
new dbcc508 JAMES-2897 to ensure we read the right value after LWT,
SERIAL is required
new ae218e5 JAMES-2897 use SERIAL when reading table where we use LWT
new f1b0307 JAMES-1906 Remove overriden property of JpaTestCluster
new 81e6cdf JAMES-2893 GitIgnore on test logs
The 10 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:
.gitignore | 1 +
.../cassandra/utils/CassandraAsyncExecutor.java | 4 +-
.../cassandra/utils/CassandraConstants.java | 3 -
.../apache/james/backends/jpa/JpaTestCluster.java | 1 -
.../mailbox/cassandra/mail/CassandraACLMapper.java | 4 +-
.../mail/CassandraMessageIdToImapUidDAO.java | 17 ++---
.../cassandra/mail/CassandraModSeqProvider.java | 4 +-
.../cassandra/mail/CassandraUidProvider.java | 4 +-
.../QuotaMailingListenerConfigurationTest.java | 3 +-
.../james/adapter/mailbox/ReIndexerManagement.java | 9 +--
.../java/org/apache/james/util/DurationParser.java | 19 +++--
.../org/apache/james/util/DurationParserTest.java | 29 ++++----
.../mailets/remote/delivery/DelayTest.java | 8 ++-
.../apache/james/webadmin/routes/TasksRoutes.java | 57 +++++++++++++--
.../james/webadmin/routes/TasksRoutesTest.java | 81 +++++++++++++++++++++-
.../distributed/DistributedTaskManagerTest.java | 29 ++++++--
.../org/apache/james/task/MemoryTaskManager.java | 17 ++---
.../java/org/apache/james/task/TaskManager.java | 6 +-
.../eventsourcing/EventSourcingTaskManager.scala | 38 ++++++----
.../org/apache/james/task/TaskManagerContract.java | 36 +++++++---
src/site/markdown/server/manage-webadmin.md | 17 ++++-
21 files changed, 299 insertions(+), 88 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]