cmlenz 2003/01/01 11:56:43
Modified: documentation/docs/xdocs todo.xml changes.xml
Log:
- Move HttpURLConnection item from todo list to change log
Revision Changes Path
1.38 +0 -4 jakarta-cactus/documentation/docs/xdocs/todo.xml
Index: todo.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/todo.xml,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- todo.xml 26 Dec 2002 15:15:03 -0000 1.37
+++ todo.xml 1 Jan 2003 19:56:43 -0000 1.38
@@ -64,10 +64,6 @@
</category>
<category title="Design/Code">
- <action assigned-to="Vincent Massol">
- Remove HttpURLConnection and replace it by the one we have submitted
- to the HttpClient project.
- </action>
<action assigned-to="Christopher Lenz">
Improve the ServletTestRunner. Move stylesheet definition to web.xml
and provide support for XSLT performed inside ServletTestRunner.
1.65 +5 -0 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.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- changes.xml 26 Dec 2002 20:14:15 -0000 1.64
+++ changes.xml 1 Jan 2003 19:56:43 -0000 1.65
@@ -50,6 +50,11 @@
<release version="1.5" date="- in CVS">
<action dev="CML" type="update">
+ Cactus now uses the <code>HttpURLConnection</code> adapter from the
+ Commons-HttpClient code base. The version in the Cactus
+ <code>util</code> package has been deprecated.
+ </action>
+ <action dev="CML" type="update">
Added stack trace filtering to the ServletTestRunner. Stack frames
in the JUnit framework classes as well as in the Cactus base test case
classes are filtered out.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>