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 9f7425e [REFACTORING] Add a memory hepa size limit on ES docker container new 21b6468 JAMES-3516 Exposing AppendResult::getThreadId allow advertising the threadId as part of Email/set and Email/Import results new a8d1382 JAMES-3516 Add threadId property to MessageMetaData POJO The 2 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: .../listeners/SetCustomFlagOnBigMessagesTest.java | 4 +- .../org/apache/james/mailbox/MessageManager.java | 15 ++++- .../james/mailbox/model/MessageMetaData.java | 8 ++- .../org/apache/james/mailbox/model/ThreadId.java | 4 ++ ...ithMailboxIdTest.java => AppendResultTest.java} | 43 ++++++------- .../java/org/apache/james/mailbox/EventTest.java | 9 +-- .../apache/james/mailbox/MailboxListenerTest.java | 3 +- .../scala/org/apache/james/event/json/DTOs.scala | 10 +-- .../james/event/json/MailboxEventSerializer.scala | 7 +- .../james/event/json/AddedSerializationTest.java | 75 +++++++++++++++++++++- .../event/json/ExpungedSerializationTest.java | 75 +++++++++++++++++++++- .../james/mailbox/store/StoreMessageManager.java | 2 +- .../mailbox/store/mail/model/MailboxMessage.java | 2 +- .../james/mailbox/store/PreDeletionHooksTest.java | 3 +- .../store/mail/model/MetadataMapAssertTest.java | 9 +-- .../quota/ListeningCurrentQuotaUpdaterTest.java | 9 +-- .../processor/base/MailboxEventAnalyserTest.java | 3 +- .../processor/base/SelectedMailboxImplTest.java | 3 +- .../methods/SetMessagesCreationProcessorTest.java | 3 +- .../methods/SetMessagesUpdateProcessorTest.java | 3 +- .../james/jmap/json/EmailSetSerializer.scala | 4 +- .../scala/org/apache/james/jmap/mail/Email.scala | 6 +- .../org/apache/james/jmap/mail/EmailSet.scala | 2 +- .../james/jmap/method/EmailImportMethod.scala | 5 +- .../jmap/method/EmailSetCreatePerformer.scala | 5 +- 25 files changed, 247 insertions(+), 65 deletions(-) copy mailbox/api/src/test/java/org/apache/james/mailbox/{MetadataWithMailboxIdTest.java => AppendResultTest.java} (84%) --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org