com.vaadin.server.Terminal deprecated - is there a replacement?

When compiling my application I get ugly deprecation warnings due to the use of
com.vaadin.server.Terminal
.

This class is deprecated because:
Currently only a container for ErrorEvent and ErrorListener

OK, fine. But where is the new replacement?

I need some way to receive
Terminal.ErrorEvent
's so I can log them to my error log, and this appears to be the only way, but it’s deprecated, generating compiler warnings… ?

All of the rest of my code compiles without compiler warnings. Vaadin doesn’t (not by a mile). Please don’t inflict your policy on me :slight_smile:

Thanks.

Any suggestions here?
There must be a reason to deprecate the classes???

Terminal has now been removed - see
Vaadin 7.0 beta10 announcement
.