This is an automated email from the ASF dual-hosted git repository. tallison pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tika.git
commit 71f7e50cbd8d18a2bf269e240593e4a398b9f8ee Merge: cace0ca 26976b6 Author: tallison <[email protected]> AuthorDate: Fri Dec 3 18:25:15 2021 -0500 Merge remote-tracking branch 'origin/main' into main # Conflicts: # CHANGES.txt CHANGES.txt | 3 + .../java/org/apache/tika/pipes/PipesServer.java | 2 +- .../apache/tika/server/standard/TikaPipesTest.java | 216 +++++++++++++++++++++ 3 files changed, 220 insertions(+), 1 deletion(-) diff --cc CHANGES.txt index 7348acc,3d2e248..21f09c3 --- a/CHANGES.txt +++ b/CHANGES.txt @@@ -1,8 -1,8 +1,11 @@@ Release 2.2.0 - ??? + * Fix logic bug in PipesServer that prevented concatenation of + content from attachments (TIKA-3609). + + * Improve extraction of embedded files from MSOffice files created + by non-Microsoft tools (TIKA-3526). + * Added back ability to ignore load errors in TikaConfig (TIKA-3575). * Make SecureContentHandler and other parameters configurable in
