LSPS documentation logo
LSPS Documentation
Release Notes

3.6.1018

Server

Improvements
  • Upgrade javassist to support java 11 deployment (LSPS-10852)

3.6.1017

Command-Line Console

Improvements
  • Cli: Add parameter to unload module with given Id (LSPS-10848)

PDS

Fixed Issues
  • PDS action "Resume All Updated" doesn't resume all updated (LSPS-10844)

3.6.1016

Server

Fixed Issues
  • Envers active even if deactivated by the parameter (LSPS-10831)

3.6.1015

Business Activity Monitoring

Fixed Issues
  • Due to removing of the following warning "Unpatched iText found, cannot use glyph rendering", the incorrect Jasper iText version 2.1.7 has been replaced by jasper iText version 2.1.7js6. (LSPS-10827)

Server

Fixed Issues
  • Cannot remove auditing from the model (LSPS-10806)

3.6.1014

Server

Fixed Issues
  • EhCache writes warnings in the server log (LSPS-10821)

3.6.1012

Web Application

Improvements
  • 'Exclude from auditing' flag is ignored (LSPS-10784)

3.6.1011

Application-Theme

Improvements
  • Support for dynamic Vaadin themes was removed (LSPS-10788)

Installer

Fixed Issues
  • Designer binary was marked as executable in linux. (LSPS-10765)

PDS

Fixed Issues
  • The duplicate error messages that appeared when server was disconnected durring debugging have been removed. (LSPS-10761)

Standard Library

Improvements
  • The navigation.const file with the following constants “todoList”, “documents”, “runModel”, “settings” and “welcome” has been added in Standard library human module. (LSPS-9256)

3.6.1010

PDS

Improvements
  • Create PDS side debug model (LSPS-10644)

Server

Fixed Issues
  • The problem that caused error during upload of a model with a cycle in a flow that includes a looping task has been fixed. (LSPS-10603)

Web Application

Fixed Issues
  • Fix memory leak in ThreadLocal (LSPS-10746)

3.6.1009

Web Application

Fixed Issues
  • New custom application no longer contains empty folder "archetype-resources". (LSPS-10692)

3.6.1008

Command-Line Console

Fixed Issues
  • savedTodoExport, exportRaw, modelUpdate from cli fail with SLF4J class-load failure (LSPS-9703)

Expression Language

Improvements
  • Add built-in type LocalDateTime (LSPS-10665)

Server

Improvements
  • Improve performance of the license check (LSPS-10664)

UI

Fixed Issues
  • Do not use LspsUIBase in generic framework classes (LSPS-10625)

Web Application

Improvements
  • Load application templates from github to new project wizard (LSPS-10489)

3.6.1007

Forms

Improvements
  • Widgetset was renamed to com.whitestein.lsps.vaadin.widgets.WidgetSet. Update your code accordingly. (LSPS-10641)

PDS

Improvements
  • Allow copy expression and result from history (LSPS-10609)
  • Adjust Designer to use aws repo to create new application (LSPS-10649)
Fixed Issues
  • Copying and renaming of resource files have been improved. (LSPS-9779)

Packaging

Improvements
  • Nexus & Docker registry for LSPS & Customer projects (LSPS-10354)

UI

Improvements
  • Widgetset was renamed to com.whitestein.lsps.vaadin.widgets.WidgetSet. Update your code accordingly. (LSPS-10641)

3.6.1006

PDS

Fixed Issues
  • Rename the form in the definition file when copying the file (LSPS-10314)

3.6.1005

Command-Line Console

Improvements
  • WP-086 Application restart - CLI (LSPS-10514)

Management Console

Fixed Issues
  • Opening the "Application Restart" view on the LSPS Embedded Server failed with an exception. (LSPS-10567)

Other

Fixed Issues
  • Docker is failing on 3.6 (LSPS-10559)

PDS

Improvements
  • When form or gobpmn files were copied and renamed, their form and process internal name were not renamed (just the file name was changed), which caused a validation error. With this update, the internal form and process names are changed when copying and renaming the files as expected. (LSPS-9936)

Packaging

Improvements
  • Remove LSPS editions (LSPS-10479)

Server

Improvements
  • Security roles for control of the access to the monitoring of model-instance start have been added. (LSPS-10568)

