Delivery Folder Migration Tool - Release Notes - 1.0
1.0.6-funcrel
Other Updates
| Internal Id | Details |
|---|
| AIPCORE-4322 | Updated Postgres JDBC Driver to the (recent) version: 42.4.1 |
1.0.5-funcrel
Other Updates
1.0.4-funcrel
Note
This release specifically fixes two Apache Log4j vulnerabilities CVE-2021-44228 (see https://doc.castsoftware.com/display/CAST/Apache+Log4j+-+CVE-2021-44228 and https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44228) and CVE-2021-45046 (see https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45046).
Other Updates
1.0.3-funcrel
Other Updates
| Internal Id | Details |
|---|
| WEBI-10039 | Delivery folder migration failed with “Error is: Unrecognized character escape ‘{’.” This bug has been fixed. |
1.0.2-funcrel
Other Updates
| Internal Id | Details |
|---|
| AIPCORE-2821 | Update embedded PostgreSQL JDBC Driver to a more recent release: 4.2.18. |
1.0.1-funcrel
Resolved Issues
| Customer Ticket Id | Details |
|---|
| 25762 | Delivery folder migration for applications name having escape character (Ex: P&CM_ENT). The application name provided in config.json while migration and import application should be same as in index.xml file |
1.0.0-funcrel
Note
Release 1.0.0-funcrel is identical to the tool delivered in AIP Console 1.18.
Other Updates
| Details |
|---|
| Split DMT Delivery folder per application |
| add user input for log file location in config.json file |
| improvise old delivery folder validation |
| fix erroneous space comparison validation |
| improve the migration count logs |
New Support
| Summary | Details |
|---|
| Delivery Folder Migration Tool | A standalone utility that will do the split of delivery folder per application |
AJS.$('[data-macro-name="markdown-from-url"] code').each(function(i, block) { hljs.highlightBlock(block); });``AJS.$('[data-macro-name="markdown-from-url"] .language-mermaid').each(function(i, block) { const config = { startOnLoad:true, theme: 'default', flowchart:{ useMaxWidth:false, htmlLabels:true } }; mermaid.initialize(config); window.mermaid.init(undefined, block); });