Repository: archiva Updated Branches: refs/heads/master f11f39932 -> e6f7a52e4
[MRM-1390] Cassandra: rename Metadata Facet column 'key' to 'facetKey' Add release notes Project: http://git-wip-us.apache.org/repos/asf/archiva/repo Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/e6f7a52e Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/e6f7a52e Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/e6f7a52e Branch: refs/heads/master Commit: e6f7a52e4960eb78207a394a0bd30949ba841f4f Parents: f11f399 Author: Carlos Sanchez <[email protected]> Authored: Mon Dec 1 17:35:32 2014 +0100 Committer: Carlos Sanchez <[email protected]> Committed: Mon Dec 1 17:35:32 2014 +0100 ---------------------------------------------------------------------- archiva-docs/src/site/apt/release-notes.apt.vm | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/archiva/blob/e6f7a52e/archiva-docs/src/site/apt/release-notes.apt.vm ---------------------------------------------------------------------- diff --git a/archiva-docs/src/site/apt/release-notes.apt.vm b/archiva-docs/src/site/apt/release-notes.apt.vm index c2deda8..8df36af 100644 --- a/archiva-docs/src/site/apt/release-notes.apt.vm +++ b/archiva-docs/src/site/apt/release-notes.apt.vm @@ -42,6 +42,10 @@ Release Notes for Archiva ${project.version} * Compatibility Changes + * If using the Cassandra backend, the metadatafacet column 'key' has been + renamed to 'facetKey' in 2.2.0 so you should copy the data to the new + column manually. + * If upgrading from earlier versions of Archiva, the list of libraries in <<<wrapper.conf>>> has changed. If you have customized your copy of <<<wrapper.conf>>>, please update it for compatibility with the version
