Skip to content

Commit

Permalink
Update maven-bundle-plugin to 5.1.8 (#1357)
Browse files Browse the repository at this point in the history
Fixes: #1340

With newer version `Import-Package` includes the following additional entires:
```
java.io,
java.lang,
java.lang.annotation,
java.lang.invoke,
java.lang.reflect,
java.lang.runtime,
java.net,
java.nio.charset,
java.security,
java.security.cert,
java.time,
java.time.format,
java.time.temporal,
java.util,
java.util.concurrent,
java.util.concurrent.atomic,
java.util.concurrent.locks,
java.util.function,
java.util.logging,
java.util.regex,
java.util.stream
```

In addition, the is a new `Build-Jdk-Spec: 17` entry and the `Created-By` includes the plugin version. The `Require-Capability` and `Tool` are also updated.
  • Loading branch information
injectives authored Dec 20, 2022
1 parent a0f5b07 commit ec23492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>3.5.0</version>
<version>5.1.8</version>
<executions>
<execution>
<id>bundle-manifest</id>
Expand Down

0 comments on commit ec23492

Please sign in to comment.