On Fri, 22 Feb 2002, Daniel Rall wrote:

> > One issue of this is that at the moment, XmlUtils and GenerateUniqueId
> > both fail to compile due to dependency on String[Util]s. As does
> > RequestUtils.
>
> I just fixed GenerateUniqueId.

XmlUtils is a String-based class, so its dependency on the String library
will not be fixable without specifying dependency. So once I figure this
out/find a doc I'll make Util dependent on Lang.

> What is the reasoning for not moving lru.* into Collections and/or
> merging with LRUMap?

Mainly that I was unsure if the consensus was for that. Anyone against
this being transfered? And anyone up for the merging?

> I nuked the other duplicate Collections-type code from Util
> (BufferCache and SequencedHashtable and their tests).  Since Util has
> never had final release, this should be fine.
>
> EnumerationIterator is already in Collections (so should go ASAP), but
> Util's CollectionUtils still depends on it.
>

Cool. I'll merge CollectionU's tonight and nuke EnumIter.

Bay


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to