Hi
I recently added Tika 2.5.0 (tika-core, tika-parsers-standard-package)
to my project and updated commons-io to 2.11.0 and Tika itself works
very fine, but since I included Tika I have trouble with
DocumentBuilder builder = factory.newDocumentBuilder();
creating the DocumentBuilder takes much longer than before, but only the
first instance per thread.
And only when I deploy it inside Docker container with Java 11
On my Mac laptop with Java 11 it works fine otherwise
Any idea what might be causing this?
Thanks
Michael