Gentics .Node 2.0.22
Bugfix SUP-415
The memory consumption while accessing attributes for objects from a multichannelling aware contenrepository has been reduced.
Gentics .Node 2.0.21
Bugfix RT58702
A minor bug in versioning has been fixed: It was not possible to fetch versioned data for records, that did not have a current entry.
Gentics .Node 2.0.20
Bugfix RT58649
GenticsImagestore: Resizing failed sometimes when resizing an image without a proper file name extension. This has been fixed.
Bugfix RT58663
The version of the library commons-dbcp has been updated from 1.2.1 to 1.2.2 which includes a fix for https://issues.apache.org/jira/browse/DBCP-64. This bug caused database connections to content repositories, that were fetched from a connection pool and died (e.g. because the server was not reachable any more) not being returned into the pool. This subsequently could cause the pool to exhaust.
Gentics .Node 2.0.19
Bugfix RT58687
Added SQL Executor classes needed for GCN SQL deadlock fix RT#58687
Gentics .Node 2.0.18
Bugfix RT58575
In some cases a jmage.log file would be created in the root directory of the java process. A bugfix has been applied to the jmage library in order to prevent such files from being created.
Gentics .Node 2.0.17
Bugfix RT58613
Fixes for filename sanatizing:
- Filenames containing dots are now correctly handled
- The filename extension is now also sanitized
Gentics .Node 2.0.16
Bugfix RT58613
Enhanced sanitizing of file names. Now truncating filenames and folderpaths that exceed the maximum length works correctly.
Gentics .Node 2.0.15
Bugfix RT58596
When updating the mother object of an object in a non MCCR contentrepository, sometimes the data would not get updated. This has been fixed now.
Gentics .Node 2.0.14
Gentics .Node 2.0.13
Enhancement
In preparation for the Gentics Content.Connector Release 2.0.0 the following interface was moved from Gentics Content.Connector to node-lib.
- com.gentics.cr.template.ITemplateManage
Bugfix RT58554
GenticsImageStore: A bugfix which was introduced version 2.0.9 could cause the colors of a resized image to be wrong. The bugfix has been updated in order to prevent such wrong colors.
Gentics .Node 2.0.12
Bugfix RT58491
Datasource Attribute Prefilling: In some cases the datasource prefilling of attributes could fail with an SQL Exception ORA-01745 when the Oracle Database was used. Prefilling of more than 64 thousand objects failed since the Oracle Database can‘t handle that many bind variables. Now multiple smaller statements will be used instead of a single large statement. The prefilling behaviour for MySQL and MSSQL have not been changed.
Gentics .Node 2.0.11
Bugfix RT58468
GenticsImageStore: Fixed the GenticsImageStore not being able to resize .gif images. Instead of the resized image, the original image was returned. This bug was introduced with GCN 5.15.34 / 5.16.20 / 5.17.7.
Gentics .Node 2.0.10
Bugfix RT58244
When writing filesystem attributes into a multichannelling aware content repository, sometimes exceptions like “Error while putting fs attribute file in [basepath] starting with [prefix] into cache” where logged. Those errors, which had no functional consequences, were fixed now.
Gentics .Node 2.0.9
Bugfix RT58330
When using filesystem attributes for multichannelling aware content repositories, reading the attribute value could fail in situations, where the content was changed but the cache still contained the reference to the old file path. This has been fixed now. When the file path found in the cache references a file, that does not exist, the file path is re-read from the database.
Gentics .Node 2.0.8
Bugfix RT58372
The GenticsImageStore webapp used to forward the Host-header from the client‘s request when fetching a source image via HTTP. This behavior was not conforming to the HTTP specification. Now, the Host-header is derived from the actual URL used to retrieve the source image.
Gentics .Node 2.0.7
Bugfix RT58211
GenticsImageStore: On some occasions, when resizing a JPEG image with sRGB colorspace the resulting image has wrong colors. This has been fixed.
Bugfix RT58345
An erroneous locking mechanism could provoke a deadlock situation in PortalConnectorFactory This has been fixed.
Gentics .Node 2.0.6
Bugfix RT58278
It is now possible to continue writing objects into a Content Repository, even if the file that contains the data to be written into a filesystem attribute is not found any more.
Gentics .Node 2.0.5
Bugfix RT58293
Registering mccr datasources with the old sanitycheck (which is used by default) failed, because sanitycheck is not compatible with mccr datasources. The behaviour has been changed now, sanitycheck will not be used for mccr datasources any more. If checking the database is required for mccr datasources, sanitycheck2 should be used instead.
Gentics .Node 2.0.4
Bugfix RT58236
MCCR: Fixed error “Error while setting value for attribute” that occured in GPN 4.6.0 when cache warming is enabled or a frontend page was loaded.
Gentics .Node 2.0.3
Bugfix RT58194
GenticsImageStore: A StringIndexOutOfBoundsException was fixed when processing an image Url with a very long filename.
Bugfix RT58193
GenticsImageStore: A StringIndexOutOfBoundsException was fixed when processing an image Url with a missing file extension. The mimetype-detection for the image is now done by looking up the file content.
Gentics .Node 2.0.2
Bugfix RT58202
An StringIndexOutOfBoundsException was fixed inside the non-api fileutils.
Gentics .Node 2.0.1
Enhancement
Some no longer needed third party dependencies were removed. Previously the org.eclipse.core.runtime dependency was included. We now only include the org.eclipse.equinox.common dependency.
Bugfix RT51435
When creating a datasource using the PortalConnectorFactory based on handle properties and datasource properties fails, no open handle will be left behind.
Gentics .Node 2.0.0
Java Project Structure Changes
Various changes to the internal Gentics .Node project structure have been made. These changes might affect existing build setups that make use of the provided maven artifacts.
- The java source code for this project will now be compiled for JDK 1.7. Gentics .Node classes are no longer executable with JDK 1.6 and older JDKs.
- Various maven dependencies were moved from node-lib to contentnode-lib and portalnode-lib.
- The restapi-lib module was removed. It is now a part of contentnode.
Enhancement
When creating a new datasource using the PortalConnectorFactory, the datasource will no longer be checked with autorepair by default if neither the autorepair nor the autorepair2 flags are set for the datasource. It is recommended to always use the autorepair2 flag for the datasource to check and repair datasources.