You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlrpc-dev@ws.apache.org by Henri Gomez <he...@gmail.com> on 2006/03/06 09:51:27 UTC

Re: Announce: Apache XML-RPC 3.0a1

BTW, since the Http client is now marked end-of-life, shouldn't we
update XML-RPC 3.0to only use http-common-clients 3.0 and update it
accordingly ?


2006/2/20, Jochen Wiedmann <jo...@gmail.com>:
> Hi, Henri,
>
> On 2/20/06, Henri Gomez <he...@gmail.com> wrote:
>
> > Where could I find the ws-commons 1.0-dev jar ?
>
> where have you got the -dev from, because we ought to fix it?
>
> The URL is
>
> http://cvs.apache.org/maven-snapshot-repository/org/apache/ws/commons/ws-commons-util/1.0-SNAPSHOT/ws-commons-util-1.0-SNAPSHOT.jar
>
>
>
> --
> Whenever you find yourself on the side of the
> majority, it is time to pause and reflect.
> (Mark Twain)
>

Re: Announce: Apache XML-RPC 3.0a1

Posted by Jochen Wiedmann <jo...@gmail.com>.
On 3/6/06, Henri Gomez <he...@gmail.com> wrote:

> Ok, so we just need now to update code ?

No, it already is. :-)

--
Whenever you find yourself on the side of the
majority, it is time to pause and reflect.
(Mark Twain)

Re: Announce: Apache XML-RPC 3.0a1

Posted by Henri Gomez <he...@gmail.com>.
Ok, so we just need now to update code ?

2006/3/6, Jochen Wiedmann <jo...@gmail.com>:
> On 3/6/06, Henri Gomez <he...@gmail.com> wrote:
>
> > BTW, since the Http client is now marked end-of-life, shouldn't we
> > update XML-RPC 3.0to only use http-common-clients 3.0 and update it
> > accordingly ?
>
>   <dependency>
>     <groupId>commons-httpclient</groupId>
>     <artifactId>commons-httpclient</artifactId>
>     <version>3.0</version>
>     <type>jar</type>
>   </dependency>
>
>
> --
> Whenever you find yourself on the side of the
> majority, it is time to pause and reflect.
> (Mark Twain)
>

Re: Announce: Apache XML-RPC 3.0a1

Posted by Jochen Wiedmann <jo...@gmail.com>.
On 3/6/06, Henri Gomez <he...@gmail.com> wrote:

> BTW, since the Http client is now marked end-of-life, shouldn't we
> update XML-RPC 3.0to only use http-common-clients 3.0 and update it
> accordingly ?

  <dependency>
    <groupId>commons-httpclient</groupId>
    <artifactId>commons-httpclient</artifactId>
    <version>3.0</version>
    <type>jar</type>
  </dependency>


--
Whenever you find yourself on the side of the
majority, it is time to pause and reflect.
(Mark Twain)