Author: aadamchik
Date: Wed Mar 7 13:18:45 2012
New Revision: 1297963
URL: http://svn.apache.org/viewvc?rev=1297963&view=rev
Log:
CAY-1665 Consistent and concise property names aggregated in one place
warning in UPGRADE.txt
Modified:
cayenne/main/trunk/docs/doc/src/main/resources/UPGRADE.txt
Modified: cayenne/main/trunk/docs/doc/src/main/resources/UPGRADE.txt
URL:
http://svn.apache.org/viewvc/cayenne/main/trunk/docs/doc/src/main/resources/UPGRADE.txt?rev=1297963&r1=1297962&r2=1297963&view=diff
==============================================================================
--- cayenne/main/trunk/docs/doc/src/main/resources/UPGRADE.txt (original)
+++ cayenne/main/trunk/docs/doc/src/main/resources/UPGRADE.txt Wed Mar 7
13:18:45 2012
@@ -5,6 +5,16 @@ IMPORTANT: be sure to read all notes for
current release and the release you are upgrading to.
-------------------------------------------------------------------------------
+UPGRADING TO 3.1M4
+
+* In an attempt to better organize DI configuration and ultimately make it
easier to understand,
+ all properties and DI collection keys were placed in a single Constants
interface. The property and key String
+ values were changed to follow a single convention. Please refer to
https://issues.apache.org/jira/browse/CAY-1665
+ for mapping between the old and the new names.
+
+ If you are upgrading from the earlier 3.1 releases, please change your code
and runtime parameters accordingly.
+ 3.0 users may still review the new property names as some of them existed
prior to DI.
+
UPGRADING TO 3.1M3
* DataMap listeners are no longer supported. Global listeners registered
through