Standard Library

Improvements
  • WP-086 Application restart - Stdlib (LSPS-10515)
  • Functions that allow you to inspects the start status of model instances have been added to the Standard Library and commands that return such data have been added to the Command-Line Tool. (LSPS-10592)

3.6.1004

Additional Libraries

Fixed Issues
  • The Flyway migration for BAM with the lsps-db-migration-bam-<VERSION>-full.jar failed with a SQLServerException on MSSQL and DB2 databases. (LSPS-10525)

Command-Line Console

Improvements
  • The CLI now has uses the following default values for the host, username, and password parameters when these are not specified:
    --host http://localhost:8080
    --username admin
    --password admin
    In addition, help information is printed when the user runs the cli without arguments, that is, java -jar lsps-cli-<VERSION>-full.jar. (LSPS-10494)
  • The names of commands in the Command-Line Console are now ordered alphabetically when the tool is run with no parameter and parameter -h (–host) has been renamed to -d (–destination). (LSPS-10508)
Fixed Issues
  • Add flyway for BAM changes (params as strings) (LSPS-10524)

Expression Language

Improvements
  • You can now obtain the error code and message of the error caused by code in the try block of try-catch with the getErrorCode and getErrorMessage() functions. (LSPS-10139)

Installer

Improvements
  • The installation binary is not longer available: new versions are installed by unzipping the designer zip archive. (LSPS-10478)
Fixed Issues
  • Under certain circumstances, PDS workspace used the Resources perspective as its default perspective, while the Modeling perspective should be used as the default perspective. (LSPS-10464)

Legal

New Features
  • Licensing policy has been changed. For details refer to the respective documentation. (LSPS-8820)

Management Console

Improvements
  • When creating a new person in the Management Console, the ProcessExecutor security role is selected by default. This behavior corresponds to the Management perspective behavior. (LSPS-10501)

PDS

New Features
  • The launcher for building a docker image for the LSPS Application is now added to the Designer when generating an LSPS Application. (LSPS-10533)
Improvements
  • A license file is no longer needed when running the Designer: the license is now required on LSPS Server, when support for more than 3 concurrent users is required. (LSPS-10291)
  • Rebrand PDS to Designer (LSPS-10414)
  • When creating a new person in the Management Console, the ProcessExecutor security role is selected by default. This behavior corresponds to the Management perspective behavior. (LSPS-10501)
  • The Designer now sets the default workspace to a sub-directory in the Documents directory. (LSPS-10512)
Fixed Issues
  • Under certain circumstances, PDS workspace used the Resources perspective as its default perspective, while the Modeling perspective should be used as the default perspective. (LSPS-10464)

Packaging

Improvements
  • The Runtime Suite has been renamed and the resources are now delivered in lsps-tools-<VERSION>.zip file. The command line console has been rename fromlsps-mconsole-cl-<VERSION>-full.jartolsps-cli-<VERSION>.zip`. (LSPS-10502)

Platform

New Features
  • Licensing policy has been changed. For details refer to the respective documentation. (LSPS-8820)

Server

New Features
  • Licensing policy has been changed. For details refer to the respective documentation. (LSPS-8820)

3.6.1001

Management Console

Fixed Issues
  • The LSPS server returned an AccessControlException when the user attempted to run a model from the Management Console or LSPS Application. (LSPS-10253)

UI

Fixed Issues
  • The Javascript libraries lsps-jquery-ui.min.js, lsps-bootstrap.min.js, and lsps-jquery.min.js used by the Dashboard component have been upgraded . (LSPS-10270)

Web Application

Fixed Issues
  • The LSPS server returned an AccessControlException when the user attempted to run a model from the Management Console or LSPS Application. (LSPS-10253)

3.6.1000

Server

Improvements
  • LSPS now uses Hibernate 5.2.2. (LSPS-8439)
  • The LSPS Application supports JEE7. JEE6 application servers are no longer supported. (LSPS-9928)

Web Application

Improvements
  • The SDK Embedded Server used by the LSPS Application has been upgraded to TomEE and its configuration file is now tomee.xml: Apply any applicable changes you introduced to openejb.xml in tomee.xml. (LSPS-9929)