You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2010/06/27 19:47:25 UTC

DO NOT REPLY [Bug 49510] New: Remove dependency on classes copied from commons

https://issues.apache.org/bugzilla/show_bug.cgi?id=49510

           Summary: Remove dependency on classes copied from commons
           Product: Taglibs
           Version: 1.2.0
          Platform: Macintosh
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Standard Taglib
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: jboynes@apache.org


The "extra" package in standard-impl contains classes copied from Commons
Collections, primarily LRUMap used in ElEvaluator and FormatDateSupport.
Comments indicate this can be replaced with LinkedHashMap if the baseline is
set to Java 1.4 and the project is now using Java5 so these could be removed.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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


DO NOT REPLY [Bug 49510] Remove dependency on classes copied from commons

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49510

--- Comment #1 from Jeremy Boynes <jb...@apache.org> 2010-06-27 13:52:47 EDT ---
Created an attachment (id=25647)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25647)
Patch remove dependencies on LRUMap

Once applied, the project will compile with the extras directory removed
completely. There's other things in there that don't appear to be used.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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


DO NOT REPLY [Bug 49510] Remove dependency on classes copied from commons

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49510

Henri Yandell <ba...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
         OS/Version|                            |All

--- Comment #2 from Henri Yandell <ba...@apache.org> 2010-06-29 03:38:05 EDT ---
Thanks Jeremy - patch applied:

svn ci -m "Removing dependency on copied LRUMap class from Commons Collections
now that we're 1.5 dependent. Patch courtesy of Jeremy Boynes (#49510)"
Sending       
impl/src/main/java/org/apache/taglibs/standard/lang/jstl/ELEvaluator.java
Sending       
impl/src/main/java/org/apache/taglibs/standard/tag/common/fmt/FormatDateSupport.java
Transmitting file data ..
Committed revision 958854.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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