Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-5232

Update version of commons-lang

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: Neutral Neutral
    • 5.3
    • 5.0.1
    • core
    • None

      We're still using commons-lang 2.4 (released in 2008). We should upgrade to the latest version (3.1 right now).

      Caution: new version also got new group- and artifactId:

      <dependency>
      	<groupId>org.apache.commons</groupId>
      	<artifactId>commons-lang3</artifactId>
      	<version>3.1</version>
      </dependency>
      

      Beware that - for consistency reasons - this should include analyzing all modules (stk, activation, cache, ...) and upgrading them as well...

        Acceptance criteria

              mdivilek Milan Divilek
              dlipp Daniel Lipp
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoR