On 7 January 2011 13:38, Oleg Kalnichevski <[email protected]> wrote: > Folks > > HttpClient 4.1 GA and HttpAsyncHttpClient 4.0-alpha1 releases are > expected next week provided no release blockers are reported in the next > few days. > > Please do try to find time to test the latest build of HttpClient for > compatibility with your applications and report issues if found.
Seems to work OK with JMeter in a brief test. However, the documentation for some of the new code is rather lacking... There seems to be very little Javadoc for the caching code. There is a brief chapter on caching in the Tutorial, but it does not cover how the cache handles conditional and unconditional requests - see for example HTTPCLIENT-1042. A bit of time spent now adding a bit more documentation might prevent repeated questions on the mailing lists. > You may also want to check out HttpAsyncClient and help us improve its > API. > > --------------------------- > HttpClient 4.1 GA preview > > release notes: > http://people.apache.org/~olegk/httpclient-4.1-preview/RELEASE_NOTES.txt > > packages: > http://people.apache.org/~olegk/httpclient-4.1-preview/ > > snapshots: > https://repository.apache.org/content/repositories/snapshots/org/apache/httpcomponents/httpclient/4.1-beta2-SNAPSHOT/ > > --------------------------- > HttpAsyncClient 4.0-alpha1 preview > > release notes: > http://people.apache.org/~olegk/httpasyncclient-4.0-alpha1-preview/RELEASE_NOTES.txt > > packages: > http://people.apache.org/~olegk/httpasyncclient-4.0-alpha1-preview/ > > snapshots: > https://repository.apache.org/content/repositories/snapshots/org/apache/httpcomponents/httpasyncclient/4.0-alpha1-SNAPSHOT/ > > Oleg > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
