Skip to content

build(deps): bump org.apache.felix:maven-bundle-plugin from 6.0.2 to 6.1.0 - #2786

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/maven/main/org.apache.felix-maven-bundle-plugin-6.1.0
Open

build(deps): bump org.apache.felix:maven-bundle-plugin from 6.0.2 to 6.1.0#2786
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/maven/main/org.apache.felix-maven-bundle-plugin-6.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 30, 2026

Copy link
Copy Markdown
Contributor

Bumps org.apache.felix:maven-bundle-plugin from 6.0.2 to 6.1.0.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps org.apache.felix:maven-bundle-plugin from 6.0.2 to 6.1.0.

---
updated-dependencies:
- dependency-name: org.apache.felix:maven-bundle-plugin
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jul 30, 2026
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.
@holgerfriedrich

Copy link
Copy Markdown
Contributor

@jbonofre Do you know if there is an issue reported in the bndtools repo for this? I did a quick search, but could not find it.

@jbonofre

jbonofre commented Aug 1, 2026

Copy link
Copy Markdown
Member

No I don't think there is any issue yet. I plan to create one.

@holgerfriedrich

holgerfriedrich commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

lets see if bndtools upgrade to 7.4.0 changed something....

I don't want to drop your commit by issuing a re-create, so lets check there:
holgerfriedrich#231

@dependabot @github

dependabot Bot commented on behalf of github Aug 22, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

1 similar comment
@dependabot @github

dependabot Bot commented on behalf of github Aug 22, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@holgerfriedrich

Copy link
Copy Markdown
Contributor

I have looked deeper into this issue. @jbonofre already analzyed it:

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.

This still holds. We have now tried several versions:

  • 7.1 seems to be incompatible (API mismatch).
  • 7.3 is the version with plugin 6.1.0, truncates
  • 7.4 is also truncating

My proposal is to close this until the bug is fixed in bndtools.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants