Samit, At the moment HttpClient 3.0 is Java 1.2 compatible (JSSE and JCE extensions are mandatory at compile time only) and we should keep it that way
Oleg On Sat, 2005-08-13 at 10:16 +0200, Ortwin Glück wrote: > Samit, > > Good you are asking. HttpClient 3 needs to be backwards compatible with > JDK 1.3 even! From HttpClient 4 on we support JDK 1.4 onwards. > So no enums and generics yet. > > Odi > > Samit Jain wrote: > > Hi, > > Can we use Java 1.5 features such as generics, enums in HttpClient > > code? None of the Java 1.5 syntax is present anywhere in the code yet, > > so I am a little hesitant of using it. > > > > Samit > > --------------------------------------------------------------------- > 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]
