You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by sk...@apache.org on 2015/04/03 12:45:18 UTC

cayenne git commit: CAY-1991 | Add missing mention to UPGRADE.txt

Repository: cayenne
Updated Branches:
  refs/heads/master 3f0c7f984 -> de147692a


CAY-1991 | Add missing mention to UPGRADE.txt


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

Branch: refs/heads/master
Commit: de147692ad6808c3aab928ecf1ad94e3e94ea6fe
Parents: 3f0c7f9
Author: Savva Kolbachev <s....@gmail.com>
Authored: Fri Apr 3 13:44:27 2015 +0300
Committer: Savva Kolbachev <s....@gmail.com>
Committed: Fri Apr 3 13:44:27 2015 +0300

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


http://git-wip-us.apache.org/repos/asf/cayenne/blob/de147692/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 2359b31..cc5cda1 100644
--- a/docs/doc/src/main/resources/UPGRADE.txt
+++ b/docs/doc/src/main/resources/UPGRADE.txt
@@ -4,6 +4,15 @@ Apache Cayenne Upgrade Information
 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.0.M3
+
+* Adding @Deprecated annotation to String property names was stopped. Instead of this, String property names inclusion
+  became optional, controlled with "createPropertyNames" flag in cgen ("false" by default). Also a similar option
+  was added to Advanced Type of CayenneModeler class generation dialog.
+  Note if you have references to @Deprecated String properties and you run cgen without "createPropertyNames" flag,
+  there will be errors. Reference Jira: CAY-1991
+
+
 UPGRADING TO 4.0.M2
 
 * Note that 3.2 line of development was renamed to 4.0. So 4.0.M2 is a straight descendant of