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

Fix NPE #6388

Merged
merged 1 commit into from
Dec 5, 2024
Merged

Fix NPE #6388

merged 1 commit into from
Dec 5, 2024

Conversation

chrisrueger
Copy link
Contributor

Closes #6387

Seems jar.getDirectories() can contain null values, if there is a jar with META-INF/services/subfolder, but META-INF/services itself does not contain any files. In this case the directories() map contains a key for "META-INF/services" but a null value (which is the map which is null here)

Seems jar.getDirectories() can contain null values, if there is a jar with META-INF/services/subfolder, but META-INF/services itself does not contain any files. In this case the directories() map contains a key for "META-INF/services" but a null value (which is the map which is null here)

Signed-off-by: Christoph Rueger <[email protected]>

improve test

Signed-off-by: Christoph Rueger <[email protected]>
@pkriens pkriens merged commit 8c79789 into bndtools:master Dec 5, 2024
9 checks passed
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 this pull request may close these issues.

Maven bnd:7.1.0:bnd-process. NPE after migrating from 7.0.0
2 participants