We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here are the more specific task details:
Link to JIRA: https://issues.apache.org/jira/browse/JAMES-2602
In server/data/data-memory create a MemorySieveRepository implementation.
server/data/data-memory
MemorySieveRepository
You will test your implementation against the AbstractSieveRepositoryTest class.
AbstractSieveRepositoryTest
Then we can replace some usage of SieveFileRepository in tests where appropriate.
SieveFileRepository
Don't hesitate to ask for help on the Gitter chat : https://gitter.im/apache/james-project
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here are the more specific task details:
Link to JIRA: https://issues.apache.org/jira/browse/JAMES-2602
In
server/data/data-memory
create aMemorySieveRepository
implementation.You will test your implementation against the
AbstractSieveRepositoryTest
class.Then we can replace some usage of
SieveFileRepository
in tests where appropriate.Don't hesitate to ask for help on the Gitter chat : https://gitter.im/apache/james-project
The text was updated successfully, but these errors were encountered: