-
-
Notifications
You must be signed in to change notification settings - Fork 301
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
Comments
@stbischof I'll try to take a look a good example where this occurs seems |
Bnd does not yet have multi release jar support. There is an open issue on that. |
This was referenced Aug 19, 2022
laeubi
added a commit
to laeubi/bnd
that referenced
this issue
Aug 26, 2022
laeubi
added a commit
to laeubi/bnd
that referenced
this issue
Aug 26, 2022
Fixes bndtools#5327 Signed-off-by: Christoph Läubrich <laeubi@laeubi-soft.de>
Combined with #5346 |
This was referenced Oct 3, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 theMETA-INF/versions/9
folder.bnd/biz.aQute.bndlib/src/aQute/bnd/osgi/Jar.java
Line 476 in 53d15f2
ref: #2227
The text was updated successfully, but these errors were encountered: