vmassol 2003/07/12 13:09:24
Modified: documentation/docs/xdocs changes.xml
Log:
Added change about the class hierarchy refactoring that broke the binary
compatibility.
Revision Changes Path
1.110 +9 -4 jakarta-cactus/documentation/docs/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/changes.xml,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- changes.xml 12 Jul 2003 09:06:53 -0000 1.109
+++ changes.xml 12 Jul 2003 20:09:24 -0000 1.110
@@ -66,10 +66,15 @@
<release version="1.5" date="- in CVS">
<action dev="VMA" type="update">
- Deprecated <code>XXXTestCase.getCurrentTestMethod()</code> which
- returns the current test name. Replaced it by
- <code>XXXTestCase.getCurrentTestName()</code> which is better
- named.
+ Refactoring of <code>XXXTestCase</code> class hierarchy. Whereas
+ it was previously inheriting from <code>AbstractWebTestCase</code>
+ and <code>AbstractTestCase</code> it is now simply inheriting
+ from JUnit <code>TestCase</code>. Thus all non-public API are now
+ not visible from user (as they should be). This has broken binary
+ compatibility. If you had some framework compiled with Cactus 1.4.1
+ and using some methods from <code>AbstractWebTestCase</code>
+ or <code>AbstractTestCase</code>, you'll need to recompile it
+ with Cactus 1.5.
</action>
<action dev="CML" type="add">
Added a <code>HttpServletRequestWrapper.setRemoteUser()</code> method
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]