JAMES-2555 Document WebAdmin ReIndexing API in changeLog and upgrade instructions
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/6e589fc7 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/6e589fc7 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/6e589fc7 Branch: refs/heads/master Commit: 6e589fc78f8b475f07d6935fd17700eccf5a6e91 Parents: 24c29fa Author: Benoit Tellier <btell...@linagora.com> Authored: Thu Dec 6 10:28:40 2018 +0700 Committer: Benoit Tellier <btell...@linagora.com> Committed: Thu Dec 13 09:46:49 2018 +0700 ---------------------------------------------------------------------- CHANGELOG.md | 1 + upgrade-instructions.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/6e589fc7/CHANGELOG.md ---------------------------------------------------------------------- diff --git a/CHANGELOG.md b/CHANGELOG.md index e088902..68fe832 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) - Multiple libraries updates - Migration from Cassandra 2 to Cassandra 3 - Mail::getSender was deprecated. Mail::getMaybeSender offers better Null Sender support. Java 8 default API method was used to not break compatibility. +- WebAdmin ReIndexing API had been reworked ### Deprecated - HBase and JCR components (mailbox and server/data). This will be removed as part of 3.3.0. If you have development skills, and are willing to maintain these components, please reach us. http://git-wip-us.apache.org/repos/asf/james-project/blob/6e589fc7/upgrade-instructions.md ---------------------------------------------------------------------- diff --git a/upgrade-instructions.md b/upgrade-instructions.md index 2de7d94..0a1fd3c 100644 --- a/upgrade-instructions.md +++ b/upgrade-instructions.md @@ -14,6 +14,22 @@ Note: this section is in progress. It will be updated during all the development Changes to apply between 3.2.x and 3.3.x will be reported here. +Change list: + + - [Changes in WebAdmin reIndexing API](#changes-in-webadmin-reindexing-api) + +### Changes in WebAdmin reIndexing API + +Date: 05/12/2018 + +SHA-1: 985b9a4a75bfa75c331cba6cbf835c043185dbdb + +JIRA: https://issues.apache.org/jira/browse/JAMES-2555 + +We made this API introduced in James 3.2.0 a bit more REST friendly. If you developed tools using this API, you will need to update them. + +For more details please refer to [the latest WebAdmin documentation](https://github.com/apache/james-project/blob/master/src/site/markdown/server/manage-webadmin.md#ReIndexing). + ## 3.2.0 version Changes to apply between 3.1.0 and 3.2.0 had been reported here. --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org