Skip to content

Commit

Permalink
Merge pull request apache#1852 from steinarb/change-spifly-start-leve…
Browse files Browse the repository at this point in the history
…l-to-20

Make spifly feature start spifly.dynamic.bundle at start-level 20 to fix KARAF-7843
  • Loading branch information
jbonofre authored Jun 28, 2024
2 parents 82272ea + 54c3aa0 commit b96d2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assemblies/features/specs/src/main/feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<!-- spifly -->
<feature name="spifly" version="${aries.spifly.version}">
<feature>asm</feature>
<bundle>mvn:org.apache.aries.spifly/org.apache.aries.spifly.dynamic.bundle/${aries.spifly.version}</bundle>
<bundle start-level="20">mvn:org.apache.aries.spifly/org.apache.aries.spifly.dynamic.bundle/${aries.spifly.version}</bundle>
</feature>

<!-- annotation -->
Expand Down

0 comments on commit b96d2cc

Please sign in to comment.