Release Notes / Version 10.2107
Table Of ContentsFor the Content and Workflow Server ConfigurationProperties classes have been introduced that replace the different properties files used in the servers:
contentserver.properties
publisher.properties
replicator.properties
imageconverter.properties
workflowserver.properties
sql.properties
Properties can now be configured via Spring Boot. You can use application.properties, system properties, environment variables in uppercase and many more. See https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-external-config.html for details.
Spring's relaxed binding also allows for different notations of property names like snake or camel case, but the default is 'kebap case' (separating words with dashes).
The change required some property renaming and there are some general rules:
Generally a dot in a property name now reflects some kind of logical hierarchy.
List-valued properties are now zero-based and use bracket notation (x.y.1.* -> x.y 0 .*)
List of all renamed properties
(CMS-3030)