Upgrade to Karaf 4.4.3 (#14040)
* Rework Servlets to use Http Whiteboard annotations in favor of proprietary `org.openhab.core.io.http.servlet` classes * Resolve itest runbundles * Fix dependency issues * Catch proper exception when starting hueemulation UpnpServer Also-by: Jan N. Klug <github@klug.nrw> Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -194,7 +194,7 @@ public class UpnpServer extends HttpServlet implements Consumer<HueEmulationConf
|
||||
|
||||
try {
|
||||
httpService.unregister(DISCOVERY_FILE);
|
||||
} catch (IllegalArgumentException ignore) {
|
||||
} catch (RuntimeException ignore) {
|
||||
}
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user