TIF 2018.3.0 Release Information 2018-06-22
New Features
Number formatting in chart tooltip
Number formatting in statistics chart tooltip has more convenient presentation.
Content disposition header in Configurable REST Services
Content disposition header can be configured in file read operation of Configurable REST Services. The header is used to indicate to client how it should treat the downloaded file.
Support for using custom Java implementation in batch jobs
File modifications in batch jobs have so far required to be run on Windows based OS.
It is now possible to use custom Java classes to perform file modifications. There are also some Java based reference implementations bundled with TIF:
-
externalFileConverter
can be used to call an external file converter process to convert file to PDF. -
lowagiePdfWatermark
stamps PDF watermark using Lowagie PDF library contained in TVC. -
poiPropertyUpdater
updates Office document properties using Apache POI Java library contained in TVC.
See chapter "Batch Jobs" in ENOVIA/3DEXPERIENCE Connector documentation.
Proxy Configuration
You can configure proxy settings via the following properties within ${TIF_HOME}/etc/tif.properties
:
-
http.proxy
-
https.proxy
SSL configuration for HTTP destinations
SSL settings such as keystore and truststore can be configured for HTTP destinations. The configuration is common for all HTTP destinations.
Pickup delay per job configuration or queue
Pickup delay can be now configured per job configuration or queue via TVC init properties.
Fixed Bugs
Below is the list of fixed bugs as of this release.
Issue No | Description |
---|---|
451 |
TNR id locator fails to identify objects having forward slash in their TNR |
462 |
TNR id locator escapes type, name and revision parameters incorrectly |
463 |
Issue with sending payload, if the encoding is unknown |
467 |
Content-Type configuration for HTTP destination |
468 |
HTTP destination only accepts status code 200 as successful response |
455 |
Configurable REST service does not store transformed end result of outbound payload |