Release Notes / Version 12.2506.0
Table Of ContentsFixed CAE Feeder Progress Logging
Fixed a bug in the CAE Feeder that its progress
was not logged anymore. The fix restores INFO log messages like
"All ... keys are up-to-date" and "... of ... keys
still need to be (re)computed". These messages are logged every
10 minutes, but only if something has changed. The interval can be
configured with property
caefeeder.evaluation.log-interval.
(CMS-29409)
Avoid pulling outdated Workflow Definitions
Just load the latest process definitions for each name that is used for tracking. This reduces the likelihood of outdated process definitions being loaded.
(CMS-29290)
Fixed locale-based search in the preferred site selector
Locale-based search in the preferred site selector has been fixed, allowing sites to be reliably found and selected by locale again.
(CMS-29048)
Fixed a Bug in Cap Repositories Spring Configuration
By a regression, the bean definitions
workflowRepository and
capListRepository were present when the
corresponding repositories were not connected. The fix makes these
beans conditional on properties
repository.caplist.connect and
repository.workflow.connect respectively.
(CMS-28505)
Configuration for "mvn deploy" Completed
`mvn deploy` was not possible due to missing configurations of `distributionManagement` in some Maven POMs. These configurations have been added now for snapshot artifacts and project website deployments. Per default, the artifacts are written to the modules' `target` and `target/site` folders.
(CMS-18153)


