JAMES-1789 Cassandra is not supported anymore with Spring
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/4cbed35a Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/4cbed35a Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/4cbed35a Branch: refs/heads/master Commit: 4cbed35a2ca16235713d162eb688688438fb4325 Parents: fcfb1f7 Author: benwa <[email protected]> Authored: Sat Jun 10 11:03:07 2017 +0700 Committer: benwa <[email protected]> Committed: Wed Jun 14 15:01:49 2017 +0700 ---------------------------------------------------------------------- src/site/xdoc/server/config-mailbox.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/4cbed35a/src/site/xdoc/server/config-mailbox.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/server/config-mailbox.xml b/src/site/xdoc/server/config-mailbox.xml index d556a64..e575a8a 100644 --- a/src/site/xdoc/server/config-mailbox.xml +++ b/src/site/xdoc/server/config-mailbox.xml @@ -37,7 +37,7 @@ <dl> <dt><strong>provider</strong></dt> - <dd>Supported providers are: jpa (default), jcr, maildir, cassandra, memory. Be aware that maildir will only work on unix like operation systems! + <dd>Supported providers are: jpa (default), jcr, maildir, memory. Be aware that maildir will only work on unix like operation systems! Cassandra mailbox need to be compiled and run using java 8.</dd> </dl> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
