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
Neo4j Version: 5.2.0 Community Neo4j Mode: Single instance Driver version: Java driver 5.2.0 Operating System: Linux in Docker
I suppose the reason is the usage of a quite old maven-bundle-plugin version 3.5.0. This should be updated to the most current version, which seems to be 5.1.8 or even directly switch to the most current biz.aQute.bnd:bnd-maven-plugin:6.3.1. The later might be more work but pays out in the long run as it is better maintained nowadays.
The text was updated successfully, but these errors were encountered:
injectives
added a commit
to injectives/neo4j-java-driver
that referenced
this issue
Dec 16, 2022
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.
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.
I am trying to connect to a Neo4j database in an OSGi application. Unfortunately the generated meta-data is invalid. It contains the following entry:
Neo4j Version: 5.2.0 Community
Neo4j Mode: Single instance
Driver version: Java driver 5.2.0
Operating System: Linux in Docker
I suppose the reason is the usage of a quite old maven-bundle-plugin version 3.5.0. This should be updated to the most current version, which seems to be 5.1.8 or even directly switch to the most current
biz.aQute.bnd:bnd-maven-plugin:6.3.1
. The later might be more work but pays out in the long run as it is better maintained nowadays.The text was updated successfully, but these errors were encountered: