Commit fba826b
committed
Pin bnd to 7.1.0 to work around Import-Service truncation in bnd 7.2+
maven-bundle-plugin 6.1.0 ships bnd 7.3.0. bnd >= 7.2.0 truncates
Import-Service filter attribute values at the first '=', which corrupts
the blueprint NamespaceHandler service filter and makes the generated
manifest unparseable at resolution time (IllegalArgumentException:
Unknown operator), failing ConfigExampleTest.testBlueprint.
Override the plugin's bndlib dependency back to 7.1.0 (last good release)
so the 6.1.0 bump can land until the regression is fixed upstream.1 parent 021c71d commit fba826b
1 file changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
232 | 237 | | |
233 | 238 | | |
234 | 239 | | |
| |||
678 | 683 | | |
679 | 684 | | |
680 | 685 | | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
681 | 695 | | |
682 | 696 | | |
683 | 697 | | |
| |||
0 commit comments