Gentics Content.Connector Changelog Summary

Gentics Content.Connector 1.16.0


Manual Change

JDK compliance update

Due to the updated node and apache lucene dependency it is now mandatory to use JDK 1.7.


Manual Change

The com.gentics.cr.XMLRequestProcessor was removed.

The class was removed in order to simplify the inherited dependencies. You may add your own implementation which you can base upon this revision


Gentics Content.Connector 1.14.0


Enhancement

Updated Apache Lucene to 4.9.0. In order to use the new Lucene version, it is recommended to re-index every configured index with the new version.
Please check your analyzer.properties configuration, as the package names of some analyzers may have changed in the lucene packages.


Gentics Content.Connector 1.13.3


In this release, only dependencies have been updated, namely node-lib to 2.0.4 and portalnode-lib to 4.6.0


Gentics Content.Connector 1.13.2


Bugfix

Removed a ClassCastException when a language not existing in the CR is requested using CMSPageLanguageFallbackRequestProcessor


Gentics Content.Connector 1.13.1


Bugfix

A bug in the velocity template caching was fixed. Previously the template caching didn‘t cache the evaluated templates correctly.


Bugfix

Lucene Index Update Checker now exits gracefully on server shutdown.