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

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

VERSION 17

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

VERSION 16

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

VERSION 17

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.
Runtime V1 apiv15

VERSION 16

Frontend API v2Use v2 frontend client which automatically uses v2 API's
Studio Clientv15

VERSION 16

Blueriq EncoreUse Blueriq Encore

Technical deprecations

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

TBD

Not needed anymore. Via parameters
@AquimaProjectScope annotationv15

VERSION 16

No alternative. We don't intend to support custom code for certain projects only, since Blueriq is a platform where any project can run on. If certain custom components are only required for certain projects, we advise to run these on a separate Runtime with the required custom components included.

Platform Support deprecations

Deprecated platforms can be found at the platform support page.

2 Comments

  1. The secure session cookie deprecation was already announced to be removed in version 15 (Deprecated features). Is it 15 or 16?

    Same goes for Theming Support: 15 or 17?

    1. Hi Daniel, setting the secure session cookie using an environment variable was already removed in R15, I changed that. The Theming support has shifted, so it is 17.