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

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


    from 2d149c3  Merge remote-tracking branch 'mbaechler/MAILET-164'
     new 41ae53d  JAMES-2675 Index all messages from a range, not only the 
first one
     new 5b6ba76  JAMES-2675 Workaround RabbitMQ slowness to send indexation 
requests
     new 1d0ed36  JAMES-2675 Add a simple unit test about indexing upon large 
copies

The 3 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 ++++++++++++++++++++++
 ....java => CassandraIMAPInconsistenciesTest.java} |  4 ++--
 .../cucumber/GetMessageListMethodStepdefs.java     | 24 +++++++++++++------
 .../methods/integration/cucumber/ImapStepdefs.java |  7 ++++++
 ...ownloadPost.feature => ImapConsistency.feature} | 25 ++++++++++----------
 ...est.java => MemoryIMAPInconsistenciesTest.java} |  5 ++--
 ...t.java => RabbitMQIMAPInconsistenciesTest.java} |  4 ++--
 .../org/apache/james/utils/IMAPMessageReader.java  |  5 ++++
 13 files changed, 98 insertions(+), 29 deletions(-)
 copy 
server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/src/test/java/org/apache/james/jmap/cassandra/cucumber/{CassandraIMAPKeywordsInconsistenciesTest.java
 => CassandraIMAPInconsistenciesTest.java} (92%)
 copy 
server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/resources/cucumber/{DownloadPost.feature
 => ImapConsistency.feature} (60%)
 copy 
server/protocols/jmap-integration-testing/memory-jmap-integration-testing/src/test/java/org/apache/james/jmap/memory/cucumber/{MemoryIMAPKeywordsInconsistenciesTest.java
 => MemoryIMAPInconsistenciesTest.java} (91%)
 copy 
server/protocols/jmap-integration-testing/rabbitmq-jmap-integration-testing/src/test/java/org/apache/james/jmap/rabbitmq/cucumber/{RabbitMQIMAPKeywordsInconsistenciesTest.java
 => RabbitMQIMAPInconsistenciesTest.java} (92%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to