Release Notes / Version 10.2107
Table Of ContentsDeprecation: UserProvider2 Interface
The Java interface
com.coremedia.ldap.UserProvider2
has been deprecated. All usages can simply be replaced with its super interface
com.coremedia.ldap.UserProvider
, which is no longer deprecated.
(CMS-17170)
Third-Party Update: Apache Tika and Transitive Dependencies
Apache Tika has been updated to version 1.24 to avoid security issues of previous versions (CVE-2020-1950, CVE-2020-1951). As part of this change, the following transitive dependencies of Apache Tika have been updated to match versions used by Tika.
Updated dependencies:
com.google.guava:guava
: 28.2-jrecom.pff:java-libpst
: 0.9.3org.apache.httpcomponents:httpclient
: 4.5.12org.apache.httpcomponents:httpmime
: 4.5.12org.apache.pdfbox:fontbox
: 2.0.19org.apache.pdfbox:pdfbox
: 2.0.19org.apache.pdfbox:pdfbox-tools
: 2.0.19org.apache.poi:poi
: 4.1.2org.apache.poi:poi-scratchpad
: 4.1.2org.apache.poi:poi-ooxml
: 4.1.2org.apache.poi:poi-ooxml-schemas
: 4.1.2org.apache.tika:tika-core
: 1.24org.apache.tika:tika-parsers
: 1.24org.ow2.asm:asm
: 7.3.1
If you use the 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.
(CMS-17096)
Third-Party Update: Apache Solr 8.4.1
Apache Solr has been updated to version 8.4.1
For detailed changes of Apache Solr have a look at https://lucene.apache.org/solr/8_4_1/changes/Changes.html .
(CMS-16654)
CAE Feeder Partial Re-Indexing
The CAE Feeder has new JMX operations to manually trigger re-indexing of selected contents. For details, see the documentation in the Search Manual, chapter "Search Engine | Reindexing | Partial reindexing of CAE Feeder indices" and chapter "Reference | CAE Feeder JMX Managed Beans".
(CMS-16190)
Introducing cm jshell
A new
cm
tool is available:
cm jshell
. This is an alternative to
cm groovysh
. As of 2004.1
cm groovysh
is marked as deprecated.
cm jshell
is described in Content Server Manual in Section
Configuration and Operation
/
Server Utility Programs
/
Operation
. The tool provides additional help within JShell using the
coremedia
namespace:
$ cm jshell jshell> coremedia.help()
(CMS-13698)