Split ehcache and memcached support out of httpclient-cache
-----------------------------------------------------------
Key: HTTPCLIENT-1115
URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1115
Project: HttpComponents HttpClient
Issue Type: Improvement
Components: Cache
Affects Versions: 4.1.1
Reporter: Craig
httpclient-cache includes ehcache and memcache implementations. This creates an
awkward situation for those of us who aren't using both (or either) of these
implementations, as when using Ivy/Maven/etc, the ehcache/memcache dependencies
are still pulled in. Also, on Android, when using proguard, it's difficult to
get proguard to work if the ehcache and memcache jars aren't available but
there are classes in httpclient-cache that refer to them.
Could you split out these implementation into new jars, perhaps
httpclient-cache-ehcache and httpclient-cache-memcache?
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]