Release Notes
v5.21.9 on the GitHub
New Feature
Added ability to export tests results to *.xlsx format in OpenL Maven plugin
Improvements
Core:
- Implemented min() and max() functions for comparable types
- Implemented type validator for input arguments that passed via web services.
WebServices:
- Added all possible values of production-repository.factory property in application.properties file
Fixed Bugs
WebServices:
- Endless Null POinter exceptions appears sometime
- PostgreSql deployment failed due to relation "openl_repository" does not exist
Webstudio:
- Incorrect information is displayed in LOB field on copy table
- LOB property is displayed in table when it shouldn't
- Internal error is displayed in for Spreadsheets, called from Spreadsheet in Trace Window
- "Test into file" and "Run into file" functionality doesn't work if input variable for rule is array, but Data table contains non-array values
Core:
- Method search doesn't work for primitives properly