You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by bu...@apache.org on 2003/10/29 21:18:49 UTC

DO NOT REPLY [Bug 24230] New: - RFE: Using JDK 1.4 LinkedHashMap instead of commons LRUMap

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24230>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24230

RFE: Using JDK 1.4 LinkedHashMap instead of commons LRUMap

           Summary: RFE: Using JDK 1.4 LinkedHashMap instead of commons
                    LRUMap
           Product: Velocity
           Version: 1.0-Release
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Source
        AssignedTo: velocity-dev@jakarta.apache.org
        ReportedBy: doug@dougandalli.com


In release target 1.5 you mention switching to jakarta-commons LRUMap for caching.

Velocity should decrease its dependency on 3rd-party jars, not increase them! Use JDK1.4 
java.util.LinkedHashMap instead!

Since 1.4 has been out for months, and you are just now releasing RC1 of Velocity 1.4, by the time 
you get Velocity 1.5 out the door you shouldn't have to worry about development on pre-1.4 JDKs.

We love Velocity, but hate the many other Jakarta projects that rely on so many 3rd-party jars 
(beanutils, collections, logging, lang, etc.) that have a tendency to cause version conflicts with 
libraries in use in a project.

---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org