You are viewing the documentation for Blueriq 15. 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 15.x release.

Table of contents

BAARS error messages

Some messages regarding Blueriq as a Rest Service have been added to the messages.properties  files. If you have any custom messages.properties files, you should add these keys, and customize the translation if required:

domainschema.error.unexpected.failure = unexpected failure parsing property
domainschema.error.implicit.convert.multivalue = cannot implicitly convert multi valued property to single value because it contains more than one value.
domainschema.error.not.array = value is expected to be an array.
domainschema.error.property.required = property is required but not provided.
domainschema.error.property.required.legacy = property [{0}] is required but not provided.
domainschema.error.not.primitive = value expected to be a primitive.
domainschema.error.not.object = value expected to be an object.
domainschema.error.wrong.type = wrong input valuetype, {0}.

This may also apply to the message files for specific languages, like messages_nl-NL.properties.

Known issues

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