You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix Service-Component header in manifest
The broken/incorrectly generated Service-Component header is generated
by the Felix SCR Bnd Plugin.
Fix it afterwards with the help of a m-shade-p transformer
This closes#3241
* Only enable Felix SCR Bnd plugin for main bundle
---------
Co-authored-by: david g <[email protected]>
Copy file name to clipboardExpand all lines: bundle/bnd.bnd
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,4 +20,10 @@ Import-Package: \
20
20
!org.bouncycastle.jce.*,\
21
21
!org.checkerframework.checker.nullness.qual,\
22
22
*
23
+
# support processing of legacy Felix SCR annotations through the felix.scr.bnd plugin, look at https://github.com/apache/felix/blob/trunk/tools/org.apache.felix.scr.bnd/src/main/java/org/apache/felix/scrplugin/bnd/SCRDescriptorBndPlugin.java#L60
24
+
# paths require special handling: https://bnd.bndtools.org/chapters/820-instructions.html#file
# support processing of legacy Felix SCR annotations through the felix.scr.bnd plugin, look at https://github.com/apache/felix/blob/trunk/tools/org.apache.felix.scr.bnd/src/main/java/org/apache/felix/scrplugin/bnd/SCRDescriptorBndPlugin.java#L60
248
-
# paths require special handling: https://bnd.bndtools.org/chapters/820-instructions.html#file
0 commit comments