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

Please note the list of deprecated features is under construction and can be changed based on customer input.

Please note that this page reflects the state of the current version. Features that were removed from the product also have been removed from this list. Please visit older versions of this page to see what changed: Deprecated features 13

Definitions

Deprecation is a status applied to software features to indicate that they should be avoided, typically because they have been superseded.
Although deprecated features remain in the software, their use may raise warning messages recommending alternative practices, and deprecation may indicate that the feature will be removed in the future. Features are deprecated — rather than immediately removed — in order to provide backward compatibility, and give programmers who have used the feature time to bring their code into compliance with the new standard.

On this page

Deprecations List

Deprecated ItemBecame deprecated in versionWill be removed in versionRecommended AlternativeHow to migrate
Actionsv8.x

TBD

EventsUse events in your flow
Specializing the data type of an attribute, the cardinality of a relation, or relation targetsv11.2

TBD

-Change the base definition or make copy the element with a different name in the desired module. 
Theming supportv13.0

VERSION 15

NPM LibrariesCreate a custom front-end based on the NPM Libraries we provide. We prefer an Angular front-end for which we provide a Material theme default project that may be used as a starting point. These NPM libraries make use of the UI REST API V2, which could be used as an alternative if the NPM libraries do not fit your needs.
Secure session cookie using environment variablev14.7

VERSION 15

Configuration propertySet the blueriq.session.cookie.secure property. See Release 14.7 Upgrade Instructions.
Trace Event Publisher Component v1 TraceEvent14.10

VERSION 15

TraceEvent v2The v2 TraceEvent contains the same information as v1, extended with type information for the property values. When an external application is used to consume the trace events, make sure that it can handle this new type information or is able to ignore it.

Technical deprecations

Deprecated ItemBecame deprecated in versionWill be removed in versionRecommended AlternativeHow to migrate
MetaModel Generator pluginNot yet

TBD

Not needed anymore. Via parameters
DateValue.parseDate accepts date string with time component and DateValue.valueOf returns date with time component13.2

VERSION 15

Use DateTimeValue.parseDateTime when you want to parse a date with time component and DateTimeValue.valueOf for a date with time component. Change in custom code where applicable. Also prevent using DateTimeValues in date attributes in your model.

Platform Support deprecations

Deprecated platforms can be found at the platform support page.