[
https://issues.apache.org/jira/browse/KARAF-7853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17893696#comment-17893696
]
Jean-Baptiste Onofré commented on KARAF-7853:
---------------------------------------------
commons-collections is not actually used in Karaf codebase anymore. It's only
used in old spring legacy features.
So, I created a PR to cleanup commons-collections dependency:
https://github.com/apache/karaf/pull/1880
> Upgrade to commons-collections 4.4
> ----------------------------------
>
> Key: KARAF-7853
> URL: https://issues.apache.org/jira/browse/KARAF-7853
> Project: Karaf
> Issue Type: Dependency upgrade
> Components: karaf
> Reporter: Holger Friedrich
> Assignee: Jean-Baptiste Onofré
> Priority: Minor
>
> apache.commons libraries have been released in newer versions:
>
> * apache.commons.collections: upgrade 3.2.2 to 4.4
> [https://commons.apache.org/proper/commons-collections/changes-report.html#a4.4]
> [https://commons.apache.org/proper/commons-collections/changes-report.html#a4.3]
> [https://commons.apache.org/proper/commons-collections/changes-report.html#a4.2]
> [https://commons.apache.org/proper/commons-collections/changes-report.html#a4.1]
> [https://commons.apache.org/proper/commons-collections/changes-report.html#a4.0]
> This is a major update.
> commons-collections 3.2.2 is dated 2015.
> It has been relocated to org.apache.commons, and renamed to
> commons-collections4.
> Adaptions of more files are required due to this change.
> Transitive dependencies have to be handled as well.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)