Hi,
    The general thing which we quite often find even with the latest
releases of JDK is that even the methods that are depricated, are really not
removed from the JDK installation. I guess what they
are planning to do is to slowly make the users move to the newer methods and
at some point of time
remove them. The other possibility can be that they gave lots of more
features in terms of security and efficiency etc. in the new methods that
the users will not users the older methods at all even though the depricated
methods are there.
    So, finally it depends on when to remove the depricated methods. It can
be at the earlier stages or somewhere down the line. I am not really clear
when this is done.

Regards,
Dharnidhar


----- Original Message -----
From: "Vincent Massol" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 09, 2001 12:48 AM
Subject: [poll] remove deprecations from 1.2 ?


> The following items have been deprecated in version 1.2. The question is :
> should we remove them all from upcoming version 1.3, should we leave some
> and remove others, or should we keep them all ? I'd like to have your
> opinion.
>
> 1/ org.apache.cactus.util.ClientCookie, which has been replaced by
> org.apache.cactus.Cookie
>
> 2/ endXXX(HttpURLConnection theConnection). Replaced by
> endXXX(org.apache.cactus.WebResponse theResponse) or
> endXXX(com.meterware.httpunit.WebResponse)
>
> 3/ ServletTestRequest has been replaced by WebRequest.
> "beginXXX(WebRequest)" is now the correct syntax
>
> Thanks
> -Vincent

Reply via email to