Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
pom.xml: use newer bundle plugin 6.0.0
If compiling with maven/new JDK the generated OSGi metadata contains a require osgi.ee=UNKNOWN requirement, since the older bnd version does not know about the new Java profile. Updating to latest bundle plugin does also bring a new bnd version which has not this issue.

Alternative: provide `<_runee>Java-xx</_runee>` instruction.
  • Loading branch information
ecki authored Apr 3, 2025
commit 9675b8ad461081229e9bb4a7d9b6a90657e299ed
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>5.1.1</version>
<version>6.0.0</version>
<extensions>true</extensions>
<configuration>
<instructions>
Expand Down