On 21/06/2008, Ortwin Glück <[EMAIL PROTECTED]> wrote: > > > Oleg Kalnichevski wrote: > > > I agree, but what do we about the API freeze? Make an exception? > > > > Make a compatible change? > Make HttpParams a subclass of the new one and deprecate it. That should not > break the API. >
My other posting suggests much the same, except the other way round. Not sure which is better - the main difference is my method needs lots of changes to HC code initially, and a simple change when the deprecated class is removed, whereas yours is the other way round. But does one interface need to be 'instanceof' the other? If so, which way round? This could decide the matter. > > --------------------------------------------------------------------- > 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]
