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 property | New 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.maxIdle | blueriq.external-flow.redis-store.jedis.pool.maxIdle |
blueriq.external-flow.redis-store.pool.minIdle | blueriq.external-flow.redis-store.jedis.pool.minIdle |
blueriq.external-flow.redis-store.pool.maxActive | blueriq.external-flow.redis-store.jedis.pool.maxActive |
blueriq.external-flow.redis-store.pool.maxWait | blueriq.external-flow.redis-store.jedis.pool.maxWait |
Also, three new External Flow properties have been added:
New property | Required | Default |
---|---|---|
blueriq.external-flow.redis-store.ssl | No | false |
blueriq.external-flow.redis-store.clientName | No | |
blueriq.external-flow.redis-store.pool.timeBetweenEvictionRuns | No |
Finally, for two existing External Flow properties, the defaults have been changed:
Property | Old default | New default |
---|---|---|
blueriq.external-flow.redis-store.host | localhost | |
blueriq.external-flow.redis-store.port | -1 | 6379 |
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.