The backport doesn't make our code directly upwards/downwards compatible between JDKs 1.4 and 1.5, as it is in a different package than java.util (due to restrictions on the java packages).
As long as it works, and we're not moving towards Java 5, I don't see a direct need to change. Martijn On 9/3/05, SourceForge.net <[EMAIL PROTECTED]> wrote: > Feature Requests item #1281322, was opened at 2005-09-03 19:28 > Message generated for change (Tracker Item Submitted) made by Item Submitter > You can respond by visiting: > https://sourceforge.net/tracker/?func=detail&atid=684978&aid=1281322&group_id=119783 > > Please note that this message will contain a full copy of the comment thread, > including the initial issue submission, for this request, > not just the latest update. > Category: None > Group: None > Status: Open > Priority: 5 > Submitted By: Juergen Donnerstag (jdonnerstag) > Assigned to: Nobody/Anonymous (nobody) > Summary: replace Doug Lea's concurrent package with Java 5 back port > > Initial Comment: > Use the java.util.concurrent.ConcurrentHashMap and > replace the ones used now (including > ConcurrentReaderHashMap) from (either Java 5 or: Java 5 > currently is no option) from the excellent Backport > (http://www.mathcs.emory.edu/dcl/util/backport-util-concurrent/) > that is also Public Domain. > > > ---------------------------------------------------------------------- > > You can respond by visiting: > https://sourceforge.net/tracker/?func=detail&atid=684978&aid=1281322&group_id=119783 > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Wicket-develop mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-develop > ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
