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/07/26 11:40:58 UTC

cayenne git commit: Project XML extensions: release notes and upgrade guide

Repository: cayenne
Updated Branches:
  refs/heads/master 3f375f384 -> f4866e589


Project XML extensions: release notes and upgrade guide


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

Branch: refs/heads/master
Commit: f4866e58976576670deb7cb14b5eb6be702e2fec
Parents: 3f375f3
Author: Nikita Timofeev <st...@gmail.com>
Authored: Wed Jul 26 14:40:51 2017 +0300
Committer: Nikita Timofeev <st...@gmail.com>
Committed: Wed Jul 26 14:40:51 2017 +0300

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


http://git-wip-us.apache.org/repos/asf/cayenne/blob/f4866e58/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 9674ad9..b2ee928 100644
--- a/docs/doc/src/main/resources/RELEASE-NOTES.txt
+++ b/docs/doc/src/main/resources/RELEASE-NOTES.txt
@@ -13,7 +13,11 @@ Date:
 ----------------------------------
 Changes/New Features:
 
+CAY-2152 Redesign project file upgrade system
 CAY-2329 Update project dependencies
+CAY-2335 New XML loading/saving mechanics with support of plugable handlers
+CAY-2336 Support for comments in Modeler
+CAY-2339 Compatibility module to support old versions of projects at runtime
 
 Bug Fixes:
 

http://git-wip-us.apache.org/repos/asf/cayenne/blob/f4866e58/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 45ae5d1..2eee938 100644
--- a/docs/doc/src/main/resources/UPGRADE.txt
+++ b/docs/doc/src/main/resources/UPGRADE.txt
@@ -5,6 +5,16 @@ IMPORTANT: be sure to read all notes for the intermediate releases between your
            current release and the release you are upgrading to.
 -------------------------------------------------------------------------------
 
+UPGRADING TO 4.1.M1
+
+* Per CAY-2335 ServerRuntime by default will fail to load projects in case of version mismatch.
+      You have two options:
+      - update project via opening it in Cayenne Modeler
+      - if you are unable to do so you can use new cayenne-project-compatibility module,
+      to enable it simply add it as a dependency in Maven (or any other build system you use), however
+      this module can support only versions created by Cayenne 3.1 or later.
+
+
 UPGRADING TO 4.0.B1
 
 * Per CAY-2302 postcommit module and all it's internals renamed to commitlog.