You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vaadin dependencies have now scope provided to avoid clashes with user project version
vaadin-flow-sockjs is now an optional dependency. It must be explicitly defined when using PUSH. For better compatibility with Vaadin version in use the classifier `vaadin-${vaadin.version} can be specified.
Fixed execution on access command to run on vertx context
Fixed resource resolution on startup context
Invoke synchronous start and stop verticle methods
Upgraded sockjs-client to 1.4.0
Fixed default scheduler delay (thanks to Dudeplayz)