[jira] [Updated] (TIKA-4236) tika-parser-nlp-module has an unnecessary Guava dependency

2024-04-05 Thread Tilman Hausherr (Jira)


 [ 
https://issues.apache.org/jira/browse/TIKA-4236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tilman Hausherr updated TIKA-4236:
--
Fix Version/s: 2.9.3

> 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
>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)


[jira] [Updated] (TIKA-4236) tika-parser-nlp-module has an unnecessary Guava dependency

2024-04-05 Thread Tilman Hausherr (Jira)


 [ 
https://issues.apache.org/jira/browse/TIKA-4236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tilman Hausherr updated TIKA-4236:
--
Fix Version/s: (was: 2.9.2)

> 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
>Priority: Major
> Fix For: 3.0.0
>
>
> 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)


[jira] [Updated] (TIKA-4236) tika-parser-nlp-module has an unnecessary Guava dependency

2024-04-05 Thread Tilman Hausherr (Jira)


 [ 
https://issues.apache.org/jira/browse/TIKA-4236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tilman Hausherr updated TIKA-4236:
--
Fix Version/s: 2.9.2
   3.0.0

> 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
>Priority: Major
> Fix For: 2.9.2, 3.0.0
>
>
> 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)


[jira] [Updated] (TIKA-4236) tika-parser-nlp-module has an unnecessary Guava dependency

2024-04-05 Thread Manfred Baedke (Jira)


 [ 
https://issues.apache.org/jira/browse/TIKA-4236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Manfred Baedke updated TIKA-4236:
-
Description: 
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{}}}.

  was:
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.



> 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
>Priority: Major
>
> 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)


[jira] [Updated] (TIKA-4236) tika-parser-nlp-module has an unnecessary Guava dependency

2024-04-05 Thread Manfred Baedke (Jira)


 [ 
https://issues.apache.org/jira/browse/TIKA-4236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Manfred Baedke updated TIKA-4236:
-
Affects Version/s: 2.9.2
   (was: 2.9.1)

> 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
>Priority: Major
>
> 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)


[jira] [Updated] (TIKA-4236) tika-parser-nlp-module has an unnecessary Guava dependency

2024-04-05 Thread Manfred Baedke (Jira)


 [ 
https://issues.apache.org/jira/browse/TIKA-4236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Manfred Baedke updated TIKA-4236:
-
Description: 
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.


  was:
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 
(o.a.t.parser.geo.gazetteer.GeoGazetteerClient in older versions) uses 
com.google.common.reflect.TypeToken. Since the project uses gson anyway, it 
could just be replaced with com.google.gson.reflect.TypeToken.



> 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, 2.9.1, 3.0.0-BETA
>Reporter: Manfred Baedke
>Priority: Major
>
> 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)


[jira] [Updated] (TIKA-4236) tika-parser-nlp-module has an unnecessary Guava dependency

2024-04-05 Thread Manfred Baedke (Jira)


 [ 
https://issues.apache.org/jira/browse/TIKA-4236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Manfred Baedke updated TIKA-4236:
-
Affects Version/s: 3.0.0-BETA
   2.9.1
   1.28.5
   (was: 2.0.0)

> 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, 2.9.1, 3.0.0-BETA
>Reporter: Manfred Baedke
>Priority: Major
>
> 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 
> (o.a.t.parser.geo.gazetteer.GeoGazetteerClient in older versions) 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)


[jira] [Updated] (TIKA-4236) tika-parser-nlp-module has an unnecessary Guava dependency

2024-04-05 Thread Manfred Baedke (Jira)


 [ 
https://issues.apache.org/jira/browse/TIKA-4236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Manfred Baedke updated TIKA-4236:
-
Affects Version/s: 2.0.0

> 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: 2.0.0
>Reporter: Manfred Baedke
>Priority: Major
>
> 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 
> (o.a.t.parser.geo.gazetteer.GeoGazetteerClient in older versions) 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)


[jira] [Updated] (TIKA-4236) tika-parser-nlp-module has an unnecessary Guava dependency

2024-04-05 Thread Manfred Baedke (Jira)


 [ 
https://issues.apache.org/jira/browse/TIKA-4236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Manfred Baedke updated TIKA-4236:
-
Description: 
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 
(o.a.t.parser.geo.gazetteer.GeoGazetteerClient in older versions) uses 
com.google.common.reflect.TypeToken. Since the project uses gson anyway, it 
could just be replaced with com.google.gson.reflect.TypeToken.


  was:
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.



> 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
>Reporter: Manfred Baedke
>Priority: Major
>
> 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 
> (o.a.t.parser.geo.gazetteer.GeoGazetteerClient in older versions) 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)