OL Hub Release Notes v1.70

Release Date: 09 July 2023

New generator: Spring Java controller

A new generator is available. The Spring Java controller enables the user to deploy an OL Hub project as a REST API service in a Java runtime environment. The result is a full code Java project, where only the service layer is generated as Java controllers. The OL Contract is exposed as a REST API with OpenAPI. Modules can remain as they are in a low code project.

Create Backend module

During creation of a new project, it is now possible to add a backend module.

The user can select the type of backend module from a dropdown list:

Retry Policy

It is now possible to define a Retry policy during the invoke step.

The user can enable/disable retry, set the number of retries and time interval between retries:

Deploy Project

Deploy Project is now available as a separate page in the UI. The connection profile is also available for preview and test. Project variables can be configured.

Project Trails

Project trails and assets can now be viewed from the Projects page. Previously, this was only visible from the Modules page.

Add fields or Upload file from JSON/XML/XSD file populated with fields

The user can now add fields or upload a file for input and output from a JSON/XML/XSD file.

Multiple mapping: disconnect one or more fields

The user can disconnect one or more fields from a map of multiple connections without disconnecting all fields.

Enhanced mapping display features

Map to Output and Map to Input are now available.

Copy to clipboard from input and output of test asset

The user can now copy the input and output of a test asset to the clipboard.

Disable Deploy button for unsupported screen

The Deploy button is now disabled for unsupported Project technology. Deploy button is enabled for OpenAPI and ReverseAPI only.