Error in log efter updrade to latest snapshot

After update to latest snapshot release I get the following three lines in my log every minute, like the same process is attempted again and again:

2019-03-10 12:30:24.443 [INFO ] [thome.model.lsp.internal.ModelServer] - Started Language Server Protocol (LSP) service on port 5007
2019-03-10 12:30:24.630 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing 'openhab-misc-restdocs': Error restarting bundles:
	Exception in org.eclipse.smarthome.io.rest.sse.internal.SseActivator.start() of bundle org.openhab.core.io.rest.sse.

I am not sure how to deal with this?

You need to wait for a few more snapshot versions for this to work again.

The background:
The mentioned bundle (“org.openhab.core.io.rest.sse”) was moved to another repository and also changed its bundle name. But since then there was no successful snapshot build as the build system changed too much.

As of yesterday or the day before the snapshots are correctly generated again. But apparently the also mentioned feature “openhab-misc-restdocs” still points to the incorrect bundle.

That will be fixed.

Cheers, David