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 cef00d6 Add a warmup stage in jenkins stress tests file
new 03729af JAMES-2037 Use Flux for MessageManager::search
new d493089 MAILBOX-339 Propagate errors on single items upon migration
new cd9f288 MAILBOX-339 Limit concurency for migration processes
new bfd12be JAMES-3409 Delete MailboxPathV2 content based on MailboxPathV2
new e6cb2f7 JAMES-3409 Add a retry in MailboxPathV3Migration
new 52afff5 JAMES-3433 MetricableBlobStore should propagate storage
strategy upon reads
new f813e60 JAMES-3433 CachedBlobStore should only delete data when
underlying backend did delete it too
new 9150cbe JAMES-3433 Tests enforcing Blob Store cache usage
new 9d16f68 JAMES-3368 Follow the specification for default Email/get
properties
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:
.../org/apache/james/mailbox/MessageManager.java | 3 +-
.../mail/migration/MailboxPathV2Migration.java | 5 +-
.../mail/migration/MailboxPathV3Migration.java | 16 +-
.../mail/migration/MessageV3Migration.java | 2 +-
.../ElasticSearchListeningMessageSearchIndex.java | 6 +-
.../ElasticSearchIntegrationTest.java | 24 +--
...asticSearchListeningMessageSearchIndexTest.java | 26 +--
.../lucene/search/LuceneMessageSearchIndex.java | 5 +-
.../LuceneMailboxMessageSearchIndexTest.java | 106 ++++++------
.../james/vault/DeletedMessageVaultHookTest.java | 12 +-
.../james/mailbox/store/StoreMessageManager.java | 7 +-
.../store/search/LazyMessageSearchIndex.java | 3 +-
.../mailbox/store/search/MessageSearchIndex.java | 3 +-
.../store/search/SimpleMessageSearchIndex.java | 5 +-
.../store/AbstractCombinationManagerTest.java | 12 +-
.../search/AbstractMessageSearchIndexTest.java | 162 +++++++++---------
.../imap/processor/AbstractMailboxProcessor.java | 2 +-
.../james/imap/processor/SearchProcessor.java | 6 +-
.../imap/processor/base/SelectedMailboxImpl.java | 10 +-
.../james/imap/processor/SearchProcessorTest.java | 5 +-
.../processor/base/MailboxEventAnalyserTest.java | 5 +-
.../processor/base/SelectedMailboxImplTest.java | 13 +-
.../java/org/apache/james/blob/api/BlobStore.java | 2 +-
.../apache/james/blob/api/MetricableBlobStore.java | 13 +-
.../blob/cassandra/cache/CachedBlobStore.java | 13 +-
.../main/java/org/apache/james/blob/api/Store.java | 3 +-
.../deduplication/DeDuplicationBlobStore.scala | 4 +-
.../blob/deduplication/PassThroughBlobStore.scala | 5 +-
.../java/org/apache/james/SearchModuleChooser.java | 3 +-
.../org/apache/james/CassandraCacheQueryTest.java | 181 +++++++++++++++++++++
.../org/apache/james/FakeMessageSearchIndex.java | 3 +-
.../rfc8621/contract/EmailGetMethodContract.scala | 135 ++++++++++++++-
.../scala/org/apache/james/jmap/mail/Email.scala | 5 +-
.../james/webadmin/service/ExportService.java | 3 +-
34 files changed, 569 insertions(+), 239 deletions(-)
create mode 100644
server/container/guice/cassandra-rabbitmq-guice/src/test/java/org/apache/james/CassandraCacheQueryTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]