Release Notes / Version 11.2310
Table Of ContentsApache Tika has been updated to new major version 2.1.0.
As part of this change, the following transitive dependencies of Apache Tika have also been updated to match versions used by Tika:
com.adobe.xmp:xmpcore: 6.1.11
com.drewnoakes:metadata-extractor: 2.16.0
com.rometools:rome: 1.16.0
commons-io:commons-io: 2.10.0
org.apache.james:apache-mime4j-core: 0.8.4
org.apache.james:apache-mime4j-dom: 0.8.4
org.bouncycastle:bcmail-jdk15on: 1.69
org.bouncycastle:bcprov-jdk15on: 1.69
org.ow2.asm:asm: 9.2
If you use these libraries in project code, please check their respective release notes for changes and upgrade information. No changes were necessary in the CoreMedia Blueprint for these updates.
Apache Tika restructured its Maven artifacts and split up the
tika-parsers
artifact from previous versions into
separate artifacts. If you use Tika in project code, you may have to
adapt Maven dependencies accordingly.
Apache Tika also removed some deprecated metadata keys (TIKA-1974). If
you have configured the Content Feeder or
CAE Feeder to extract metadata values with
configuration properties
feeder.tika.append-metadata
or
feeder.tika.copy-metadata
, then make sure that the
configured metadata keys are still supported by Tika. You can find
metadata keys supported by Tika in its API documentation, for example
in interface
org.apache.tika.metadata.TikaCoreProperties
.
(CMS-20039)