Enigmatis / graphql-java-annotations

GraphQL Annotations for Java
Other
387 stars 97 forks source link

OSGi Metadata not properly generated #283

Closed sergehuber closed 1 year ago

sergehuber commented 3 years ago

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.

geichelberger commented 1 year ago

Hi, is there a plan for when the next release will come? Especially with the corrected OSGi metadata and graphl-java update.