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 "Tellier Benoit (JIRA)" <se...@james.apache.org> on 2017/09/22 10:45:00 UTC

[jira] [Created] (JAMES-2155) Implement a JPA Sieve Repository

Tellier Benoit created JAMES-2155:
-------------------------------------

             Summary: Implement a JPA Sieve Repository
                 Key: JAMES-2155
                 URL: https://issues.apache.org/jira/browse/JAMES-2155
             Project: James Server
          Issue Type: New Feature
          Components: data, jpa
    Affects Versions: master
            Reporter: Tellier Benoit


James exposes the *SieveRepository* interface for storing Sieve scripts. 

Nowadays, Sieve scripts can only be stored on top of Files and Cassandra. Storing Sieve scripts on top of *JPA* would unlock this feature above a database.

I order to do so:

 - Write a *JPASieveRepository* in *data-jpa* project. (in the sieve package.) You can look at other classes to get hints. Like JPAUsersRepository or JPADomainList.
 - To write a *JPASieveRepositoryTest* class and check your work simply extend the *AbstractSieveRepositoryTest* class. 

Don't hesitate to ask for help on the *Gitter* chat.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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