Gentics Content.Connector 2.2.2
Bugfix
The dependencies have been cleaned to avoid various errors
due to conflicting libraries.
Gentics Content.Connector 2.2.1
Bugfix
The node version has been increased to 2.1.2. This node version does not use quartz for scheduling of
datasource related background jobs. Due to a version conflict of quartz, sometimes the background jobs were
not scheduled (without any error message), and clearing the caches due to changes in the contentrepository did not work.
Gentics Content.Connector 2.2.0
Security
Updated the dependencies org.apache.poi and org.apache.tika to their latest versions in order to fix the security vulnerabilities CVE-2014–3529 and CVE-2016–5000
Enhancement
The delimiter used in the transformer SimpleMVString to join values can now be configured.
The previous static delimiter, a whitespace, is now the default delimiter.
The use of stopwords can now be toggled in CustomPatternAnalyzer. Stopwords are enabled by default.