This is an automated email from the ASF dual-hosted git repository. rouazana pushed a change to branch 3.3.x in repository https://gitbox.apache.org/repos/asf/james-project.git.
from 196e71f JAMES-2679 Add missing name to Mails to avoid NPE later new e8a4ed8 JAMES-2675 Index all messages from a range, not only the first one new 64e06a6 JAMES-2675 Workaround RabbitMQ slowness to send indexation requests new 14ec221 JAMES-2675 Add a simple unit test about indexing upon large copies new 56f1001 JAMES-2675 Rewrite flacky Cucumber test (not really retrying) to plain Java new 2806059 Merge remote-tracking branch 'mine/JAMES-2675-3.3' into 3.3.x The 5 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: mailbox/elasticsearch/pom.xml | 5 ++ mailbox/lucene/pom.xml | 5 ++ mailbox/scanning-search/pom.xml | 5 ++ mailbox/store/pom.xml | 5 ++ .../store/search/ListeningMessageSearchIndex.java | 6 +-- .../search/AbstractMessageSearchIndexTest.java | 27 +++++++++++ .../integration/GetMessageListMethodTest.java | 54 ++++++++++++++++++++++ .../cucumber/GetMessageListMethodStepdefs.java | 24 +++++++--- .../org/apache/james/utils/IMAPMessageReader.java | 5 ++ 9 files changed, 126 insertions(+), 10 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org