bnd: Update for 6.0.0 release - #1377
Conversation
We use the new bundle extension for bnd configuration. We also update the verifyOSGi task to use the new output property to enable up-to-date builds. Signed-off-by: BJ Hargrave <bj@hargrave.dev>
|
@rotty3000 I just wanted to ask you about your opinion on that topic. Thanks for your precognition skills ;-). |
|
@rotty3000 Made me make this PR :-) |
And everything is clear now :-). I'm glad he organized an another person to help with OSGI in Spock 👍 |
|
@szpak for future reference, @bjhargrave is the go to w.r.t. OSGi (and pretty much any other programming doubts 😓) you shouldn't need my blessing if he sends a PR cause he's likely improved on anything I would have submitted 😁 |
Codecov Report
@@ Coverage Diff @@
## master #1377 +/- ##
============================================
+ Coverage 79.26% 79.31% +0.04%
- Complexity 3950 3966 +16
============================================
Files 402 403 +1
Lines 12290 12298 +8
Branches 1625 1619 -6
============================================
+ Hits 9742 9754 +12
+ Misses 1965 1960 -5
- Partials 583 584 +1
Continue to review full report at Codecov.
|
We use the new bundle extension for bnd configuration. We also update
the verifyOSGi task to use the new output property to enable
up-to-date builds.