The example does not start. Replacing the @onstart annotation with @OnShowing solves the issue.
The startup semantics must have changed slightly.
I suppose the modules are started in parallel and the services might not have been registered yet.
See the pull request.