Opened 14 years ago
Closed 14 years ago
#429 closed enhancement (fixed)
Remove unnecessary override libraries (i.e CollectionsUtils, StringUtils)
Reported by: | mcoudert | Owned by: | mcoudert |
---|---|---|---|
Priority: | minor | Milestone: | v2.7.0 |
Component: | General | Version: | v2.6.2 |
Keywords: | Cc: |
Description
We should not "override" existing libraries or utility classes without any specific needs.
The aim is to remove utility classes coming from Spring: CollectionUtils, StringUtils ... and use the existing ones (e.g org.apache.commons-collections) as it is already a dependency.
Attachments (1)
Change History (3)
by , 14 years ago
Attachment: | remove_override_libs.patch added |
---|
comment:1 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Committed revision 7518.