This is the only thing that I can think of... https://lists.apache.org/thread/6ndctttvn44v1zpmnqfmwkv4sf72kngb
On Wed, Nov 2, 2022 at 6:03 PM Michael Wechner <[email protected]> wrote: > 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 >
