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

Before you upgrade make sure to read the General Upgrade instructions as well as the Upgrade instructions for previous versions.

The changes are color coded. Orange elements have been changed, Green elements have been added and Red elements have been removed compared to the 12.x release.

Table of contents

External Flow properties

Some External Flow properties have been renamed:

Old propertyNew property

blueriq.external-flow.redis-store.read-timeout-millis

blueriq.external-flow.redis-store.timeout


blueriq.external-flow.redis-store.connect-timeout-millis

blueriq.external-flow.redis-store.pool.maxIdleblueriq.external-flow.redis-store.jedis.pool.maxIdle
blueriq.external-flow.redis-store.pool.minIdleblueriq.external-flow.redis-store.jedis.pool.minIdle
blueriq.external-flow.redis-store.pool.maxActiveblueriq.external-flow.redis-store.jedis.pool.maxActive
blueriq.external-flow.redis-store.pool.maxWaitblueriq.external-flow.redis-store.jedis.pool.maxWait

Also, three new External Flow properties have been added:

New propertyRequiredDefault
blueriq.external-flow.redis-store.sslNofalse
blueriq.external-flow.redis-store.clientNameNo
blueriq.external-flow.redis-store.pool.timeBetweenEvictionRunsNo

Finally, for two existing External Flow properties, the defaults have been changed:

PropertyOld defaultNew default
blueriq.external-flow.redis-store.host
localhost
blueriq.external-flow.redis-store.port-16379


For more information on these properties, please refer to the External Flow Properties guide.

Known issues

For an overview of known issue please refer to: Known issues.

  • No labels