[
https://issues.apache.org/jira/browse/TIKA-2756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16653613#comment-16653613
]
Hudson commented on TIKA-2756:
------------------------------
SUCCESS: Integrated in Jenkins build Tika-trunk #1579 (See
[https://builds.apache.org/job/Tika-trunk/1579/])
TIKA-2756 -- factor out code that relies on the old commons-lang... once
(tallison:
[https://github.com/apache/tika/commit/86e997510b44f12dc9f90a68aaf583d5d3912892])
* (edit)
tika-server/src/main/java/org/apache/tika/server/resource/TikaResource.java
* (edit)
tika-parsers/src/main/java/org/apache/tika/parser/wordperfect/WPInputStream.java
* (edit) tika-server/pom.xml
* (edit)
tika-parsers/src/test/java/org/apache/tika/parser/font/FontParsersTest.java
* (edit)
tika-parsers/src/test/java/org/apache/tika/parser/recognition/ObjectRecognitionParserTest.java
* (edit)
tika-parsers/src/main/java/org/apache/tika/parser/microsoft/JackcessCompoundOleUtil.java
* (edit)
tika-parsers/src/test/java/org/apache/tika/parser/BouncyCastleDigestingParserTest.java
* (edit)
tika-server/src/main/java/org/apache/tika/server/resource/UnpackerResource.java
* (edit) tika-dl/pom.xml
* (edit)
tika-server/src/main/java/org/apache/tika/server/TikaServerWatchDog.java
* (edit)
tika-parsers/src/main/java/org/apache/tika/parser/html/charsetdetector/charsets/XUserDefinedCharset.java
* (edit) tika-bundle/pom.xml
* (edit)
tika-parsers/src/test/java/org/apache/tika/parser/ocr/TesseractOCRConfigTest.java
* (edit)
tika-parsers/src/main/java/org/apache/tika/parser/ocr/TesseractOCRParser.java
* (edit) tika-app/src/main/java/org/apache/tika/cli/BatchCommandLineBuilder.java
* (edit) tika-eval/pom.xml
* (edit) tika-parent/pom.xml
* (edit) tika-parsers/pom.xml
* (edit)
tika-parsers/src/main/java/org/apache/tika/parser/microsoft/JackcessOleUtil.java
> Switch to commons-lang 3
> ------------------------
>
> Key: TIKA-2756
> URL: https://issues.apache.org/jira/browse/TIKA-2756
> Project: Tika
> Issue Type: Improvement
> Reporter: Robert Munteanu
> Priority: Major
>
> Tika 1.9.1 is using the legacy commons-lang 2.x series. This series is not
> going to receive updates anymore and is completely superseded by commons-lang
> 3.x .
> Projects that use Tika are blocked from dropping commons-lang 2.x due to this
> dependency.
> The link that I found was from tika-parsers to jackcess and then to
> commons-lang 2.6
> {noformat}
> [INFO] +- com.healthmarketscience.jackcess:jackcess:jar:2.1.12:compile
> [INFO] | \- commons-lang:commons-lang:jar:2.6:compile
> {noformat}
> If I understand correctly, this is the only commons-lang 2.x dependency from
> the Tika runtime and it would be great to remove it.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)