Gentics Content.Connector 2.0.5
Bugfix
Add relevant facetconfig mapping to search.properties config-sample to ensure working facet search with sample-config. Print warn message if facet search is enabled and no mapping is configured.
Bugfix
The version of the node-lib dependency has been raised to 2.0.31 (for various bugfixes).
Gentics Content.Connector 2.0.4
Bugfix
Fixed a Java 7 compatibility issue which first occurred in version 2.0.3.
Gentics Content.Connector 2.0.3
Enhancement
Add possibility to define multiple database handles for one datasource.
A Round-Robin algorithm is used to choose a handle.
If one handle is not available it will be removed temporarily from pool
For configuration see: https://github.com/gtxcontentconnector/contentconnector/wiki/Configuration
Bugfix
Search queries containing the characters ‘&‘, ‘|‘ or ‘~‘ returned unexpected results when
using the CRQueryParser and inherited classes because those characters where always
replaced with ‘AND‘, ‘OR‘ and ‘NOT‘. This has been fixed: if those characters are
escaped (using backslash ‘\‘) they won‘t be replaced anymore.
Gentics Content.Connector 2.0.2
Bugfix
Sometimes an indexing job failed with “org.apache.lucene.store.AlreadyClosedException: this IndexReader is closed”.
Gentics Content.Connector 2.0.1
Bugfix
CustomPatternAnalyzer would stop working after processing the first string.
Gentics Content.Connector 2.0.0
Enhancement
Dependency management: The portalnode-lib dependency was removed from the Gentics Content.Connector
- The ITemplateManager interface was moved to node-lib and will be available starting from version 2.0.13.
- The ITemplateManager interface in node-lib was updated. The render method will no longer throw CRException. Instead a normal Exception will be thrown.
- The PortalNodeTemplateManager class was moved to portalnode-lib and can still be used when manually adding the portalnode-lib dependency.
- The PluggableActionCaller class was moved to portalnode-lib.
- The PortalNodeInteractor class is no longer interfacing directly with portalnode. Instead the PortalConnectorFactory class is used for datasource creation.
- Various portalnode-lib dependencies were removed in various pom.xml files.