graphql-java-annotations icon indicating copy to clipboard operation
graphql-java-annotations copied to clipboard

OSGi Metadata not properly generated

Open sergehuber opened this issue 2 years ago • 0 comments

Following the upgrade of Gradle and the BND plugin, the OSGi metadata is not properly generated anymore, it puts all the packages in the JAR as Private instead of being exported (basically rendering the JAR useless in an OSGi environment).

It seems the fix is relatively easy, simply rename the bundle.bnd file to bnd.bnd. I will submit a PR for this.

sergehuber avatar Sep 07 '21 09:09 sergehuber