-
Notifications
You must be signed in to change notification settings - Fork 157
Closed
Description
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:
Require-Capability: osgi.ee;filter:="(osgi.ee=UNKNOWN)"
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.
Metadata
Metadata
Assignees
Labels
No labels