ChangelogStreamWebsocket does not work with dependency injection
Instances are created by the underlying servlet container (jetty) and not by jersey, therefor it does not allow the use of @Inject
right now.
Would be nice for consistency and clean code.