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 a4c20b152d6949186788a35f960264553dc2ce78 Author: Rémi KOWALSKI <[email protected]> AuthorDate: Fri Nov 15 15:21:09 2019 +0100 JAMES-2981 Changelog for Cassandra keyspace creation --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 289f9f5..0c96758 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ of tasks being currently executed. - Disable dynamic mapping thanks to a change of the header structure - Read related [upgrade instructions](upgrade-instructions.md) - JAMES-2855 Multiple library/plugin/docker images/build tool upgrades +- By default the cassandra keyspace creation by James is now disabled by default. This allow to have credentials limited to a keyspace. It can be enabled by setting cassandra.keyspace.create=true in the cassandra.properties file. ### Fixed - JAMES-2828 & JAMES-2929 bugs affecting JDBCMailRepository usage with PostgresSQL thanks to Jörg Thomas & Sergey B --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
