saiinfra / responseheaderfilter

Automatically exported from code.google.com/p/responseheaderfilter
0 stars 0 forks source link

Commons-Collections 3.1 Compatibility Issue #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I wanted to use this package to help with an older application dependent upon 
commons-collections 3.1 and encountered a small issue.  

When the application tries to start, it throws a NoSuchMethodError for 
Collectionutils.isNotEmpty (it was added to commons-collections at 3.2) and the 
application does not run.

I was able to patch the ConfigProcessor source to remove the dependency.  It's 
not as clear as the original code, but it is now compatible.

Modified source is attached.

Original issue reported on code.google.com by sage....@gmail.com on 21 Aug 2014 at 5:13

Attachments: