You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by nt...@apache.org on 2017/02/15 14:31:54 UTC

cayenne git commit: CAY-2228 release notes and upgrade info

Repository: cayenne
Updated Branches:
  refs/heads/master 03e7024fc -> daee122c5


CAY-2228 release notes and upgrade info


Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo
Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/daee122c
Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/daee122c
Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/daee122c

Branch: refs/heads/master
Commit: daee122c5e2c49b628b88dc30dbffb58c7bb6023
Parents: 03e7024
Author: Nikita Timofeev <st...@gmail.com>
Authored: Wed Feb 15 17:31:48 2017 +0300
Committer: Nikita Timofeev <st...@gmail.com>
Committed: Wed Feb 15 17:31:48 2017 +0300

----------------------------------------------------------------------
 docs/doc/src/main/resources/RELEASE-NOTES.txt | 1 +
 docs/doc/src/main/resources/UPGRADE.txt       | 4 ++++
 2 files changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/daee122c/docs/doc/src/main/resources/RELEASE-NOTES.txt
----------------------------------------------------------------------
diff --git a/docs/doc/src/main/resources/RELEASE-NOTES.txt b/docs/doc/src/main/resources/RELEASE-NOTES.txt
index fd1c44a..86cc57c 100644
--- a/docs/doc/src/main/resources/RELEASE-NOTES.txt
+++ b/docs/doc/src/main/resources/RELEASE-NOTES.txt
@@ -30,6 +30,7 @@ CAY-2197 Update sqlite version and enable in-memory default config
 CAY-2212 cdbimport cleanup and configuration schema refactoring
 CAY-2223 JCacheQueryCache - a query cache provider to plug in JCache implementers
 CAY-2225 Extensible CacheInvalidationFilter logic
+CAY-2228 Deprecate multiple cache groups in caching and query API
 
 Bug Fixes:
 

http://git-wip-us.apache.org/repos/asf/cayenne/blob/daee122c/docs/doc/src/main/resources/UPGRADE.txt
----------------------------------------------------------------------
diff --git a/docs/doc/src/main/resources/UPGRADE.txt b/docs/doc/src/main/resources/UPGRADE.txt
index 0607064..81f5a88 100644
--- a/docs/doc/src/main/resources/UPGRADE.txt
+++ b/docs/doc/src/main/resources/UPGRADE.txt
@@ -6,6 +6,10 @@ IMPORTANT: be sure to read all notes for the intermediate releases between your
 -------------------------------------------------------------------------------
 UPGRADING TO 4.0.M5
 
+* Per CAY-2228 Support for multiple cache groups has been removed from caching and query API
+  as none of the modern providers supports it. If you relied on this feature you should
+  implement it by yourself or change caching provider
+
 * Per CAY-1980 "maven-cayenne-modeler-plugin" renamed to "cayenne-modeler-maven-plugin"
 
 * Per CAY-2225 CacheInvalidationFilter has been changed to support custom invalidation rules,