Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unused private package for each module #21899

Closed
johanandren opened this issue Nov 28, 2016 · 2 comments
Closed

Unused private package for each module #21899

johanandren opened this issue Nov 28, 2016 · 2 comments
Labels
1 - triaged Tickets that are safe to pick up for contributing in terms of likeliness of being accepted help wanted Issues that the core team will likely not have time to work on t:osgi
Milestone

Comments

@johanandren
Copy link
Member

We somehow generate a Private-Package for each module with a package name based on the modules group-id:

[warn] bnd: Unused Private-Package instructions, no such package(s) on the class path: [com.typesafe.akka.distributed.data.experimental.*]

This can be seen for each module in the nightly builds: https://jenkins.akka.io:8498/job/akka-publish-nightly/574/consoleFull

We should get rid of this.

@johanandren johanandren added 1 - triaged Tickets that are safe to pick up for contributing in terms of likeliness of being accepted t:osgi labels Nov 28, 2016
@patriknw patriknw added the help wanted Issues that the core team will likely not have time to work on label Nov 28, 2016
richardimaoka added a commit to richardimaoka/akka that referenced this issue Nov 30, 2016
@patriknw patriknw added this to the 2.5.0 milestone Dec 13, 2016
@helena
Copy link
Member

helena commented Jan 13, 2019

I still see this issue, or perhaps it resurfaced. Replicate with sbt akka-actor/package

[info] Validating all packages are set private or exported for OSGi explicitly...
[warn] bnd: Unused Private-Package instructions, no such package(s) on the class path: [akka.osgi.impl]

@helena helena reopened this Jan 13, 2019
@patriknw
Copy link
Member

Obsolete, see #28304

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 - triaged Tickets that are safe to pick up for contributing in terms of likeliness of being accepted help wanted Issues that the core team will likely not have time to work on t:osgi
Projects
None yet
Development

No branches or pull requests

3 participants