You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2015/05/19 11:20:31 UTC

cayenne git commit: clarifying upgrade notes

Repository: cayenne
Updated Branches:
  refs/heads/master 79a66d803 -> 17a689379


clarifying upgrade notes


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

Branch: refs/heads/master
Commit: 17a6893790ace78a40798f5b991275f27b255a3e
Parents: 79a66d8
Author: aadamchik <aa...@apache.org>
Authored: Tue May 19 12:20:24 2015 +0300
Committer: aadamchik <aa...@apache.org>
Committed: Tue May 19 12:20:24 2015 +0300

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


http://git-wip-us.apache.org/repos/asf/cayenne/blob/17a68937/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 06f77cc..6499e47 100644
--- a/docs/doc/src/main/resources/UPGRADE.txt
+++ b/docs/doc/src/main/resources/UPGRADE.txt
@@ -6,7 +6,8 @@ IMPORTANT: be sure to read all notes for the intermediate releases between your
 -------------------------------------------------------------------------------
 UPGRADING TO 4.0.M3
 
-* Adding @Deprecated annotation to String property names was stopped. Instead of this, String property names inclusion
+* We no lobger add @Deprecated annotation to generated String property names in entity superclasses. 
+  Instead 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,