On Thu, Nov 22, 2012 at 3:43 PM, Thomas Broyer <[email protected]> wrote:
> The only problem with this is that, without a (deprecated) indirection, > you'd be forced to wait that all your 3rd-party dependencies (that depend > on the renamed classes) update to the new version of GWT before you can > update too. > > Exactly, which is why in the past we tried to overlap the old deprecated API and the new one so libraries could transition. Otherwise, you force everyone to upgrade everything in lock-step, which can be really painful. -- John A. Tamplin -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
