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 3361957762 JAMES-3777 Upgrade instructions for filter increments
     new 812875de71 JAMES-3777 Snapshots for Filter event sourcing
     new 1bf460936a JAMES-3777 Upgrade instructions for event store snapshots

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:
 .../org/apache/james/eventsourcing/Event.scala     |  2 +
 .../eventstore/cassandra/CassandraEventStore.scala | 17 +++---
 .../cassandra/CassandraEventStoreModule.scala      |  1 +
 .../cassandra/CassandraEventStoreTable.scala       |  1 +
 .../eventstore/cassandra/EventStoreDao.scala       | 71 ++++++++++++++++++----
 ...CassandraEventStoreExtensionForTestEvents.scala |  2 +-
 .../cassandra/CassandraEventStoreTest.scala        | 37 ++++++++++-
 .../dto/{OtherEvent.scala => SnapshotEvent.scala}  |  4 +-
 .../{TestEventDTO.scala => SnapshotEventDTO.scala} | 15 +++--
 .../eventstore/cassandra/dto/TestEventDTO.scala    |  7 +--
 .../cassandra/dto/TestEventDTOModules.scala        | 12 ++++
 .../sample-configuration/jvm.properties            |  5 +-
 .../sample-configuration/jvm.properties            |  3 +-
 .../api/filtering/impl/FilteringAggregate.java     | 16 ++++-
 .../jmap/api/filtering/impl/RuleSetDefined.java    |  5 ++
 upgrade-instructions.md                            |  6 ++
 16 files changed, 161 insertions(+), 43 deletions(-)
 copy 
event-sourcing/event-store-cassandra/src/test/scala/org/apache/james/eventsourcing/eventstore/cassandra/dto/{OtherEvent.scala
 => SnapshotEvent.scala} (89%)
 copy 
event-sourcing/event-store-cassandra/src/test/scala/org/apache/james/eventsourcing/eventstore/cassandra/dto/{TestEventDTO.scala
 => SnapshotEventDTO.scala} (73%)


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org
For additional commands, e-mail: notifications-h...@james.apache.org

Reply via email to