Bug 27324 - Need to update tag handlers to be compliant with Commons Lang 2.0
Summary: Need to update tag handlers to be compliant with Commons Lang 2.0
Status: RESOLVED FIXED
Alias: None
Product: Taglibs
Classification: Unclassified
Component: String Taglib (show other bugs)
Version: unspecified
Hardware: All All
: P3 major (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-29 23:47 UTC by Felipe Leme
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments
Ant warnings about deprecated methods (14.75 KB, text/plain)
2004-02-29 23:48 UTC, Felipe Leme
Details
Ant warning after changes (658 bytes, text/plain)
2004-03-09 00:49 UTC, Felipe Leme
Details
JSP page that uses tagunit to test the taglib (based on the sample page) (12.21 KB, text/plain)
2004-03-09 00:54 UTC, Felipe Leme
Details
Tagunit results after the change (26.09 KB, text/html)
2004-03-09 00:54 UTC, Felipe Leme
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Felipe Leme 2004-02-29 23:47:03 UTC
I recently fixed bug 25136, where <str:chomp> was not working because it was
using a deprecated method from Commons Lang.

In fact, when I run ant, it shows 48 such warnings (see attachment), which might
be causing other bugs as well.

So, we should change these classes, re-test the application and create a new
release (1.1.0 probably) that requires Commons Lang 2.0.
Comment 1 Felipe Leme 2004-02-29 23:48:13 UTC
Created attachment 10616 [details]
Ant warnings about deprecated methods
Comment 2 Felipe Leme 2004-03-09 00:49:00 UTC
Created attachment 10718 [details]
Ant warning after changes
Comment 3 Felipe Leme 2004-03-09 00:54:22 UTC
Created attachment 10719 [details]
JSP page that uses tagunit to test the taglib (based on the sample page)
Comment 4 Felipe Leme 2004-03-09 00:54:30 UTC
Created attachment 10720 [details]
Tagunit results after the change
Comment 5 Felipe Leme 2004-03-09 00:56:24 UTC
I pretty much fixed the code, but won't mark it as fixed until I change
build.xml to include Lang 2.0.
Comment 6 Felipe Leme 2004-03-10 03:28:39 UTC
Fixed (and new version available through nightly build)