Release Notes / Version 12.2406.4
Table Of ContentsProperty to Disable Workflow Server CleanInTranslation Job
Added new configuration property
workflow.blueprint.clean-in-translation.enabled in
Blueprint class
com.coremedia.blueprint.workflow.boot.BlueprintWorkflowServerAutoConfiguration
as option to disable the Workflow Server’s CleanInTranslation
background job. It defaults to true, which keeps it
enabled as in previous releases. The default value will change to
false in future releases.
The CleanInTranslation background job is not necessary and can be
disabled if all used translation and localization processes use the
CleanInTranslationFinalAction in their process
definition, which is recommended. For details, see the
Blueprint Developer Manual, section “CoreMedia
Blueprint - Functionality for Websites | Workflow Management |
Translation Workflow | Configuration and Customization”.
You can check whether CleanInTranslation is enabled or disabled in the
Workflow Server log. If enabled, it will log an INFO message at
startup time containing
Scheduling CleanInTranslation. If no such message
is logged after start, then CleanInTranslation is disabled.
(CMS-30617)
Updated Project Dependencies
Updated several dependency and plugin versions:
Byte Buddy → 1.18.10
Commons Codec → 1.22.0
Commons IO → 2.22.0
Error Prone → 2.50.0
Google Analytics Data Client for Java → 0.104.0
Google API Common for Java → 2.64.0
Google API Extensions for Java → 2.81.0
Google Auth Library for Java → 1.48.0
gRPC-Java → 1.82.0
Gson → 2.14.0
Hibernate ORM → 7.4.1.Final
Jackson → 3.2.0
Jackson (Legacy) → 2.22.0
Javassist → 3.31.0-GA
JSON-Java → 20260522
JUnit Jupiter → 6.1.0
Logback → 1.5.34
Micrometer → 1.17.0
Netty → 4.2.15.Final
Protocol Buffers for Java → 4.35.0
Reactor Project BOM → 2025.0.6
SLF4J → 2.0.18
Spring Boot → 4.1.0
Spring Data BOM → 2026.0.0
Spring for GraphQL → 2.0.4
Spring Framework → 7.0.8
Spring Security → 7.1.0
Spring Web Flow → 4.0.1
(CMS-30534)


