Skip to content

Commit

Permalink
Start spifly early (#4526)
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Hotze <dev@florianhotze.com>
  • Loading branch information
florian-h05 authored Dec 28, 2024
1 parent 8b68aa7 commit 7a61dc4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions features/karaf/openhab-tp/src/main/feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
-->
<features name="${project.artifactId}-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.4.0">

<!-- TODO: workaround for KARAF-7843, remove after upgrade to 4.4.7 or higher -->
<feature name="spifly">
<feature>asm</feature>
<bundle start-level="30">mvn:org.apache.aries.spifly/org.apache.aries.spifly.dynamic.bundle/1.3.7</bundle>
</feature>

<feature name="openhab.tp-base" description="openHAB Core Target Platform Base" version="${project.version}">
<capability>openhab.tp;feature=base;version=1.0.0</capability>

Expand Down

0 comments on commit 7a61dc4

Please sign in to comment.