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

Check if there's a standardized way to get Javadoc for OSGi bundles #20

Open
jesse-gallagher opened this issue Dec 27, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@jesse-gallagher
Copy link
Member

Currently, the repo naively assumes that Javadoc bundles will be available as <symbolic-name>.javadoc_<version>.jar, which does not actually seem to be a standard. In my cursory looking around, I don't see a real standard at all, in fact - it could just be up to publishing the Javadoc online.

In lieu of a real standard, maybe the next best would be to look for embedded Maven metadata and, if present, try to proxy the request along to Javadoc artifacts already published on Maven central. It'd be too dangerous to try to use true Maven resolution inside a resolution request, so maybe it'd make sense to hard-code some Maven central URL(s) to check.

@jesse-gallagher jesse-gallagher added the enhancement New feature or request label Dec 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant