Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upUpdate to Apache Tika 1.19.1; security vulnerabilities in 1.12 #131
Comments
ruebot
added
the
enhancement
label
Nov 30, 2017
ruebot
added
the
upstream deprecation
label
Nov 30, 2017
ruebot
added this to To Do
in 1.0.0 Release of AUT
Nov 30, 2017
ruebot
removed this from To Do
in 1.0.0 Release of AUT
Nov 30, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
ianmilligan1
Jan 6, 2018
Member
FWIW I'm keeping an eye on the docs... so far, the 1.17 code usage examples still point to the deprecated class.
FWIW I'm keeping an eye on the docs... so far, the 1.17 code usage examples still point to the deprecated class. |
ruebot
added
the
URA-Task
label
Feb 5, 2018
ruebot
added this to To Do
in 1.0.0 Release of AUT
Aug 13, 2018
ruebot
changed the title from
Update to Apache Tika 1.13+
to
Update to Apache Tika 1.19.1; security vulnerabilities in 1.12
Oct 17, 2018
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
ruebot
Oct 17, 2018
Member
1.19.1 is the version to use now. We got a bunch of security warnings today for the version we're using now.
Just changing the version to 1.19.1 allows for a clean build, but we get this deprecation warning. Which is nice. Previously, it wouldn't build with 1.13.
[WARNING] /home/nruest/git/aut/src/main/scala/io/archivesunleashed/matchbox/DetectLanguage.scala:33: warning: class LanguageIdentifier in package language is deprecated: see corresponding Javadoc for more information.
[INFO] new LanguageIdentifier(input).getLanguage
[INFO] ^
[WARNING] one warning found
@lintool @ianmilligan1 do y'all want me to put in a PR to resolve this right now, and create a separate issue for the cleaning up the deprecation warning? If @borislin has time, we could have him knock that one out quickly.
1.19.1 is the version to use now. We got a bunch of security warnings today for the version we're using now. Just changing the version to 1.19.1 allows for a clean build, but we get this deprecation warning. Which is nice. Previously, it wouldn't build with 1.13.
@lintool @ianmilligan1 do y'all want me to put in a PR to resolve this right now, and create a separate issue for the cleaning up the deprecation warning? If @borislin has time, we could have him knock that one out quickly. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
ianmilligan1
Oct 17, 2018
Member
do y'all want me to put in a PR to resolve this right now, and create a separate issue for the cleaning up the deprecation warning?
That sounds good to me!
That sounds good to me! |
added a commit
that referenced
this issue
Oct 17, 2018
ruebot
referenced this issue
Oct 17, 2018
Merged
Update Apache Tika - security vulnerabilities; resolves #131. #285
1.0.0 Release of AUT
automation
moved this from To Do
to Done
Oct 17, 2018
ianmilligan1
closed this
in
b9260be
Oct 17, 2018
ruebot
added
vulnerability
and removed
URA-Task
enhancement
upstream deprecation
labels
Oct 17, 2018
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
#286 is the related ticket. |
ruebot commentedNov 30, 2017
See #126
We need to update
DetectLanguage
to handle theLanguangeDetect
deprecation in Tika 1.13+