Release Notes / Version 13.2512.0
Table Of Contentsmanagement-tools still called compose wait if WAIT_HOSTS was set
compose wait has been replaced with wait4x and instead of `WAIT_HOSTS` you can use `WAIT_HEALTH_ACTUATORS`, which waits until the health actuator is UP. The old `WAIT_HOSTS` logic only waited until the tcp port was listening, which in case of content repositories could be too early, leading to errors on connection creation.
(CMS-29593)
Fixed 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)
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)


