Enigmatis / graphql-java-annotations

GraphQL Annotations for Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OSGi Metadata not properly generated

sergehuber opened this issue · 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.