This is an automated email from the ASF dual-hosted git repository.
mattmann pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git.
from 7ea14be TIKA-3372 -- fix writelimit in PDFs
add 1aa1a2c fix for TIKA-3329 contributed by Thamme Gowda
add 9068145 Register RTGTranslator service; handle exception
new 21bdfc7 Merge branch 'TIKA-3329' of
https://github.com/thammegowda/tika into TIKA-3329
new c147b2e Fix checkstyle unused imports.
new d0e3230 Forbidden API error fixes.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../classic/RecursiveMetadataResourceTest.java | 2 -
.../tika/server/classic/TikaResourceTest.java | 2 -
.../tika/language/translate/RTGTranslator.java | 143 +++++++++++++++++++++
.../org.apache.tika.language.translate.Translator | 1 +
...eTranslatorTest.java => RTGTranslatorTest.java} | 49 +++----
5 files changed, 159 insertions(+), 38 deletions(-)
create mode 100644
tika-translate/src/main/java/org/apache/tika/language/translate/RTGTranslator.java
copy
tika-translate/src/test/java/org/apache/tika/language/translate/{GoogleTranslatorTest.java
=> RTGTranslatorTest.java} (62%)