Date: 2005-01-10T12:57:20 Editor: OlegKalnichevski Wiki: Jakarta-HttpClient Wiki Page: HttpClientApiRedesign URL: http://wiki.apache.org/jakarta-httpclient/HttpClientApiRedesign
no comment Change Log: ------------------------------------------------------------------------------ @@ -20,6 +20,8 @@ * Java 1.4 (shall we consider 1.5? vote?) * commons-logging (really needed? if feasible I'd rather do without this dependency) +The rationale behind trying to avoid dependency on a logging framework is to keep the component reusable by projects that have already standardized on a certain logging framework. + provides * Http header primitives as defined in RFC 822 @@ -93,6 +95,8 @@ * Java 1.4 * commons-logging (really needed? if feasible I'd rather do without this dependency) * http-common (really needed? if feasible I'd rather do without this dependency) + +The rationale behind trying to avoid dependency on a logging framework is to keep the component reusable by projects that have already standardized on a certain logging framework. provides --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
