Repository: cayenne Updated Branches: refs/heads/CAY-1946_1 276f049cf -> 7f64112f8
CAY-1946 CDbimport improvements * adding a note on SmartNamingStrategy removal - was bitten by that on upgrade Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/7f64112f Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/7f64112f Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/7f64112f Branch: refs/heads/CAY-1946_1 Commit: 7f64112f8ab3ffa93aeed5f4643d327a936bda9b Parents: 276f049 Author: aadamchik <aadamc...@apache.org> Authored: Sun Nov 16 15:11:56 2014 +0300 Committer: aadamchik <aadamc...@apache.org> Committed: Sun Nov 16 16:34:50 2014 +0300 ---------------------------------------------------------------------- docs/doc/src/main/resources/UPGRADE.txt | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cayenne/blob/7f64112f/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 94f8f72..7aaff0f 100644 --- a/docs/doc/src/main/resources/UPGRADE.txt +++ b/docs/doc/src/main/resources/UPGRADE.txt @@ -9,6 +9,10 @@ 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 3.2M1. +* org.apache.cayenne.map.naming.SmartNamingStrategy was replaced with org.apache.cayenne.map.naming.DefaultNameGenerator. If you + mentioned SmartNamingStrategy explicitly in your Maven or Ant configs, make sure you rename it. Since this was/is the default, + chances are that you didn't. + * Minimal required JDK version is now 1.6 (both for modeler and runtime). This is a pretty conservative requirement, considering that Java 1.6 has been EOL'd by Oracle on Feb 2013.