[
https://issues.apache.org/jira/browse/TIKA-2756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16765260#comment-16765260
]
Hudson commented on TIKA-2756:
------------------------------
UNSTABLE: Integrated in Jenkins build tika-2.x-windows #384 (See
[https://builds.apache.org/job/tika-2.x-windows/384/])
TIKA-2756 -- upgrade Jackcess and remove dependencies on commons-lang
(tallison: rev 888f51fe5ba7d735fecfa7d2aa4acb6fe8d69508)
* (delete)
tika-parsers/src/main/java/org/apache/tika/parser/microsoft/JackcessOleUtil.java
* (edit) tika-parsers/pom.xml
* (edit)
tika-parsers/src/main/java/org/apache/tika/parser/microsoft/JackcessExtractor.java
* (delete)
tika-parsers/src/main/java/org/apache/tika/parser/microsoft/JackcessCompoundOleUtil.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)