On Mon, 2006-04-24 at 09:39 +0600, Sanjiva Weerawarana wrote: > Something for us to keep an eye on for 1.1 maybe .. depending on their > timing. > > Sanjiva.
Sanjiva et al, For what it is worth, I would very strongly encourage you to consider replacing the code in SimpleHttpServer derived from the HttpClient test classes [1] with something else. It is very unlikely we will be supporting that code in the future. Moreover, it has never been designed to serve as anything else but an over-simplistic HTTP testing framework. As of next release (4.0) Jakarta HttpClient will be using HttpCore internally to handle low level HTTP transport aspects and to implement the corresponding server side unit tests. If you were prepared to consider HttpCore as a replacement for the old HttpClient test classes, I would happily pledge my full support in migrating the code and maintaining HttpCore related stuff in Axis (at very least until HttpCore API is considered stable and frozen) Cheers, Oleg [1]https://svn.apache.org/repos/asf/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/transport/http/server/ > email message attachment, "Forwarded message - [ANNOUNCEMENT] Jakarta > HttpComponents HttpCore 4.0-alpha1 Released" > > -------- Forwarded Message -------- > > From: Michael Becke <[EMAIL PROTECTED]> > > Reply-To: Jakarta General List <[email protected]> > > To: HttpClient Project <[email protected]>, > > HttpClient User Discussion <[email protected]>, > > Jakarta General List <[email protected]>, > > [EMAIL PROTECTED] > > Subject: [ANNOUNCEMENT] Jakarta HttpComponents HttpCore 4.0-alpha1 > > Released > > Date: Sun, 23 Apr 2006 23:15:07 -0400 > > > > Jakarta HttpComponents HttpCore 4.0-alpha1 has been released. HttpCore > > provides a set of low level components, which can be used to build > > custom client and server side HTTP services. > > > > This release represents a complete redesign of the Jakarta Commons > > HttpClient 3.x API, and a significant rewrite of the core HTTP > > components derived from the HttpClient 3.0 code base. HttpCore will > > form the foundation of the future releases of Jakarta HttpClient. > > > > This release is primarily intended for API review and use in > > experimental projects. The HttpCore API is still deemed unstable, and > > it can still undergo significant changes based on the feedback from > > early adopters. Please check it out and let us know what you think. > > > > Enjoy, > > > > Jakarta HttpComponents Team > > > > > > <http://jakarta.apache.org/httpcomponents/> > > <http://jakarta.apache.org/httpcomponents/http-core/index.html> > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > >
