[
https://issues.apache.org/jira/browse/ARTEMIS-4394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robbie Gemmell updated ARTEMIS-4394:
------------------------------------
Priority: Minor (was: Major)
> management console war file contains some duplicate jars
> --------------------------------------------------------
>
> Key: ARTEMIS-4394
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4394
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Affects Versions: 2.30.0
> Reporter: Robbie Gemmell
> Assignee: Robbie Gemmell
> Priority: Minor
> Fix For: 2.31.0
>
>
> 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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)