Return-Path: X-Original-To: apmail-hc-dev-archive@www.apache.org Delivered-To: apmail-hc-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7005685C8 for ; Fri, 12 Aug 2011 17:42:50 +0000 (UTC) Received: (qmail 87560 invoked by uid 500); 12 Aug 2011 17:42:50 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 87446 invoked by uid 500); 12 Aug 2011 17:42:49 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 87429 invoked by uid 99); 12 Aug 2011 17:42:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Aug 2011 17:42:48 +0000 X-ASF-Spam-Status: No, hits=-2000.8 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Aug 2011 17:42:47 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 2BD6BBAF20 for ; Fri, 12 Aug 2011 17:42:27 +0000 (UTC) Date: Fri, 12 Aug 2011 17:42:27 +0000 (UTC) From: "Craig (JIRA)" To: dev@hc.apache.org Message-ID: <2065467944.33979.1313170947176.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (HTTPCLIENT-1115) Split ehcache and memcached support out of httpclient-cache MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 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: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org