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
Recently I've migrated from release 8.0.0 to 9.0.1 due to some bugs that have been fixed in that release. (#196)
There are some changes made in the organization of the project. Which is fine but I encountered some problems.
What I've discovered is that the graphql.servlet package has been movedfrom Export-Package to Private-package. I was wondering is was done intentionally.
Version 9.0.1 META-INF/MANIFEST.MF: Private-Package: graphql.servlet,graphql.servlet.apollo,graphql.servle t.config,graphql.servlet.context,graphql.servlet.core,graphql.servlet .core.internal,graphql.servlet.input,graphql.servlet.osgi,graphql.ser vlet.subscriptions ...
VS
Version 8.0.0 META-INF/MANIFEST.MF: Export-Package: graphql.servlet;version="8.0.0";uses:="graphql.executi on.preparsed,graphql.schema,graphql.servlet.config,graphql.servlet.co ntext,graphql.servlet.core,graphql.servlet.input,javax.servlet,javax. servlet ....
Because of this I'm getting the error that osgi.wiring.package=graphqlservlet cannot be found. during the build of my OSGI Environment.
Please let me know if more information is needed or how to tackle this problem.
Best regards,
Aznguy
The text was updated successfully, but these errors were encountered:
Recently I've migrated from release 8.0.0 to 9.0.1 due to some bugs that have been fixed in that release. (#196)
There are some changes made in the organization of the project. Which is fine but I encountered some problems.
What I've discovered is that the graphql.servlet package has been movedfrom Export-Package to Private-package. I was wondering is was done intentionally.
Version 9.0.1 META-INF/MANIFEST.MF:
Private-Package: graphql.servlet,graphql.servlet.apollo,graphql.servle t.config,graphql.servlet.context,graphql.servlet.core,graphql.servlet .core.internal,graphql.servlet.input,graphql.servlet.osgi,graphql.ser vlet.subscriptions ...
VS
Version 8.0.0 META-INF/MANIFEST.MF:
Export-Package: graphql.servlet;version="8.0.0";uses:="graphql.executi on.preparsed,graphql.schema,graphql.servlet.config,graphql.servlet.co ntext,graphql.servlet.core,graphql.servlet.input,javax.servlet,javax. servlet ....
Because of this I'm getting the error that osgi.wiring.package=graphqlservlet cannot be found. during the build of my OSGI Environment.
Please let me know if more information is needed or how to tackle this problem.
Best regards,
Aznguy
The text was updated successfully, but these errors were encountered: