Description
Tika 1.19 supports Java 11, so after upgrading, we'll be able to remove the newly added jaxb dependencies.
We'll also need to upgrade POI to version 4.0.0 and commons-compress to version 1.18 to match the Tika versions.
Also, we should now be able to remove the commons-logging exclusions we have under our tika dependency declarations (see https://issues.apache.org/jira/browse/TIKA-2690 ).
For a more complete list of improvements, see: http://tika.apache.org/1.19/index.html
Tika 1.19.1 has just been released as well, which adds two critical bug fixes.