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 6e1a5726f86ba9ff042e41285b91d98ec6f12ea9 Author: Raphael Ouazana <raphael.ouaz...@linagora.com> AuthorDate: Fri Nov 8 11:31:04 2019 +0100 JAMES-2949 Update changelog and upgrade instructions --- CHANGELOG.md | 1 + upgrade-instructions.md | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2894c4..e10d720 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) - JDBCRecipientRewriteTable implementation. Please use JPARecipientRewriteTable instead. - JamesUsersJdbcRepository, DefaultUsersJdbcRepository. Please use JpaUsersRepository instead. - MailboxQuotaFixed matcher. Please use IsOverQuota instead. +- UsersFileRepository, which was marked as deprecated for years ### Third party softwares - Tika prior 1.22 is subject to multiple CVEs. We recommend the upgrade. diff --git a/upgrade-instructions.md b/upgrade-instructions.md index 18b8d7f..53e745c 100644 --- a/upgrade-instructions.md +++ b/upgrade-instructions.md @@ -16,9 +16,22 @@ Changes to apply between 3.4.x and 3.5.x will be reported here. Change list: + - [UsersFileRepository](#usersfilerepository) - [ElasticSearch performance enhancements](#elasticsearch-performance-enhancements) - [JAMES-2703 Post 3.4.0 release removals](#james-2703-post-340-release-removals) +#### UsersFileRepository + +Date 08/11/2019 + +SHA-1 0f8ee6ce2a + +This specific user store was deprecated for years. It relied on Java serialization to store directly core.User object. + +If you are still using it, you should instead use an [other user repository](https://james.apache.org/server/config-users.html). + +If you need to export data from it, please [contact us](http://james.apache.org/#second), it could be possible to write a little extraction tool. + ### ElasticSearch performance enhancements Date 10/10/2019 --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org