This is an automated email from the ASF dual-hosted git repository.
rcordier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git.
from 9e976d3 JAMES-2949 Enforce username to be always lower cased
new fff0427 [Refactoring] rewrite InMemoryEventStore in Scala
new 2a099af JAMES-2949 Add an integration test ensuring delivery when non
matching case
new f6cda85 JAMES-2949 Update documentation accordingly
new 432a6f5 JAMES-2210 Evaluate the performance impact to use commons-io
in FileSystemBlobStrategy
new 98034ed JAMES-2110 Use IOUtils::copy in more places
new d8a4a8c JAMES-2110 Reduce ImapRequestLineReader::consumeLiteral
buffer size
The 6 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:
CHANGELOG.md | 1 +
event-sourcing/event-store-memory/pom.xml | 17 ++++
.../eventstore/memory/InMemoryEventStore.java | 99 ----------------------
.../eventstore/memory/InMemoryEventStore.scala | 58 +++++++++++++
.../mailbox/maildir/mail/MaildirMessageMapper.java | 6 +-
.../james/imap/decode/ImapRequestLineReader.java | 13 +--
.../main/OutputStreamImapResponseWriter.java | 15 +---
.../mailets/CommonMailetConfigurationTest.java | 13 +++
.../queue/activemq/FileSystemBlobStrategy.java | 25 ++----
src/site/xdoc/server/config-users.xml | 3 +
upgrade-instructions.md | 14 ++-
11 files changed, 121 insertions(+), 143 deletions(-)
delete mode 100644
event-sourcing/event-store-memory/src/main/java/org/apache/james/eventsourcing/eventstore/memory/InMemoryEventStore.java
create mode 100644
event-sourcing/event-store-memory/src/main/scala/org/apache/james/eventsourcing/eventstore/memory/InMemoryEventStore.scala
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]