From 13ccd9c62fcfed0e0dd367c3b49a20decdd79ac4 Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Wed, 6 Sep 2023 16:33:41 +0200 Subject: [PATCH] Blacklist Karaf related bundles in Demo App This will protect developers from themselves in case they try to add Karaf related bundles to the Demo App. Signed-off-by: Wouter Born --- launch/app/app.bndrun | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/launch/app/app.bndrun b/launch/app/app.bndrun index 7c7f74c3b4..e2cb31ed05 100644 --- a/launch/app/app.bndrun +++ b/launch/app/app.bndrun @@ -92,6 +92,10 @@ feature.openhab-model-runtime-all: \ -runblacklist: \ bnd.identity;id='jakarta.ws.rs-api',\ bnd.identity;id='org.apache.aries.jpa.container',\ + bnd.identity;id='org.apache.karaf.kar.core',\ + bnd.identity;id='org.openhab.core.addon.marketplace.karaf',\ + bnd.identity;id='org.openhab.core.karaf' + bnd.identity;id='org.openhab.core.io.console.karaf',\ bnd.identity;id='org.openhab.core.test',\ bnd.identity;id='osgi.annotation',\ bnd.identity;id='osgi.cmpn',\