Bug #2199
Java component jars not unique across java components in module
Start date:
14.07.2025
Due date:
% Done:
0%
Estimated time:
origin:
Description
In the presence of mutliple java components in a module, compilation result jars (e.g. <module name>_api.jar) may be identical, as their name does not include the component suffix. This is no problem in z2 at runtime, as component runtime data is separated, but it is a problem when downloading jars using the Jar Resolver.
Acceptance Criteria¶
- Compilation jars as produced by ComponentsBuilder have the component name as part of the jar file
No data to display