Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update maven-bundle-plugin to 5.1.8 #1357

Merged
merged 1 commit into from
Dec 20, 2022
Merged

Conversation

injectives
Copy link
Contributor

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.

Fixes: neo4j#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.
@injectives injectives merged commit ec23492 into neo4j:5.0 Dec 20, 2022
@injectives injectives deleted the feature/osgi branch December 20, 2022 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid OSGi meta-data
2 participants