You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Rémi Kowalski (Jira)" <se...@james.apache.org> on 2019/12/11 13:57:00 UTC

[jira] [Created] (JAMES-3009) Convert event sourcing modules to scala

Rémi Kowalski created JAMES-3009:
------------------------------------

             Summary: Convert event sourcing modules to scala
                 Key: JAMES-3009
                 URL: https://issues.apache.org/jira/browse/JAMES-3009
             Project: James Server
          Issue Type: Improvement
            Reporter: Rémi Kowalski


This PR aims to convert to scala the event sourcing modules :
- `event-sourcing-core`
- `event-sourcing-pojo`
- `event-store-api`
- `event-store-cassandra`

This will help to standardize the `event-*` modules as `event-store-memory` is already written in scala.

The use of scala in those modules will avoid interoperability concerns with the mains consumers of those modules
which are already written in scala : see the distributed task manager.

In the long run this will allow to have a stronger typing in those parts of the code and to have a much less verbose code.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org