> > The reason for JDK 1.4 is due to trying to get more in. I think a JDK1.2 > version should exist too, but it would not contain HttpClient (?) which I > thought might be 1.4 dependant now for SSL and would not include BeanUtils > with the current api munging. >
Httpclient is still run-time dependent on Java 1.2 + commons-logging only. It is compile dependent on Java 1.2, commons-logging, JCE & JSSE. We are planning to introduce commons-codec as a run-time/compile dependency in the next release. There will be no dependencies on Java 1.3 and above features in the foreseeable future (even though some of them are quite tempting). So, we clearly should be able to play nicely with both proposed platforms: 'JDK 1.4' and 'JDK 1.2 + jars to make it 1.4-like'. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
