* TESB-31783: Failed to get nested archive for entry BOOT-INF/lib/aws-java-sdk-1.11.848.jar Caused by: java.lang.IllegalStateException: Zip64 archives are not support
* TESB-31783: Failed to get nested archive for entry BOOT-INF/lib/aws-java-sdk-1.11.848.jar Caused by: java.lang.IllegalStateException: Zip64 archives are not supported
* feat(TDI-43232):improve where clause for eltoutput
* feat(TDI-43232):fix some mistakes.
* feat(TDI-43232):fix some issues found by QA.
* feat(TDI-43232):optimize code
* feat(TDI-43232):fix some errors.
* fix(TDI-45476): Increate tFileOutputMSXML performance
* fix(TDI-45476): Change generic type for list to avoid compile error
* fix(TDI-45476): Store sublist into the resourceMap
* fix(TDI-45476): Fix code compile error
* feat(TDI-45463):tELT components support Delta Lake
* Add delta lake to xml
* add property name
* change logic to hive
* disable Delta Lake for tSQLTemplateMerge
* Revert "disable Delta Lake for tSQLTemplateMerge"
This reverts commit febd9b7e55.
* remove useless code
* correct partition
* correct partition
* add space
* correct mapping and create table
* revert change for tCreateTable_java.xml
* deactive update mode for Delta Lake tELTOutput
* format
* set not-required for partition
* remove test code
fix encode problem when saving job,fix load job problem caused by wrong hex value decode.
handle the wrong migration of hex value, add new migration task to handle wrong jar mvn GAV when import data during last migration, append unit test.
* fix(TUP-30108):tELTMSSqlInput & tELTMSSqlMap context not recognized
after migrating to 7.3.1.
* fix(TUP-30108):add more junits .
* fix(TUP-30108):tELTMSSqlInput & tELTMSSqlMap context not recognized
after migrating to 7.3.1
java.lang.String cannot be cast to java.util.List
https://jira.talendforge.org/browse/TUP-30170
Conflicts:
main/plugins/org.talend.designer.core/src/main/java/org/talend/designer/core/ui/editor/cmd/ChangeValuesFromRepository.java
* feat(TDI-45007 & TDI-31602): Enhance component tGreenplumGPLoad
## tGreenplumGPLoad/tGreenplumGPLoad_begin.javajet /
tGreenplumGPLoad/tGgreenplumGPLoad_java.xml
Added guessColumnList so the yaml will contain the columns of the talend
schema, this is extremely useful if the target table has extra columns
(for example to load only the primary keys to a staging table) This will
generate the " COLUMNS:" section of the YAML file.
Added parameters to the advanced settings, more information for these
can be found at:
https://gpdb.docs.pivotal.io/6-12/utility_guide/ref/gpload.html#topic1__section7
Parameters include:
LOG_ERRORS:
MAX_LINE_LENGTH:
EXTERNAL:
-SCHEMA:
PRELOAD:
-TRUNCATE:
-REUSE_TABLES:
-STAGING_TABLE:
-FAST_MATCH:
SQL:
-BEFORE:
-AFTER:
Changed the way command is built, so the Log4j now displays a command
that can be copy-pasted to the console for testing.
The yaml file was missing from it.
The PythonPath was also not printed to the log4j logs.
Sometimes a database connection was opened and closed without executing
any actions.
Password was never passed to gpload utility so it had to be managed
separately, it is now passed via context variable, which means when
executed by talend it won't prompt for a password and when executing
from console it will prompt for a password.
GPLoad will terminate if there was an error (for example target table
does not exists)
Extra after variables, for the gpload details:
NB_LINE_INSERTED Integer
NB_LINE_UPDATED Integer
NB_DATA_ERRORS Integer
STATUS String
RUNTIME String
Option to GZip compress the datafile, this will increase CPU usage, but
decreases DISK usage. (50-90% smaller files)
Remove data file after successful execution. If there were *any* errors
the data file is not removed.
## tGreenplumGPLoad/tGreenplumGPLoad_main.javajet
Added byte[] type support. Byte[] is converted to escaped OCTET
characters, which is compatible with all PostgreSQL versions from 8 to
13.
Fixed when newline / escape characters appeared in the data.
Postgresql uses null terminated bytes so those have to be removed from
the data to avoid errors.
## tGreenplumGPLoad/tGreenplumGPLoad_end.javajet
BugFix don't overwrite the actual inserted record number with 0
* feat(TDI-45007 & TDI-31602):Refactor, removed unused code.
* feat(TDI-45007 & TDI-31602):Enhanced log4j logs, so errors / warnings
are easier to spot.
Removed the duplicate log entries for the errors.
* gpload logs can be distinguished propery: gpload says:
* feat(TDI-45007 & TDI-31602):Reworked the PRELOAD and other sections
* feat(TDI-45007 & TDI-31602):Exit loop when external schema is found
* feat(TDI-45007 & TDI-31602):use schema column based the schema dbtype
setting and remove system.out code
* feat(TDI-45007 & TDI-31602): Only rename file when we have an input row
and the filename doesn't end with .gz
* feat(TDI-45007 & TDI-31602): Added proper escape for delimiters such as
vertical tab "\013"
Co-authored-by: Balázs Gunics <bgunics@talend.com>
* fix(TUP-29775): use CTabFolder instead of TabFolder to reslove the display issue in BigSur.
* fix(TUP-29782): fixed ELTDBMap display issues on Mac with BigSur.
* fix(TUP-29350): fixed the tMap display issues with Big Sur
* fix(TUP-29350): fixed the tMap display issues with Big Sur
* fix(TUP-29641): fixed tAdvancedFileOutputXML display issues with MacOS BigSur (#5647)
* fix(TUP-29774): fixed scroll display issue with many columns.
* fix(TUP-29767): fixed Expression Builder can't show value and can't edit
* fix(TUP-29766): fixed blank expression issue with Tab key.
* fix(TUP-29072):improve for When renaming link (table) between teltinput
and teltmap , the generated SQL query is not updated.
* fix(TUP-29072):improve for When renaming link (table) between teltinput
and teltmap , the generated SQL query is not updated.
* fix(TUP-29072):improve for When renaming link (table) between teltinput
and teltmap , the generated SQL query is not updated.
* fix(TUP-29693): Do not replace maven uri for context inside jarname
* fix(TUP-29693): fix context inside jar name
* fix(TUP-29693): fix context inside jar name
* fix(TUP-2969): fix migrate maven uri for javajet components
* fix(TUP-2969): fix migrate maven uri for javajet components
* fix(TUP-2969): add check for project settings as well
* fix(TUP-29693): Kepp main logic unchanged
* feat(TUP-25346):tELTTeradataOutput - aliases are mandatory for
calculated columns
* feat(TUP-25346):add junits for calculated columns.
* feat(TUP-25346):NEW RULE for if output column name is different than
output db column.
* fix(TUP-29598):[BUG] The "property setting" setting is missing after
migrating data(TUP-25346)
* feat(TUP-25346):NEW RULE if checked the alias option。
* fix(TUP-29636):[BUG] Studio does not support SQL scripts with alias when
execute update database(TUP-25346)
* feat(TUP-25346):change the junits since NEW RULE if checked the alias
option.
* feat(TUP-25346):remove some junits since no need.
* feat(TUP-25346):format the code
* feat(TUP-25346):format the code
* use date pattern from studio scheme during parse the date column for event mode
* update version of simpleexcel to [2.5-20201119] (the source code of the lib in master branch)
* apply inter-exchange pattern to avoid date rounding
* fix(TDI-45162): Rearrange imports in tELTPostgresql* and tELTTeradata* components.
* fix(TDI-45162): some corrections after branch conflict resolve.
* fix(TDI-45162): more cleanup.
* fix(TUP-29072):When renaming link (table) between teltinput and teltmap
, the generated SQL query is not updated
* fix(TUP-29072):When renaming link (table) between teltinput and teltmap
, the generated SQL query is not updated 。
* fix(TUP-29072):add junits
* fix(TUP-29072):add more junits
* Fix : TUP-29358 Performance: It takes more than 1 hour to show "Update
Detection" after clicking "detect and update all jobs" icon in a special
project
https://jira.talendforge.org/browse/TUP-29358
when to create azure, quickly refresh the wizard GUI only once when switch format. fix problem that 'Netsuite/tck: in Metadata credentials fields are not changed based on Auth type selected'.
* TESB-28330:cConfig/Beans - Support customer groupid and artifact name
(additional to custom version)
* TESB-30961:[7.3.1 cConfig] The external jar name and mvn uri is changed
when import a route with cConfig of 721
* feat(TUP-25235):tELTTeradataMap : allow to rename the alias.
* feat(TUP-25235):tELTTeradataMap : allow to rename the alias.
* feat(TUP-25235):improve and add some junits for rename alias.
* fix(TUP-25235):update some text messages for tELTTeradataMap : allow to
rename the alias
* fix(TUP-25235):update some text messages for tELTTeradataMap : allow to
rename the alias
* fix(TUP-25235):TUP-29225 [bug]ELTMAP should check alias name validation
.
* fix(TUP-25235):TUP-29225 [bug]ELTMAP should check alias name validation
* fix(TUP-25235):TUP-29225 [bug]ELTMAP should check alias name validation
* fix(TUP-28945):For Snowflake connection, the tDBConnection which is
displayed in the joblet (in tDBInput) is not retained in the job from
where the joblet is invoked
https://jira.talendforge.org/browse/TUP-28945
Signed-off-by: jding-tlnd <jding@talend.com>
* fix(TUP-28945):For Snowflake connection, the tDBConnection which is
displayed in the joblet (in tDBInput) is not retained in the job from
where the joblet is invoked
https://jira.talendforge.org/browse/TUP-28945
Signed-off-by: jding-tlnd <jding@talend.com>
* fix(TDI-45015): fix for low Input/OutputStreams performance.
* fix(TDI-45015): increase buffer size to align sizes of internal and external buffers.
* fix(TDI-45015): moved flush() out of cycle.
* fix(TDI-44896): Get nbline from stdout of gpload
* fix(TDI-44896): Fix the error message for failing get NBLine
* fix(TDI-44896): Fix codegen error
* fix(TDI-44896): Fix log printing 0 despite the real result
* fix(TDI-44897): Add exit code of GPLoad (#5307)
* feat(TDI-44950) : Support oauth 2.0 in mscrm 2016 on-premise
* feat(TDI-44950) : some adjustement after meeting + qa
* feat(TDI-44950) : update talend-mscrm version
* feat(TUP-25246): support custom maven uri for components and dbwizard
* feat(TUP-28342):Save maven url for components with parameter MODULE_LIST
* feat(TUP-28342): Save driver jar as mvnurl for implicit context.
* feat(TUP-25246): Fix necessary UI updates
* feat(TUP-25246): add migration to replace jar name by uri
* feat(TUP-25246): add migration
* feat(TUP-25246): generate poms after migration
* feat(TUP-25246): fix migrate driver jar path
* feat(TUP-25246): Fix context jar path and disable migration and show jar name instead of uri for modulelist
* feat(TUP-25246): fix stats and logs
* feat(TUP-25246): show jar name instead of uri for module table
* feat(TUP-25246): remove quotes
* feat(TUP-25246): fix parse maven uri from context
* feat(TUP-25246): use maven uri of component instead of driver jar path
* feat(TUP-25246): add workaround for components
Co-authored-by: Zhiwei Xue <zwxue@talend.com>
* feat(TUP-28640):Improve JDBC database support framework to load
supported DBs and components automatically
https://jira.talendforge.org/browse/TUP-28640
* feat(TUP-28640):Improve JDBC database support framework to load
supported DBs and components automatically
https://jira.talendforge.org/browse/TUP-28640
* feat(TUP-28640):Improve JDBC database support framework to load
supported DBs and components automatically
https://jira.talendforge.org/browse/TUP-28640
fix(TUP-28746):[Bug] after do "save the property to metadata" studio
will throw error logs.
cf: connection infos with quotes
* feat(TUP-28640):Improve JDBC database support framework to load
supported DBs and components automatically
https://jira.talendforge.org/browse/TUP-28640
* fix(TDI-44957): add timeouts use and configuration.
* fix(TDI-44957): replicate old component's behavior (unlimited session if no timeout specified)
* fix(TDI-44957): set NIO2_READ_TIMEOUT to be infinite too.
* fix(TDI-44868): tGSPut with huge files
* Add property to set part size to upload files in parts
* fix(TDI-44868): tGSPut with huge files
* add migration task
* fix(TDI-44868): tGSPut with huge files
* Fix PR comment
* fix(TDI-44868): tGSPut with huge files
* Fix overflow problem
Co-authored-by: Dmytro Chmyga <dmytro.chmyga@synapse.com>
* TESB-30423:Install Patch_20200925_R2020-09_v1-7.3.1 with TDI.license,
studio export job fail
* TESB-30423:Install Patch_20200925_R2020-09_v1-7.3.1 with TDI.license,
studio export job fail
* fix(TDI-44568): Update Apache POI version in components
* fix(TDI-44568): use custom POI libraries in components
* fix(TDI-44568): "simpleexcel" version updated.
* fix(TDI-44568): more complete version update )
* fix(TDI-44568): Jasper components to use previous POI version (could not be updated that easy).
* fix(TUP-25171):Issue when using components inside Joblet.
* fix(TUP-25171):Issue when using components inside Joblet.
* fix(TUP-25171):code format for Issue when using components inside
Joblet.
* fix(TESB-29819): Studio doesn't select model beans during exporting
* fix(TESB-29819) Studio doesn't select model beans during exporting
Alternative fix
* feat(TUP-23827):Runtime Lineage for studio.
* feat(TUP-23827):improve the GUI of Runtime Lineage for studio.
* feat(TUP-23827):improve the GUI of Runtime Lineage for studio.
* feat(TUP-23827):TUP-28186[bug]runtimelineage.prefs better remove job
version
* feat(TUP-23827):update the text Runtime Lineage to lower case after
review
* fix(TDI-44670): Runtime Lineage - Finalize component part
* split audit log and runtime lineage log
* add a custom api for other feature and future
* feat(TUP-23827):only EE product can have runtime lineage。
* fix something
* fix trunjob
* fix(TDI-44735): remove the duplicated parameters info in message, user
can fetch it from customInfo json object
* fix(TDI-44734): Enhance output path system for logging of runtime json
* fix the compiler issue
* filter the special table field
* fix the compiler and NPE risk
* feat(TUP-23827):only support for DI jobs if selected "Use runtime
lineage for all jobs" .
* feat(TUP-28539):Enhance GUI of Runtime Lineage.
* feat(TUP-28539):improve for Enhance GUI of Runtime Lineage.
* fix the compiler issue
* feat(TUP-28539):remove Output path test and verify 。
Co-authored-by: wwang-talend <wwang@talend.com>
* add info message about nullity of the ssl session context
* update version of commons-net-ftps-proxy [3.6.1-talend-20190819] -> [3.6.1-talend-20200902]
* update version of 'commons-net-ftps-proxy' in javajet ftp's components
* remove slf4j-log4j12 dependency
* Add test suffix for test case support (#5136)
Co-authored-by: Michael Verrilli <mverrilli@talend.com>
* Mverrilli patch 7.3.1 iterate test fix (#5137)
* Add test suffix for test case support
* Fixed missing reference to className
* Update iterate_subprocess_header.javajet
Co-authored-by: Michael Verrilli <mverrilli@talend.com>
Co-authored-by: Michael Verrilli <mverrilli@talend.com>
* fix(TESB-29980): Issue of tsendemail component deployed in runtime with attachment
* TESB-29980 Simplified fix as it should cover Java 8 and 11.
Co-authored-by: Andreas Mattes <andreasmattes@operamail.com>
* Added a checkbox under Advanced settings of tS3Connection when a custom endpoint is used.
When MinIO is used via DNS/hostname this must be checked otherwise the operations fail.
* PathStyleAccess should only be used if a custom endpoint is enabled.
Co-authored-by: bgunics-talend <63251373+bgunics-talend@users.noreply.github.com>
* bugfix(TUP-25103):tELTMap - ctrl+space shortcut is not working to
retrieve easily job context
* TUP-25103
* Tup-25103
* tup-25103 use styleText
* tup-25103 add exception handler
* remove comments
* solve issues
* add doit false to avoid new line
* try replace "\r\n" to " " in tELTMssqlMap_main.javajet
* fix edit expression builder but sql tab not refresh
* remove comments and format
* improve code
* to fix other eltmap about multi-line expression and import/export
expression from file
* remove javajet and remove buttons
* remove expressionbuilder
Co-authored-by: hwang <hwang@talend.com>
* remove commons-logging library from mdm_transaction and webservice-input libraries
* bump version for talend-webservice-input [1.0.0-20170301]->[1.0.2]
* declare explicit version of maven-jar-plugin in talend-webservice-input dependency
* change group id of mdm_transaction
* update version of mdm_transaction [1]->[1.0.1]
* change import in javajet xml due to convension for the talend-webservice-input to [1.0.2/6.0.0]
* TESB-29285 Error occurred when execute a microservice jar which is built by a tresrequest job with embedded trestclient job
* TESB-29285 Error occurred when execute a microservice jar which is built by a tresrequest job with embedded trestclient job
* TESB-29285 Error occurred when execute a microservice jar which is built by a tresrequest job with embedded trestclient job
Co-authored-by: Maksym Sheverda <maksym.sheverda@synapse.com>
* feat(TDI-44466): add properties for service account
* feat(TDI-44466): add service account for BulkExec
* feat(TDI-44466): add service account for Output
* feat(TDI-44466): marked old auth type as deprecated
* feat(TDI-44466): rename param
* feat(TDI-44466): add migration task
* feat(TDI-44466): change default auth type
* feat(TDI-44466): rollback imports
* feat(TDI-44466): align dependencies
* feat(TDI-44466): hide auth type field when bulkfile exist
* feat(TDI-38246): add new auth type to tGSConnection
* feat(TDI-38246): add auth to UI | add dependencies
* feat(TDI-38246): add new auth type to tGSBucketCreate
* feat(TDI-38246): add new auth type to tGSBucketDelete | small fixes
* feat(TDI-38246): add new auth type to tGSBucketExist
* feat(TDI-38246): add new auth type to tGSBucketList
* feat(TDI-38246): remove projectId from tGSBucketList
* feat(TDI-38246): add new auth type to tGSClose
* feat(TDI-38246): add filemap generation for blob
* feat(TDI-38246): add new auth type to tGSPut
* feat(TDI-38246): add new auth type to tGSDelete
* feat(TDI-38246): add new auth type to tGSList
* feat(TDI-38246): add new auth type to tGSGet
* feat(TDI-38246): add new auth type to tGSCopy
* feat(TDI-38246): remove projectID for service account auth type
* feat(TDI-38246): rename component properties
* feat(TDI-38246): extend locations for bucket creation
* feat(TDI-38246): remove dual locations
* feat(TDI-38246): change default auth type
* feat(TDI-38246): add migration task
* feat(TDI-38246): remove unused var
* feat(TDI-38246): improve migration task
* feat(TDI-38246): clean code
* feat(TDI-38246): correct showing some params when use exist connection
* feat(TDI-38246): mark all HMAC keys as deprecated
* feat(TDI-38246): avoid blob directories
* feat(TDI-38246): allign dependencies
* feat(TDI-38246): remove duplicate
* feat(TDI-38246): bump GCS lib version
* feat(TDI-38246): bump google api service storage
* feat(TDI-38246): update required deps
* feat(TDI-38246): align depepndencies for BigQuery family
* feat(TDI-38246): add new auth type to tGSConnection
* feat(TDI-38246): add auth to UI | add dependencies
* feat(TDI-38246): add new auth type to tGSBucketCreate
* feat(TDI-38246): add new auth type to tGSBucketDelete | small fixes
* feat(TDI-38246): add new auth type to tGSBucketExist
* feat(TDI-38246): add new auth type to tGSBucketList
* feat(TDI-38246): remove projectId from tGSBucketList
* feat(TDI-38246): add new auth type to tGSClose
* feat(TDI-38246): add filemap generation for blob
* feat(TDI-38246): add new auth type to tGSPut
* feat(TDI-38246): add new auth type to tGSDelete
* feat(TDI-38246): add new auth type to tGSList
* feat(TDI-38246): add new auth type to tGSGet
* feat(TDI-38246): add new auth type to tGSCopy
* feat(TDI-38246): remove projectID for service account auth type
* feat(TDI-38246): rename component properties
* feat(TDI-38246): extend locations for bucket creation
* feat(TDI-38246): remove dual locations
* feat(TDI-38246): change default auth type
* feat(TDI-38246): add migration task
* feat(TDI-38246): remove unused var
* feat(TDI-38246): improve migration task
* feat(TDI-38246): clean code
* feat(TDI-38246): correct showing some params when use exist connection
* feat(TDI-38246): mark all HMAC keys as deprecated
* feat(TDI-38246): avoid blob directories
* feat(TUP-27680)Can't use the database "MAPPING" parameter to decide the
component UI if show
https://jira.talendforge.org/browse/TUP-27680
* feat(TUP-27680)Can't use the database "MAPPING" parameter to decide the
component UI if show
* feat(TUP-27680)add junits
* fix(TDI-44281): NoClassDefFound for tSetProxy
* Use slf4j instead of log4j in talend-proxy lib
* fix(TDI-44281): NoClassDefFound for tSetProxy
* Update talend-proxy lib version in components
* fix(TDI-44281): NoClassDefFound for tSetProxy
* Update talend-proxy lib for download during build process
Co-authored-by: Dmytro Chmyga <dmytro.chmyga@synapse.com>
* fix(TUP-27315):Patch installation issues for zero install CI
* fix(TUP-27315): re-deploy tacokit jars before server start.
* Revert "fix(TUP-27315):Patch installation issues for zero install CI"
This reverts commit 0005265955.
* fix(TUP-27315): log errors when copy car dependencies failed rather than
block the process
* fix(TUP-27315): log errors when copy car dependencies failed rather than
block the process
* feat(TUP-27259)Change default driver to Microsoft official for MSSql in
Metadata
https://jira.talendforge.org/browse/TUP-27259
* Update plugin.xml
* feat(TUP-27259)Change default driver to Microsoft official for MSSql in
Metadata
https://jira.talendforge.org/browse/TUP-27259
* feat(TUP-27259)Change default driver to Microsoft official for MSSql in
Metadata
- this fixes the case when run as independent job is checked and the
m2.repository automatically defaults to user's m2 in exported job.
- issue on singleton will be fix by component-runtime upgrade.
* fix(TDI-44174): Component manager is not thread safe
- this fixes the case when run as independent job is checked and the
m2.repository automatically defaults to user's m2 in exported job.
- issue on singleton will be fix by component-runtime upgrade.
(cherry picked from commit 09386aa841)
* feat(TDI-44179):support copy command in Azure synapse bulk load
* fix(TDI-44179):create table options
* fix(TDI-44179):add column to source field mapping
* fix(TDI-44179):change some parameter to list
* fix(TDI-44179):change default load method and add migrationtask
* fix(TDI-44179):only show "error file location" for csv file format
* fix(TDI-44179):fix some issue
* hide error file location for shared access key
* support context for field index
* correct sas token field
* feat(TDI-43719):rename tSQLDWHXXX component to tAzureSynapseXXX
* feat(TDI-43719):rename the reference
* feat(TDI-43719):support adls gen2 in tAzureSynapseBulkExec
* feat(TDI-43719):add migration task
* feat(TDI-43719):change the family name
* change the family name and i18n which include DWH
* feat(TDI-39575): Add AD auth support for AzureSynapse
* feat(TDI-39575): Add AD Auth support for MsSQL components
* feat(TDI-39575): Provide AD feature for tCreateTable
* chore(TUP-26710):update version
* Set version to 7.3.1 PATCH
* chore(TUP-26710):update version for feature.xml
Co-authored-by: Jenkins Continuous Build server <jenkins@tal-rd02.talend.lan>
* bugfix(TUP-26186):Use of the operators =, <=, <, >=, >, <> instead of
EQ, LE, LT, GE, GT, NE
* bugfix(TUP-26186):Use of the operators =, <=, <, >=, >, <> instead of
EQ, LE, LT, GE, GT, NE
* bugfix(TUP-26186):Use of the operators =, <=, <, >=, >, <> instead of
EQ, LE, LT, GE, GT, NE
Co-authored-by: hwang-talend <hwang@talend.com>
* fix(TDI-44070): Unable to execute the job, receiving "Failed to generate code." when using tAmazonRedshiftManage component.
* fix(TDI-44070): Unable to execute the job, receiving "Failed to generate code." when using tAmazonRedshiftManage component.
(cherry picked from commit 0fecec9635)
* fix(TDI-43995): Support listing any path and file
* fix(TDI-43995): Updated Apache Commons Lang library and added diamond operator
* fix(TDI-43995): Remove Apache Commons Lang library
* fix(TUP-26388)Amazon Redshift Driver class not working with Implicit
Context
* fix(TUP-26388)Amazon Redshift Driver class not working with Implicit
Context
* fix(TDI-43810): Fix for xml component
* fix(TDI-43810): Do not ignore service attr when checkbox is hidden
* fix(TDI-43810): Use hashset instead of arraylist
* fix(TDI-43810): Minor refactoring
* TDI-43764 : MsSQL NVARCHAR
Use setNString method for NVARCHAR and NCHAR columns only for MS driver
* TDI-43764 : MsSQL NVARCHAR
Use setNString method for NTEXT columns only for MS driver
* TDI-43764 : MsSQL NVARCHAR
Use setNString method for NVARCHAR and NCHAR columns
* TDI-43764 : MsSQL NVARCHAR
Use setNString method for NVARCHAR and NCHAR columns
* fix(TDI-43619): Null Value Treated as <TALEND_NULL> in Subjob
* fix(TDI-43619): fix for all types to avoid the parse warn log or message
when null
* fix the compiler issue for password field
| Patch Name | Patch\_20200420\_TPS-3918\_v1-7.2.1 |
| Release Date | 2020-04-20 |
| Target Version | 20190620\_1446-V7.2.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:
- [7.2.1] MsSQL Output possible information loss when using UTF8 and NVARCHAR with MsSQL JDBC (TDI-43764)
## Prerequisites
Consider the following requirements for your system:
- Talend Studio 7.2.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
<descriptionurl="http://www.talend.com/online/featuresdescription.html#business-feature">Complete description about this feature at http://www.talend.com/online/featuresdescription.html#business-feature</description>
<descriptionurl="http://www.talend.com/online/featuresdescription.html#designer-feature">Complete description about this feature at http://www.talend.com/online/featuresdescription.html#designer-feature</description>
<descriptionurl="http://www.talend.com/online/featuresdescription.html#repository-feature">Complete description about this feature at http://www.talend.com/online/featuresdescription.html#repository-feature</description>
<descriptionurl="http://www.talend.com/online/featuresdescription.html#sbi-feature">Complete description about this feature at http://www.talend.com/online/featuresdescription.html#sbi-feature</description>
<descriptionurl="http://www.talend.com/online/featuresdescription.html#spagic-feature">Complete description about this feature at http://www.talend.com/online/featuresdescription.html#sbi-feature</description>
runStat.updateStatAndLog(execStat,enableLogStash,iterateId,1,1<%for(IConnection con : connSet){if(con.getUniqueName().equals((String)codeGenArgument.getIncomingName())){%>,"<%=con.getUniqueName()%>"<%}}%>);
runStat.updateStatOnConnection(iterateId,1,1<%for(IConnection con : connSet){if(con.getUniqueName().equals((String)codeGenArgument.getIncomingName())){%>,"<%=con.getUniqueName()%>"<%}}%>);
runStat.log(iterateId,1,1<%for(IConnection con : connSet){if(con.getUniqueName().equals((String)codeGenArgument.getIncomingName())){%>,"<%=con.getUniqueName()%>"<%}}%>);
public java.util.Map<String, String> getParameter() throws Exception{
java.util.Map<String, String> component_parameters = new java.util.HashMap<>();
<%
java.util.Set<org.talend.core.model.process.EParameterFieldType> ignoredParamsTypes = new java.util.HashSet<org.talend.core.model.process.EParameterFieldType>();
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.