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

Calculate moduleName for multi-release-jar-dependencies #5327

Closed
stbischof opened this issue Jul 25, 2022 · 3 comments
Closed

Calculate moduleName for multi-release-jar-dependencies #5327

stbischof opened this issue Jul 25, 2022 · 3 comments

Comments

@stbischof
Copy link
Contributor

When calculating the module-names of dependencies while using the jpms modul-info generator, bnd failed to get the name when the dependency-jar is a multi-release jar with no module-info in the root folder but in the META-INF/versions/9 folder.

Resource module_info_resource = getResource(Constants.MODULE_INFO_CLASS);

ref: #2227

@laeubi
Copy link
Contributor

laeubi commented Jul 25, 2022

@stbischof I'll try to take a look a good example where this occurs seems

@bjhargrave
Copy link
Member

Bnd does not yet have multi release jar support. There is an open issue on that.

@pkriens
Copy link
Member

pkriens commented Feb 23, 2023

Combined with #5346

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants