Release Notes / Version 12.2406.4
Table Of ContentsDeprecated Workflow Validators Property-Based Configuration
The current concept of configuration of workflow start validators by Spring properties has been deprecated to ease configuration of project-specific validators in future releases.
Beginning with CMCC 13 2512.1 and 2606.0, instead of static lists of
validator bean names (Spring properties
studio.workflow.validation.start-validators.*),
validator beans will be annotated to be evaluated by an established
Spring mechanism. Consequently, class
com.coremedia.rest.cap.workflow.validation.configuration.BeanMappingUtil
has been deprecated, too, as it was only used for the deprecated
properties' evaluation.
Should you have customized workflow start validation in your project, you will have to refer to Studio Developer Manual, section Customizing Validation of Built-In Workflows for details on the new configuration concept when upgrading to said future releases.
(CMS-30231)


