Release Notes / Version 10.2107
Table Of ContentsRemoved defaults from application properties
The Headless Server application properties contained a lot of comments, configuration examples, documentation and empty assignments. In order to comply with best practices of Spring Boot development, the application properties were cleaned up. All examples are now part of the deployment manual. Any default and empty assignments were removed and moved into Spring Boot ConfigurationProperties classes.
Follow Section, “Removed defaults from application properties” for upgrade information.
(CMS-17087)
CAE Refactorings
Some CAE modules underwent structural refactoring, which possibly requires some dependency and import changes in your project code. (All artifacts mentioned here have the groupId
com.coremedia.cms
.)
Follow Section, “CAE Refactorings” for upgrade information.
(CMS-17072)