You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

With Blueriq 11.0 we introduce legacy properties that will be available for one major version and are immediately deprecated from the moment of introduction. The properties should therefore preferably not be used but may help during a transitioning period towards the new behavior.

SubjectPropertyExplanationDefaultIntroduced in
Composer


blueriq.legacy.composer-nowrap-repeat-container-enabledElements with a repeat expression are transparently wrapped in a container to achieve more stable element keys for determining page updates. Setting this property to true causes repeated elements not to be assigned a nested key as was the case before R11.0falseBlueriq 11.0

application.properties

Flowblueriq.legacy.keep-errors-on-exception-exit-enabled

When true the legacy behaviour keeps errors after the exception exit of a service or function call was taken.

falseBlueriq 11.0

application.properties

Process Engineblueriq.legacy.transactional-case-evaluator-enabledWhen true, the legacy behaviour of single transaction per background case evaluation is enabled. This may lead to deadlocks when automatic tasks call BAAS services that also modify the process data store.falseBlueriq 11.0

application.properties

Aggregatesblueriq.legacy.service-exception-on-aggregate-of-wrong-typeWhen true, the legacy behaviour for taking the exception exit on the AQ_Aggregate_Read service is enabled. This means that when an Aggregate is read that has a different type than requested, the exception exit will be taken.falseBlueriq 11.0

application.properties

Composerblueriq.legacy.validate-invisible-fieldsFields that will become invisible because their visibility condition changed will no longer be validated since R11.1. Setting this property to true reverts to the old behavior, in which validation messages will be computed for fields that may no longer be on the page during the next page rendering.falseBlueriq 11.1

application.properties

  • No labels