[
https://issues.apache.org/jira/browse/TIKA-4236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17834522#comment-17834522
]
Hudson commented on TIKA-4236:
------------------------------
SUCCESS: Integrated in Jenkins build Tika ยป tika-main-jdk11 #1591 (See
[https://ci-builds.apache.org/job/Tika/job/tika-main-jdk11/1591/])
TIKA-4236: use try-with-resources (tilman:
[https://github.com/apache/tika/commit/e559bc77b98512d215b4c476946779aa2d783a96])
* (edit)
tika-parsers/tika-parsers-ml/tika-parser-nlp-module/src/main/java/org/apache/tika/parser/geo/topic/gazetteer/GeoGazetteerClient.java
> tika-parser-nlp-module has an unnecessary Guava dependency
> ----------------------------------------------------------
>
> Key: TIKA-4236
> URL: https://issues.apache.org/jira/browse/TIKA-4236
> Project: Tika
> Issue Type: Bug
> Components: parser
> Affects Versions: 1.28.5, 3.0.0-BETA, 2.9.2
> Reporter: Manfred Baedke
> Assignee: Tilman Hausherr
> Priority: Major
> Fix For: 3.0.0, 2.9.3
>
>
> This should be avoided, because it's prone to maintenance and security
> problems.
> It's easy to get rid of it: the class
> {{o.a.t.parser.geo.topic.gazetteer.GeoGazetteerClient}} uses
> {{{}com.google.common.reflect.TypeToken{}}}. Since the project uses gson
> anyway, it could just be replaced with
> {{{}com.google.gson.reflect.TypeToken{}}}.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)