Compare commits

...

3 Commits

Author SHA1 Message Date
pyzhou
362425a4e0 Update PATCH_RELEASE_NOTE.md
Update date again
2019-05-23 20:14:04 +08:00
pyzhou
74a38e1367 Update PATCH_RELEASE_NOTE.md
Change date
2019-05-23 20:09:59 +08:00
pyzhou-talend
38b84b4ed2 patch(TPS-3039):tFileInputJSON component has wrong jar path 2019-05-21 17:42:24 +08:00
2 changed files with 74 additions and 1 deletions

73
PATCH_RELEASE_NOTE.md Normal file
View File

@@ -0,0 +1,73 @@
---
version: 6.4.1
module: https://talend.poolparty.biz/coretaxonomy/42
product:
- https://talend.poolparty.biz/coretaxonomy/23
---
# TPS-3090
| Info | Value |
| ---------------- | ---------------- |
| Patch Name | Patch_20190521_TPS-3090_v1-6.4.1 |
| Release Date | 2019-05-21 |
| Target Version | Talend-Studio-20170623_1246-V6.4.1 |
| Product affected | Talend Studio |
## Introduction
This is a self-contained patch.
**NOTE**: For information on how to obtain this patch, reach out to your Support contact at Talend.
## Fixed issues
This patch contains the following fixes:
- TPS-3090 [6.4.1] tFileInputJSON component has wrong jar in build resulting in class not found exception (TDI-39432)
## Prerequisites
Consider the following requirements for your system:
- Talend Studio 6.4.1 must be installed.
## Installation
### Installing the patch using Software update
1) Logon TAC and switch to Configuration->Software Update, then enter the correct values and save referring to the documentation: https://help.talend.com/reader/f7Em9WV_cPm2RRywucSN0Q/j9x5iXV~vyxMlUafnDejaQ
2) Switch to Software update page, where the new patch will be listed. The patch can be downloaded from here into the nexus repository.
3) On Studio Side: Logon Studio with remote mode, on the logon page the Update button is displayed: click this button to install the patch.
### Installing the patch using Talend Studio
1) Create a folder named "patches" under your studio installer directory and copy the patch .zip file to this folder.
2) Restart your studio: a window pops up, then click OK to install the patch, or restart the commandline and the patch will be installed automatically.
### Installing the patch using Commandline
Execute the following commands:
1. Talend-Studio-win-x86_64.exe -nosplash -application org.talend.commandline.CommandLine -consoleLog -data commandline-workspace startServer -p 8002 --talendDebug
2. initRemote {tac_url} -ul {TAC login username} -up {TAC login password}
3. checkAndUpdate -tu {TAC login username} -tup {TAC login password}
## Uninstallation <!-- if applicable -->
<!--
Detailed instructions to uninstall the patch
In case this patch cannot be uninstalled, it is your responsability to define the backup procedures for your organization before installing.
-->
Backup the Affected files list below. Uninstall the patch by restore the backup files.
## Affected files for this patch <!-- if applicable -->
The following files are installed by this patch:
- {Talend_Studio_path}/plugins/org.talend.designer.components.localprovider_6.4.1.20170623_1246/components/tFileInputJSON/tFileInputJSON_java.xml

View File

@@ -167,7 +167,7 @@
REQUIRED_IF="(READ_BY == 'XPATH')" />
<!-- json path -->
<IMPORT NAME="json-path-2.1.0.jar" MODULE="json-path-2.1.0.jar" MVN="mvn:org.talend.libraries/json-path-1.2.0/6.0.0" UrlPath="platform:/plugin/org.talend.libraries.json/lib/json-path-2.1.0.jar"
<IMPORT NAME="json-path-2.1.0.jar" MODULE="json-path-2.1.0.jar" MVN="mvn:org.talend.libraries/json-path-2.1.0/6.0.0" UrlPath="platform:/plugin/org.talend.libraries.json/lib/json-path-2.1.0.jar"
REQUIRED_IF="(READ_BY == 'JSONPATH')" />
<IMPORT NAME="json-smart-2.2.1.jar" MODULE="json-smart-2.2.1.jar" MVN="mvn:org.talend.libraries/json-smart-2.2.1/6.0.0"
REQUIRED_IF="(READ_BY == 'JSONPATH')" />