Skip to content

Commit

Permalink
Blacklist Karaf related bundles in Demo App (#1588)
Browse files Browse the repository at this point in the history
This will protect developers from themselves in case they try to add Karaf related bundles to the Demo App.

Signed-off-by: Wouter Born <[email protected]>
  • Loading branch information
wborn committed Sep 10, 2023
1 parent 8d3536f commit c501406
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions launch/app/app.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -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.io.console.karaf',\
bnd.identity;id='org.openhab.core.karaf',\
bnd.identity;id='org.openhab.core.test',\
bnd.identity;id='osgi.annotation',\
bnd.identity;id='osgi.cmpn',\
Expand Down

0 comments on commit c501406

Please sign in to comment.