Release Notes / Version 10.2107
Table Of ContentsReturn null instead of internal Exception when having a list path param, but another segment
When providing a path segment for a list (i.e. an Integer) but the property is no list, null is returned instead of an internal Exception.
(CMS-17587)
Management Tools image built on Windows, cannot access confd directories
When building an image on windows, a recursive
COPY
directive in the Dockerfile, will remove executable bits on directories, making them inaccessible. Building production images on Windows is not recommended.
(CMS-17137)
Added missing mongoDb.* properties
Added missing mongoDb.* application properties to spring boot apps of user-changes and elastic-worker.
(CMS-17117)
Ownership of MongoDB init script in Docker image
The owner of the MongoDB init script in the Docker image is set explicitliy to mongodb:mongodb.
(CMS-17052)