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/13 09:08:23 UTC

cayenne git commit: Upgrade notes for the updated CacheInvalidationFilter

Repository: cayenne
Updated Branches:
  refs/heads/master bf046a22d -> dc943e1d7


Upgrade notes for the updated CacheInvalidationFilter


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

Branch: refs/heads/master
Commit: dc943e1d795a279b200fa4bb65a091517a46b238
Parents: bf046a2
Author: Nikita Timofeev <st...@gmail.com>
Authored: Mon Feb 13 12:08:18 2017 +0300
Committer: Nikita Timofeev <st...@gmail.com>
Committed: Mon Feb 13 12:08:18 2017 +0300

----------------------------------------------------------------------
 docs/doc/src/main/resources/UPGRADE.txt | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/dc943e1d/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 7c27cf7..95790aa 100644
--- a/docs/doc/src/main/resources/UPGRADE.txt
+++ b/docs/doc/src/main/resources/UPGRADE.txt
@@ -6,6 +6,11 @@ IMPORTANT: be sure to read all notes for the intermediate releases between your
 -------------------------------------------------------------------------------
 UPGRADING TO 4.0.M5
 
+* Per CAY-2225 CacheInvalidationFilter has been changed to support custom invalidation rules,
+  in addition to the rule based on @CacheGroups annotation.
+  If you have used it previously, you should change its binding to runtime from direct binding in
+  a custom module to a module built by CacheInvalidationModuleBuilder.
+
 * Per CAY-2212 cdbimport tool revisited once again, so configuration of Maven plugin should be changed.
   - "maven-cayenne-plugin" is deprecated, please switch to "cayenne-maven-plugin"
   - <reverseEngineering> tag replaced with <dbimport> tag