Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Release Date

23

ContentRelease 17.0
Download

UI Button
colorpurple
icondownload
titleDownload Blueriq
urlhttps://my.blueriq.com/display/CUS/Customers+Home

Panel

On this page:

Table of Contents
maxLevel1
stylenone
spring: security: oauth2: client: registration: my-oauth2-client: provider: my-auth-server client-id: my-client-id client-secret: secret-password-text authorization-grant-type: client_credentials provider: my-auth-server:            token-uri: https://identity.provider.com/token blueriq: connection: my-connection1: http:        url: https://some.domain.com/resource1        authentication: oauth2        oauth2-client-registration: my-oauth2-client my-connection2: http:        url: https://some.domain.com/resource2        authentication: oauth2

desired. 


See Release 17.0 Upgrade Instructions for more details.

       oauth2-client-registration: my-oauth2-client

Numbered Headings
start-numbering-with1

Highlights

Our goal is to swiftly introduce new features, prioritizing speed over waiting for major releases unless absolutely necessary. This approach ensures a gradual impact and shortens time to market. Unlike minor updates, major releases may involve breaking changes like removing outdated features or upgrading technology.

Highlights of release 17.0:

  • Technology upgrades (JDK 21, OpenAPI 3.1, KeyCloak Keycloak 24.0, .NET core 8) keeping Blueriq secure and stable.
  • Removal of deprecated features, toggles, and properties marking the end of a transition period.
  • Improved flexibility for secured REST connections using OAuth2
  • Improved readability of logging

Enhancements

In the old situation you would need to do something like this.
EnhancementDetails
REST service call OAuth2 custom parameters

It is now possible to add any parameter to an OAuth2 token request that is being executed during a REST service call. This allows you to send extra data in the OAuth2 token request that you configured, if needed.

Expand
titleExpand to see how to add your parameters to a REST connection...
Code Block
languageyml
blueriq:
  connection:
    my-connection:
      http:
        url: https://some.domain.com/resource
        authentication: oauth2
        oauth2-request-parameters
          param1: some-value
          param2: some_other_value123
OAuth2 clients ala OAuth2 clients a la Spring Security

We changed the way you configure an OAuth2 client on REST connections. Now you can define OAuth2 clients separately and reference them from multiple connection if you so wish.

Expand
titleExpand to see what has changed...
Code Block
languageyml
blueriq:
  connection:
    my-connection:
      http:
        url: https://some.domain.com/resource
        authentication: oauth2
        oauth2-client-id: my-client-id
        oauth2-client-secret: secret-password-text
        oauth2-grant-type: client_credentials
        oauth2-token-endpoint: https://identity.provider.com/token

Now you can define OAuth2 clients separately and reference them from multiple connection if you so wish:

Code Block
languageyml
Default HTTP timeouts

The default read timeout for AQ_RestServiceCall and AQ_SoapServiceCall has been changed to 5 seconds (was 15 seconds). The advantage is that a request will now fail faster if it takes long, so that the user doesn't have to wait so long. If you have service calls that take longer than 5 seconds, you can override the timeout per connection. See Connections Properties for more information.

Timeouts for CMIS

We introduced properties to set the connection timeout and the read timeout for CMIS. Both default to 5 seconds. See CMIS Properties on how to change them.

Improved readability of logging

Logging for flows, processes, and certain service calls thoughout throughout Blueriq applications has been improved by improving the consistency of log levels and actual log statements.

Documentation

Documentation on the new features and improvements of this release is linked in the respective topics.

Changes Platform Support

Our Platform support is updated.

Changes are:

  • Blueriq Java components now requires require Java 21 to run.Blueriq 17 introduces support for OpenAPI v3.1, in addition to v3.0 for the OpenAPI specification feed. 
  • Oracle 21C (Innovation Release)

 Discontinued

  •  Java x 17 support is stopped, from Blueriq 17 ononwards Java 21 or higher is mandatory.

Upgrade Instructions

Infonote
titleOAuth2 token support on REST connections

In order to use your REST connections that use a OAuth2 token to authenticate correctly, after the upgrade you will need to migrate all the properties to the new structure as described in the "OAuth2 clients ala a la Spring Security" enhancement.

 Please review the Release 17.0 Upgrade Instructions.

ui-text-box

type
Tip

As a best practice

  • backup your repository
  • backup your database before running scripts
  • backup your 
    Include Page
    _HomeFolder
    _HomeFolder
     directory ([Blueriq installation directory]\Runtime)
  • backup any config files you have altered under [Blueriq installation directory]\Services

before you start the upgrade.

Artifacts

 The Blueriq artifacts are available under name: 17.0.0.xxxx33

This release includes these versions of Blueriq components with a separate life cycle:

Component

Version

Customer Data Service45.20.x1
DCM Lists Service34.0.x0
Material Theme1.13.x3
Development tools frontend12.50.x0
DCM Maintenance App35.0.x1
Audit Consumer1.0.2.x1
DCM Dashboard Service2.0.2.x1
Gateway Service1.0.1.x
Document Renderer2.12.x0

Blueriq Libraries

There are no specific Library updates for this release.

Libraries

In this release, the set of third party libraries that is used by Blueriq was updated. When your installation of Blueriq includes custom components (artifacts that do not ship with Blueriq, such as proprietary plugins), those components should be tested for compatibility with these changes.

ArtifactId

GroupId

License

Version in 16.11

Version in 17.0

jakarta.el

org.glassfish

Eclipse Public License - v 2.0

4.0.2

(error)

