Release Notes / Version 12.2506.0
Table Of Contents
If you are downloading XLIFF in CoreMedia Studio, you may have
experienced (since CMCC v10.2307.1), that the feature to add nested
Struct properties configured in bean
translateXliffTranslatableExpressions did not work
anymore, thus, properties like
CMLinkable.localSettings.callToActionCustomText
were not added to the resulting XLIFF export.
The corresponding required configuration was wrongly hidden in
StudioInMemoryAutoConfiguration.
This patch will remove the @ConditionalOnProperty
annotation from StudioInMemoryAutoConfiguration, so
that the required configuration for
translateXliffTranslatableExpressions is now also
available again in CoreMedia Studio.
Upgrade Notes
If you have adapted
translateXliffTranslatableExpressions, you may need
to review the customized bean in
StudioInMemoryAutoConfiguration, if it matches your
needs. If you already set up a parallel unconditional configuration to
work around this issue, you may just keep the
StudioInMemoryAutoConfiguration with its
@ConditionalOnProperty annotation.
Ensure that configurations in CoreMedia Studio and in
BlueprintWorkflowServerAutoConfiguration are
aligned.
(CMS-27666)


