This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 4debed29f3c0536e1e4b1e5ba4e06a7ee2b8c0de Author: Rémi KOWALSKI <[email protected]> AuthorDate: Fri Nov 15 15:52:37 2019 +0100 JAMES-2981 update ugrade instructions --- upgrade-instructions.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/upgrade-instructions.md b/upgrade-instructions.md index f4f9b5a..f1b0ab3 100644 --- a/upgrade-instructions.md +++ b/upgrade-instructions.md @@ -19,6 +19,19 @@ Change list: - [UsersFileRepository](#usersfilerepository) - [ElasticSearch performance enhancements](#elasticsearch-performance-enhancements) - [JAMES-2703 Post 3.4.0 release removals](#james-2703-post-340-release-removals) + - [Cassandra keyspace creation configuration](#cassandra-keyspace-creation-configuration) + +#### Cassandra keyspace creation configuration + +Date 15/11/2019 + +SHA-1 bcf4d36500 + +In order to allow the usage of cassandra credentials limited to a keyspace, the default behaviour of James is now to NOT +create the keyspace during start-up. + +The automatic creation of the cassandra keyspace by James could be enabled by setting + `cassandra.keyspace.create=true` in the `cassandra.properties` configuration file. #### UsersFileRepository --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
