cziegeler 2004/05/27 06:20:42
Modified: . status.xml
src/documentation/xdocs/plan updating.xml
Log:
Update info
Revision Changes Path
1.342 +6 -1 cocoon-2.1/status.xml
Index: status.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/status.xml,v
retrieving revision 1.341
retrieving revision 1.342
diff -u -r1.341 -r1.342
--- status.xml 27 May 2004 08:36:15 -0000 1.341
+++ status.xml 27 May 2004 13:20:42 -0000 1.342
@@ -205,6 +205,11 @@
<changes>
<release version="@version@" date="@date@">
+ <action dev="CZ" type="udpate">
+ Remove deprecated methods from SimpleCharStream, Notifier,
AbstractComplementaryConfigurableAction,
+ StringUtils. Remove deprecated parser constant from Constants and remove
+ deprecated class DefaultsMetaModule.
+ </action>
<action dev="CZ" type="update">
Remove deprecated methods from XMLUtils, DOMUtil, DOMBuilder and
SourceUtil.
</action>
1.13 +6 -0 cocoon-2.1/src/documentation/xdocs/plan/updating.xml
Index: updating.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/plan/updating.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- updating.xml 25 May 2004 07:28:25 -0000 1.12
+++ updating.xml 27 May 2004 13:20:42 -0000 1.13
@@ -47,6 +47,12 @@
If you follow the instructions of this document closely, however,
you should be able to quickly upgrade your Cocoon 2.1.x installation.
</p>
+ <p>
+ In general, a good advice is that you avoid any calls to private or
deprecated
+ API. If you are calling deprecated API, look up for an alternative. In
most
+ case this is documented in the java docs. If not or if you are calling
private
+ API please ask on the mailing lists for a the "right way".
+ </p>
</s1>
<s1 title="Updating Your Application">
<p>Currently, updating your application from an older version to the
latest