2022.1

Table Of Contents
Bypassing Content Creation
Many OL Connect jobs require making simple changes to print-ready batches of documents:
adding OMR marks, commingling jobs, postal sorting, and the like. For those types of jobs, no
merging of any data is required and yet, after data mapping is done, you must still go through
the Content Creation step before moving on to Job Creation.
A new RESTAPImethod has now been introduced to allow you to create print content directly
from paginated input: DataMiningRestService.processPaginatedDmCc(dataFileID, json)
This adds the ability to use an existing PDF as content, without using a template. Document
boundaries are defined using a data mapper configuration. (SHARED-74995)
Security Improvements (and library updates)
l Connect dependencies have been updated to recent versions, curing a number of smaller
security issues. (SHARED-73677)
l Oracle third party dependencies have been updated. (SHARED-74196)
l LincPDF has been updated. (SHARED-74370)
l NodeJS version updated to version 12.13.1. All npm packages were updated to latest
versions.
Vulnerabilities listed by npm audit goes from 54 to 0. (SHARED-73468)
l Amyriad of other libraries have been updated. (SHARED-74605)
General Improvements
l Several interface translation improvements and fixes have been made. (SHARED-73925)
l Improved logging of Connect engine activity. Particularly in regards engines (data
mapper, merge engine, output engine) running in tight memory conditions. (SHARED-74548)
l Externally launched engines and HSQLDB database instances will now launch with the
language specified in the 'Language' preferences. (SHARED-74807)
l Fixed issue with the "background.rotation" property having effect on section clones.
(SHARED-76744)
Page 1653