netty-codec-dns

io.netty

Apache License 2.0

4.1.108.Final

(error)

netty-codec-http

io.netty

Apache License 2.0

4.1.108.Final

(error)

netty-codec-http2

io.netty

Apache License 2.0

4.1.108.Final

(error)

netty-codec-socks

io.netty

Apache License 2.0

4.1.108.Final

(error)

netty-handler-proxy

io.netty

Apache License 2.0

4.1.108.Final

(error)

netty-incubator-codec-classes-quic

io.netty.incubator

Apache License 2.0

0.0.62.Final

(error)

netty-incubator-codec-native-quic

io.netty.incubator

Apache License 2.0

0.0.62.Final

(error)

netty-resolver-dns

io.netty

Apache License 2.0

4.1.108.Final

(error)

netty-resolver-dns-classes-macos

io.netty

Apache License 2.0

4.1.108.Final

(error)

netty-resolver-dns-native-macos

io.netty

Apache License 2.0

4.1.108.Final

(error)

netty-transport-classes-epoll

io.netty

Apache License 2.0

4.1.108.Final

(error)

netty-transport-native-epoll

io.netty

Apache License 2.0

4.1.108.Final

(error)

reactor-netty

io.projectreactor.netty

Apache License 2.0

1.1.18

(error)

reactor-netty-core

io.projectreactor.netty

Apache License 2.0

1.1.18

(error)

reactor-netty-http

io.projectreactor.netty

Apache License 2.0

1.1.18

(error)

reactor-netty-incubator-quic

io.projectreactor.netty.incubator

Apache License 2.0

0.1.18

(error)

spring-webflux

org.springframework

Apache License 2.0

6.1.6

(error)

aalto-xml

com.fasterxml

Apache License 2.0

1.3.1

1.3.2

artifactory-java-client-api

org.jfrog.artifactory.client

Apache License 2.0

2.13.1

2.17.0

artifactory-java-client-httpClient

org.jfrog.artifactory.client

Apache License 2.0

2.13.1

2.17.0

artifactory-java-client-services

org.jfrog.artifactory.client

Apache License 2.0

2.13.

1

2.17.0

commons-lang3

org.apache.commons

Apache License 2.0

3.13.0

3.14.0

core

com.google.zxing

Apache License 2.0

3.5.1

3.5.3

cxf-core

org.apache.cxf

Apache License 2.0

3.5.8

4.0.4

jackson-annotations

com.fasterxml.jackson.core

Apache License 2.0

2.15.4

2.17.0

jackson-core

com.fasterxml.jackson.core

Apache License 2.0

2.15.4

2.17.0

jackson-databind

com.fasterxml.jackson.core

Apache License 2.0

2.15.4

2.17.0

jackson-dataformat-xml

com.fasterxml.jackson.dataformat

Apache License 2.0

2.15.4

2.17.0

jackson-dataformat-yaml

com.fasterxml.jackson.dataformat

Apache License 2.0

2.15.4

2.17.0

jackson-datatype-jsr310

com.fasterxml.jackson.datatype

Apache License 2.0

2.15.4

2.17.0

javase

com.google.zxing

Apache License 2.0

3.5.1

3.5.3

jose4j

org.bitbucket.b_c

Apache License 2.0

0.9.4

0.9.6

jsoup

org.jsoup

MIT License

1.16.1

1.17.2

odata-client-api

org.apache.olingo

Apache License 2.0

4.9.0

5.0.0

odata-client-core

org.apache.olingo

Apache License 2.0

4.9.0

5.0.0

odata-commons-api

org.apache.olingo

Apache License 2.0

4.9.0

5.0.0

odata-commons-core

org.apache.olingo

Apache License 2.0

4.9.0

5.0.0

reactor-core

io.projectreactor

Apache License 2.0

3.6.5

3.6.4

Saxon-HE

net.sf.saxon

Mozilla Public License Version 2.0

11.6

12.4

springdoc-openapi-starter-common

org.springdoc

Apache License 2.0

2.1.0

2.4.0

springdoc-openapi-starter-webmvc-api

org.springdoc

Apache License 2.0

2.1.0

2.4.0

stax2-api

org.codehaus.woodstox

BSD License

4.2.1

4.2.2

swagger-annotations-jakarta

io.swagger.core.v3

Apache License 2.0

2.2.9

2.2.21

swagger-core-jakarta

io.swagger.core.v3

Apache License 2.0

2.2.9

2.2.21

swagger-models-jakarta

io.swagger.core.v3

Apache License 2.0

2.2.9

2.2.21

woodstox-core

com.fasterxml.woodstox

Apache License 2.0

6.5.1

6.6.1

xmlresolver

org.xmlresolver

Apache License 2.0

5.2.1

5.2.2

UI Expand
titleThird-party libraries Java Runtime
ArtifactIdGroupIdLicenseVersion in 17.x.xVersion in 17.x.x UI Expand
titleThird-party libraries Persistence API for customer data
ArtifactIdGroupIdLicenseVersion in 4.2.x (Blueriq 17.x.x)Version in 4.2.x (Blueriq 17.x.x)

Retirement announcement

For a full list of deprecated features, go to Deprecated features.

Removed legacy properties can be found in the Release 17.0 Upgrade Instructions.

Bug fixes

Include Page
Blueriq 17.x 0 Bug Fixes
Blueriq 17.x 0 Bug Fixes

Known issues

Note
The AQ_DocumentLink container does not work in this version. We're aware of the issue and working on a solution.

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

Security notification