On Wed, 2007-11-14 at 13:56 +0100, Ortwin Glück wrote: > sebb wrote: > > I think this depends on where HttpClient is likely to be used. If it > > is extensively used in large applications such as servers etc - which > > may depend on lots of other software - then it seems to me that > > HttpClient should only require 1.5 if that is absolutely necessary at > > run-time. > > JBoss ships with HttpClient by default. Don't know exactly what they use > it for, but I guess for webservices. Also all of our J2EE applications > use HttpClient. I think it is very important not to cause dependency hell. > >
Guys, By the time HttpClient 4.0 goes final, we can expect Java 1.5 JRE to be very widely deployed. Besides, for those who are unfortunate enough to be stuck with 1.4 JRE there is always HttpCore and HttpClient 3.1. Even Websphere runs on Java 1.5 these days. 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]
