I was looking at 2.4.0 RC1 and noticed that I had some deprecation warnings with regard to EventBus.
Specifically, PlaceController has deprecated methods using com.google.gwt.event.shared.EventBus, favoring instead com.google.web.bindery.event.shared.EventBus. However, I have noticed that Activity still uses the old location exclusively. Since both of these are part of the "places" support, it seems like that framework is currently inconsistent.
Is this a situation that will continue through the actual release? If so, is there a recommended approach as to which one to use in a given situation? I'm guessing we'd just be stuck with the warnings in 2.4.
Thanks.