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 0ff869b06b Improve Scala compilation caching and build config (#2967)
     new a452c744e7 JAMES-4187 Add internalDate to FlagsUpdated event
     new d7bd1be50d JAMES-4187 Drop Cassandra email query view look up table
     new 927cbe3d5f JAMES-4187 MessageContentDeletionEvent: enrich Flags
     new e42a221300 JAMES-4187 Fix failing tests

The 4 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:
 .../apache/james/mailbox/events/MailboxEvents.java |  4 +-
 .../apache/james/mailbox/model/UpdatedFlags.java   | 33 +++++++++--
 .../mailbox/cassandra/DeleteMessageListener.java   | 16 +++---
 .../cassandra/mail/CassandraMessageIdMapper.java   | 31 ++++++++---
 .../cassandra/mail/CassandraMessageMapper.java     | 51 ++++++++++-------
 .../task/SolveMessageInconsistenciesService.java   |  1 +
 .../scala/org/apache/james/event/json/DTOs.scala   |  7 ++-
 .../james/event/json/MailboxEventSerializer.scala  |  4 +-
 .../event/json/FlagsUpdatedSerializationTest.java  | 63 +++++++++++++++++++++
 .../MessageContentDeletionSerializationTest.java   | 50 +++++++++++++++++
 .../james/mailbox/jpa/mail/MessageUtils.java       |  1 +
 .../mailbox/jpa/mail/JpaMessageMapperTest.java     |  5 ++
 .../inmemory/mail/InMemoryMessageIdMapper.java     |  1 +
 .../mailbox/postgres/DeleteMessageListener.java    | 22 ++++----
 .../postgres/mail/PostgresMessageIdMapper.java     | 24 ++++----
 .../postgres/mail/PostgresMessageMapper.java       | 21 ++++---
 .../mail/dao/PostgresMailboxMessageDAO.java        | 18 +++++-
 .../james/mailbox/store/event/EventFactory.java    | 18 +++++-
 .../mailbox/store/mail/AbstractMessageMapper.java  | 15 ++---
 .../AbstractMessageIdManagerSideEffectTest.java    |  1 +
 .../store/mail/model/MessageIdMapperTest.java      |  7 +++
 .../store/mail/model/MessageMapperTest.java        |  5 ++
 .../projections/CassandraEmailQueryView.java       | 65 ++++------------------
 .../CassandraEmailQueryViewDataDefinition.java     | 11 ----
 .../table/CassandraEmailQueryViewTable.java        |  1 -
 .../projections/PostgresEmailQueryView.java        |  2 +-
 .../james/jmap/api/projections/EmailQueryView.java |  2 +-
 .../memory/projections/MemoryEmailQueryView.java   |  2 +-
 .../api/projections/EmailQueryViewContract.java    | 12 +++-
 .../jmap/event/PopulateEmailQueryViewListener.java | 31 +++++++++--
 30 files changed, 362 insertions(+), 162 deletions(-)


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

Reply via email to