Berin Loritsch wrote:

Vadim Gritsenko wrote:

> Berin Loritsch wrote:
>
>> #3 We can safely remove the Component interface (the source for most
>> deprecation warnings).
>
>
> I'm trying to be cautious about removing it from public well-known interfaces. Users are writing code with assumption that they won't change, but once you remove Component interface from, say, Generator, it means user's code won't compile anymore without change.


What do you mean it won't compile anymore without change?

Berin,

Please see example sent in response to Ken's question:

Generator g;
Component c = g;

This *will* fail to compile.


PS As JDK1.2 Poll goes, nobody reported to be using Cocoon with JDK 1.2 so far... Let's wait till the end of the week.

Vadim



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]



Reply via email to