Now I found the versioning guidelines:
http://jakarta.apache.org/commons/releases/versioning.html

>From that I understand that version 1.3 is a minor release revision of
version 1.2, which is at least external interface compatible. Oleg's reply
indicates that HttpClient 3.0 is solely dependent on these external
interfaces.

Are all common components such that they consume only external interfaces
of their dependent components? If not is this captured anywhere?

Thanks
Henrich

Oleg Kalnichevski <[EMAIL PROTECTED]> wrote on 03/16/2006 12:15:22 PM:

> On Thu, 2006-03-16 at 11:21 -0800, Henrich Kraemer wrote:
> >
> >
> >
> > The dependencies of HttpClient 3.0 are: (
> > http://jakarta.apache.org/commons/httpclient/dependencies.html)
> >
> > commons-codec jar 1.2
> > commons-logging jar 1.0.3
> >
> > Now the lates releases of these components are:
> > commons-codec: 1.3
> > commons-logging:  1.0.4 and 1.1
> >
> > Is the expectation that one can use HttpClient 3.0 with the newer jars
> > versions? In particular commons-codec 1.3 and commons-logging 1.0.4?
> >
> > Thanks Henrich
>
> Henrich
>
> HttpClient 3.0 is expected to be compatible with any release of Commons
> Codec backward compatible with the version 1.2 and any release of
> Commons Logging backward compatible with the version 1.0.3. I see no
> reason why HttpClient 3.0 would not work with Commons Codec 1.3 and
> Commons Logging 1.0.4
>
> Oleg
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>

Reply via email to