Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.30.0
-
None
-
None
Description
The management console.war file contains some 'duplicate' lib jars due to the way the console module build works. As part of its creation it repackages the hawtio war, removing some logging deps + config the broker supplies, and also updating the contained guava version to match the current managed version used elsewhere in the codebase. For the latter process, some transitive dependencies are being duplicated with both the original and updated versions then being present in the new war. As these are mainly build time related annotation dependencies, which we actually exclude elsewhere in the build, it is likely not problematic; however it still shouldn't be the case. Update the process to exclude the originals and so use only the newer replacement version.
Attachments
Issue Links
- relates to
-
ARTEMIS-5096 Exclude unnecessary jars from console war
- Closed