* fix(TDI-41808): Fix showing pass as clear text NZLoad
* fix(TDI-41808): Rewrite fix to be more efficient
* chore(TDI-41808): Fix indentation
* fix(TDI-41808): Avoid to show real length of password
* fix(TDI-41808): Use constant from util class
* Cherry-pick Pyzhou/tdi 34626 t file un archive jar integrity (#1726)
* fix(TDI-34626):tFileUnArchive cannot Check the integrity of tar file.
* replace jar
* fix(TDI-34626):Change the option name for tFileUnArchive. (#1727)
* Cherry-pick Pyzhou/tdi 34625 move check archive jar to plugin custom (#1730)
* Revert "replace jar"
This reverts commit 5162ee9418.
* fix(TDI-34625):move checkArchive.jar to plugin custom
* fix(TDI-41469): tFileUnarchive zip64 format error (#3026)
* fix(TDI-41469): tFileUnarchive zip64 format error
* Use apache commons compress in checkArchive lib
* fix(TDI-41469): tFileUnarchive zip64 format error
* Remove unused method
* fix(TDI-40641): tTeradataFastLoad select DB Type
* Add db type to tTeradataFastLoad
* Add Date,Timestamp and Time handling to tTeradataFastLoad
* Fix tTeradataFastLoadUtility
* fix(TDI-40641): tTeradataFastLoad select DB Type
* Add migration task
Circular WSDL imports are not prohibited by WS-I basic profile. However, they are currently causing WSDL import to fail in an endless recursion. The present fix corrects this condition and ensures that WSDL documents are not imported more than once.
UrlPath of JAF dependency was pointing out to a non-existing library, which resulted in that activation.jar was not included into job's OSGi bundle; removed the UrlPath property to use activation library from the studio repoistory
with a DB-column name having Degree symbol in it (#2272)
* fix(TUP-19961): tELTMSSqlInput component does not support the schema
with a DB-column name having Degree symbol in it
https://jira.talendforge.org/browse/TUP-19961
Conflicts:
test/plugins/org.talend.designer.dbmap.test/src/org/talend/designer/dbmap/language/mysql/MysqlGenerationManagerTest.java
test/plugins/org.talend.designer.dbmap.test/src/org/talend/designer/dbmap/language/oracle/OracleGenerationManagerTest.java
test/plugins/org.talend.designer.dbmap.test/src/org/talend/designer/dbmap/language/postgres/PostgresGenerationManagerTest.java
with a DB-column name having Degree symbol in it
https://jira.talendforge.org/browse/TUP-19961
Conflicts:
main/plugins/org.talend.designer.core/src/main/java/org/talend/designer/core/model/process/DataProcess.java
main/plugins/org.talend.designer.dbmap/src/main/java/org/talend/designer/dbmap/language/generation/DbGenerationManager.java
main/plugins/org.talend.designer.dbmap/src/main/java/org/talend/designer/dbmap/language/postgres/PostgresGenerationManager.java
* fix(TDI-40438) : Backport some fixes on Guid type
* TDI-39571 : For tMicrosoftCRMOutput (ODATA), it is unable to update lookup field null
* TDI-39522 : For tMicrosoftCRMOutput (OnPremise-2016 ODATA), unable to insert data in the type of Edm.Guid
* fix(TDI-40438) : Fix DB type for the binary property is wrong
* TDI-39578 : For tMicrosoftCRMOutput (ODATA), the DB type for the binary property is wrong
studio (#2232)
* fix(TUP-19974)Opening a job takes more than half an hour in studio
https://jira.talendforge.org/browse/TUP-19974
* fix(TUP-19974)Opening a job takes more than half an hour in studio
https://jira.talendforge.org/browse/TUP-19974
Conflicts:
main/plugins/org.talend.designer.core/src/main/java/org/talend/designer/core/ui/editor/cmd/ChangeValuesFromRepository.java
main/plugins/org.talend.designer.core/src/main/java/org/talend/designer/core/ui/editor/cmd/RepositoryChangeMetadataCommand.java
main/plugins/org.talend.repository.generic/src/main/java/org/talend/repository/generic/service/GenericWizardService.java
main/plugins/org.talend.repository.generic/src/main/java/org/talend/repository/generic/ui/dnd/GenericDragAndDropHandler.java
(#2219)
fix(TUP-19961): tELTMSSqlInput component does not support the schema
with a DB-column name having Degree symbol in it
https://jira.talendforge.org/browse/TUP-19961
Conflicts:
main/plugins/org.talend.designer.core/src/main/java/org/talend/designer/core/model/components/EParameterName.java
main/plugins/org.talend.designer.dbmap/src/main/java/org/talend/designer/dbmap/language/generation/DbGenerationManager.java
* fix(TDI-40170): Add HANA support to tJDBCSCDELT
Adding support for SAP Hana.
Amended the begin template to conditionally include SAP Hana specific template if the appropriate mapping is selected.
Added a SAP HANA specific javajet template,
* fix(TDI-40170): Add HANA support to tJDBCSCDELT
Fixed the generation of UPDATE statements as suggested
# Conflicts:
# main/plugins/org.talend.designer.components.localprovider/components/tJDBCSCDELT/tJDBCSCDELT_begin.javajet
* fix(TDI-39446) : Redirect 303/302(optional) with GET
* fix(TDI39446) : Use the right redirect url
* fix(TDI-39446) : Update label for force label on 302 redirect option
* fix(TDI-39446) : Update label for 302 redirect option
* fix(TDI-40112): tCloudStart don't start an existing EC2 instance but create a new one
* fix(TDI-40112): manage correctly logging
(cherry picked from commit 8da8a3c)
* [TESB-20919] Issue with Apache DBCP connection pools
The fix handles the situation when Apache Commons DBCP is used to create connection pool for Oracle.
* [TESB-20919] Issue with Apache DBCP
* [TESB-20919] Simplified conditions
* TMDM-11667 Can't download jar automatically while running mdm demo jobs (#1773)
* TMDM-11667 Can't download jar automatically while running mdm demo jobs (fix other components besides tMDMConnection) (#1776)
(#1682)
fix(TUP-18261): there is an error when Studio tries to make a query to
secured tmc service
https://jira.talendforge.org/browse/TUP-18261
Conflicts:
main/plugins/org.talend.designer.core/src/main/java/org/talend/designer/core/DesignerCoreService.java
main/plugins/org.talend.designer.core/src/main/java/org/talend/designer/core/ui/preferences/PerformancePreferencePage.java
main/plugins/org.talend.designer.core/src/main/java/org/talend/designer/core/ui/preferences/PreferenceInitializer.java
| Patch Name | Patch\_20190702_TPS-3162\_v1-6.4.1 |
| Release Date | 2019-06-28 |
| 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-3162 [6.4.1] tLDAPInput with Use field options(for binary setting) activated only return 1000 Rows (TDI-39879)
## 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.
Some files were not shown because too many files have changed in this diff
Show More
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.