-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Description
In our BND configuration we use the -jpms-multi-release configuration:
This instruction controls that if a JAR setup to be a multi-release jar the manifests & module-infos for each supported versions should be added.
However due to the order in which our only MRJs are built (the META-INF/versions folder are only added at the end), this BND instruction is a no-op. It only manifests together with #90, if the target directory is not clean.
Therefore we should:
- either remove the instruction,
- or fix the build of
log4j-apiandlog4j-coreso that the versioned classes are added before thebnd:bnd-processexecution.