Details
-
Task
-
Status: Open
-
Normal
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
-
Orion
-
Orion.Cycle.Sprint.Candidate, Orion.Cycle6.Sprint
-
Medium
-
Medium (3-5)
Description
This exist in project pom:
<!-- legacy Apache Commons releases used in projects--> <!-- commons-collections removed per CMS-15946 --> <!-- <commons-collections.version>3.2.2</commons-collections.version> ---> <commons-configuration.version>1.10</commons-configuration.version> <commons-jexl.version>1.1</commons-jexl.version> <commons-lang.version>2.6</commons-lang.version> <commons-pool.version>1.6</commons-pool.version> <commons-net.version>3.9.0</commons-net.version> **
(**) commons-net doesn't seem legacy, see https://commons.apache.org/proper/commons-net/index.html and there's a recent version 3.11.1
The artifacts on those versions are unmaintained and have moved to maintained versions below the org.apache.commons Maven groupId
- https://mvnrepository.com/artifact/commons-configuration/commons-configuration
Migration guide at https://commons.apache.org/proper/commons-configuration/userguide/upgradeto2_0.html - https://mvnrepository.com/artifact/commons-jexl/commons-jexl
See https://commons.apache.org/proper/commons-jexl/index.html - https://mvnrepository.com/artifact/commons-lang/commons-lang
See https://commons.apache.org/proper/commons-lang/ - https://mvnrepository.com/artifact/commons-pool/commons-pool
See https://commons.apache.org/proper/commons-pool/index.html
Attachments
Issue Links
- includes
-
CMS-15946 Remove commons-collections:commons-collections dependency in favor of org.apache.commons:commons-collections4
- Closed