Release Notes / Version 13.2512.1
Table Of ContentsThird-Party Update: Apache Tika 3.3.1 and Transitive Dependencies
Apache Tika has been updated to version 3.3.1. As part of this change, transitive dependencies of Apache Tika have been updated.
Updated dependencies:
Apache Mime4J 0.8.14
Apache Tika 3.3.1
ASM 9.10
Drewnoakes metadata-extractor 2.20.0
Glassfish JAXB 4.0.8
jsoup 1.22.2
If you use these libraries in project code, please check their respective release notes for changes and upgrade information.
(CMS-30558)
robots.txt Generation Robustness
The robots.txt generation used to fail immediately in case of an exception caused by building a link. Now, if building a link fails, the CAE logs the issue as warning, omits the link and proceeds with the next link.
(CMS-30208)
Added Method ContentRepository#getContentUnchecked
A new method getContentUnchecked has been added to
com.coremedia.cap.content.ContentRepository.
This method can be used to retrieve Content without
loading its data. This can be especially useful in combination with
the prefetch methods.
(CMS-29033)


