Mention that ROP server should now use new ROPServlet servlet class in the 
upgrade notes


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

Branch: refs/heads/master
Commit: 2c3719c0d52f400a27c54cd1db855b0a8273e013
Parents: 0e13274
Author: Dzmitry Kazimirchyk <dkazimirc...@gmail.com>
Authored: Tue Mar 1 17:21:04 2016 +0300
Committer: Dzmitry Kazimirchyk <dkazimirc...@gmail.com>
Committed: Tue Mar 1 17:21:04 2016 +0300

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


http://git-wip-us.apache.org/repos/asf/cayenne/blob/2c3719c0/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 6887e19..fb5408d 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.M4
 * 4.0.M4 changes the way queries are stored in the mapping files, so all 
existing *.map.xml files should be upgraded.
   To do that open each of your existing projects in the new CayenneModeler. 
Agree to perform an upgrade when asked.
 
+* Per CAY-2065 ROPHessianServlet has been discarded in favor of new 
implementation called ROPServlet,
+  so if you were using 
org.apache.cayenne.configuration.rop.server.ROPHessianServlet in your web.xml 
configuration,
+  you must change it to org.apache.cayenne.rop.ROPServlet
+
 UPGRADING TO 4.0.M3
 
 * Per CAY-2026 minimal Java version is now 1.7. If you are still need Java 
1.6, you can use Cayenne 3.1 or 4.0.M2 until your

Reply via email to