bloritsch 2002/10/02 14:40:56
Modified: concurrent/src/xdocs index.xml
Log:
add information explaining the state of Excalibur Concurrent
Revision Changes Path
1.5 +23 -1 jakarta-avalon-excalibur/concurrent/src/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/concurrent/src/xdocs/index.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- index.xml 26 Jul 2002 15:44:56 -0000 1.4
+++ index.xml 2 Oct 2002 21:40:56 -0000 1.5
@@ -18,6 +18,28 @@
ConditionalEvent.
</p>
</s1>
+ <s1 title="Consider This Package Deprecated">
+ <p>
+ The Avalon team recognizes the stellar work that Doug Lea
+ has done with his thread concurrency management utilities.
+ The official location for documentation and releases is
+ at <fork
href="http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html">
+ his util.concurrent page</fork>. Unfortunately Doug Lea
+ does not provide a JAR file. For your convenience we
+ are providing a JAR file (the link is down below).
+ </p>
+ <p>
+ Instead of duplicating his work, we decided to let the
+ package stand as the standard for all the concurrency
+ management tools in the Avalon code base. Since this
+ migration is most likely going to take time, we will
+ maintain our concurrent project for some time. We don't
+ recommend using it for new development though.
+ </p>
+ <ul>
+ <li><link href="util.concurrent-1.3.1.jar">Download Doug Lea's
Concurrent utilities.</link></li>
+ </ul>
+ </s1>
</body>
<footer>
<legal>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>