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
I have tried to upgrade to the later bnd version in my project and I have noticed that conditionalpackage no longer works when the package in question referred only in Blueprint XML. I have not tested but I guess conditionalpackage no longer works with -plugin.
I attach a sample which you can use to reproduce the issue. Actually it is a modified version of maven bnd-process-conditional it test so you can easily incorporate it into source tree.
Can't confirm 100% but it is probably the case with current master branch as well.
The testcase tests both simple and factory bean but it probably only any of these is enough as it is not a root issue.
Any chance this fix could be merged to 6.x series (the last supporting Java 8) as well?
The text was updated successfully, but these errors were encountered:
modax
changed the title
conditionalpackage is no longer works with Blueprint since 3.4.0
conditionalpackage no longer works with Blueprint since 3.4.0
Dec 16, 2024
Hello,
I have tried to upgrade to the later bnd version in my project and I have noticed that
conditionalpackage
no longer works when the package in question referred only in Blueprint XML. I have not tested but I guessconditionalpackage
no longer works with-plugin
.First I narrowed down the regression to version 3.4.0 and then I have
git bisect
'ed it to commit 7a4bc425c8d3e1c2e387c0201e18cba6a0eea435.I attach a sample which you can use to reproduce the issue. Actually it is a modified version of maven bnd-process-conditional it test so you can easily incorporate it into source tree.
3.3.0:
3.4.0
7.1.0
Can't confirm 100% but it is probably the case with current master branch as well.
The testcase tests both simple and factory bean but it probably only any of these is enough as it is not a root issue.
Any chance this fix could be merged to 6.x series (the last supporting Java 8) as well?
The text was updated successfully, but these errors were encountered: