This is an automated email from the ASF dual-hosted git repository.

tballison pushed a change to branch TIKA-4848-cleanups
in repository https://gitbox.apache.org/repos/asf/tika.git


    from 24a7eb34ef fix tsd test
     add 3ffe259bcb further reviewer feedback

No new revisions were added by this update.

Summary of changes:
 .skills/devs/feature-workflow/SKILL.md             | 27 ++++++++++++
 CHANGES.txt                                        |  7 +++
 .../java/org/apache/tika/utils/ExceptionUtils.java | 10 ++++-
 .../org/apache/tika/utils/ExceptionUtilsTest.java  |  8 ++++
 .../tika/eval/core/util/EvalExceptionUtils.java    |  3 +-
 .../eval/core/util/EvalExceptionUtilsTest.java     | 13 ++++++
 .../apache/tika/pipes/grpc/TikaGrpcServerImpl.java | 21 ++++++++-
 .../forbidden-apis-exception-reporting-bans.txt    | 26 +++++++++++
 .../forbidden-apis-metadata-string-key-bans.txt    | 10 -----
 .../forbidden-apis-none.txt                        | 10 ++---
 tika-parent/pom.xml                                | 26 ++++++++---
 .../tika-parser-scientific-module/pom.xml          | 20 +++------
 .../tika-parsers-ml/tika-parser-nlp-module/pom.xml | 22 +++-------
 .../tika-parser-apple-module/pom.xml               | 20 +++------
 .../tika-parser-audiovideo-module/pom.xml          | 20 +++------
 .../java/org/apache/tika/parser/mp4/MP4Parser.java | 11 ++++-
 .../tika-parser-cad-module/pom.xml                 | 20 +++------
 .../tika-parser-font-module/pom.xml                | 20 +++------
 .../tika-parser-image-module/pom.xml               | 20 +++------
 .../tika-parser-mail-module/pom.xml                | 20 +++------
 .../tika-parser-microsoft-module/pom.xml           | 20 +++------
 .../tika-parser-miscoffice-module/pom.xml          | 20 +++------
 .../tika-parser-pdf-module/pom.xml                 | 20 +++------
 .../apache/tika/parser/pdf/AbstractPDF2XHTML.java  |  2 +-
 .../tika-parser-webarchive-module/pom.xml          | 20 +++------
 .../tika-parser-xml-module/pom.xml                 | 20 +++------
 .../org/apache/tika/pipes/core/PipesConfig.java    |  5 ++-
 .../apache/tika/pipes/core/server/PipesServer.java | 50 ++++++----------------
 .../tika/pipes/core/TikaPipesConfigTest.java       | 19 ++++++++
 .../serdes/ParseContextSerializer.java             | 21 ++++++++-
 .../TestParseContextSerialization.java             | 32 ++++++++++++++
 .../core/TikaServerParseExceptionMapper.java       | 18 ++++++--
 .../tika/server/core/resource/TikaResource.java    |  6 +++
 .../core/TikaServerParseExceptionMapperTest.java   | 21 +++++++++
 34 files changed, 340 insertions(+), 268 deletions(-)
 create mode 100644 tika-parent/forbidden-apis-exception-reporting-bans.txt
 copy 
tika-parsers/tika-parsers-ml/tika-parser-nlp-module/src/main/resources/org/apache/tika/parser/ner/regex/ner-regex.txt
 => tika-parent/forbidden-apis-none.txt (78%)

Reply via email to