* 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>
Co-authored-by: Dmytro Chmyga <dmytro.chmyga@synapse.com>
* fix(TDI-44171): Observability: Add "Component" label to
component-related events
* fix(TDI-44172): Observability: Create new "component execution" event
and emit it frequently
* fix(TDI-44172): correct name
* fix(TDI-44172): fix some issue
* fix(TDI-44306): adjust the audit event log integration in studio
* fix(TDI-44306): fix the build on javac of java 11
* use a more clear method name and context name
* fix(TDI-44306): adjust the audit event log integration in studio
* fix(TDI-44172): not use camel name way for context
* fix the group name to avoid tuj down risk
* 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
* Tup-27070
ELT component configuration to create an UPDATE Statement
* TUP-27070 addjunit for dbgeneratio manager
* TUP-27070 do some fix and add junit for mssql
* TUP-27070 improve some code
* TUP-27070 improve code
* 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.
* fix(TDI-44174): relocate the property as first parameter
* Fix(TDI-30505): Do not log if no autocommit.
* Fix(TDI-30505): Change by request of code reviewer
* Fix(TDI-30505): Missed comps added, var name fixed
* Fix(TDI-30505): Typo fixed.
* Fix(TDI-30505): Some more corrections
* 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.
* 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
* 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
* feat(TCOMP-1681): OSGi export
* feat(TCOMP-1681): OSGi export
* feat(TCOMP-1681): add REPLACE_EXISTING option for plugins.properties
* feat(TCOMP-1681): fix resource filtering
* feat(TCOMP-1681): add new resources to assembly for OSGi
* feat(TCOMP-1681): fix missing deps in microservice export
- some refactorings
- now we add the dep jars from TALEND-INF/dependencies.txt to MAVEN-INF
* feat(TCOMP-1681): add TaCoKit dependency service
* feat(TCOMP-1681): chore export dependency exporter
* feat(TCOMP-1681): add TaCoKit dependency service
- refactor and cleanup code
* feat(TCOMP-1681): class isolation
- refactor and cleanup code
* fix(TDI-43931): Convert long as date from context args
* fix(TDI-43931): Update file root to be up to date
* fix(TDI-43931): Implement fix for tRunJob
* fix(TDI-43931): Mention string parse exception in log warn
* 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.
* CreateTable component should use given connection
* fix(TUP-23956)CreateTable component should not to use JDBC connection
* fix(TUP-23956)CreateTable component should not to use JDBC connection
* fix some metadata connection could not select tCreateTable when drag and
drop
* fix(TUP-23956)CreateTable component should not to use JDBC connection
* Fix(TDI-31598): Surrounded by "if" clause to avoid duplicate insertion.
* Fix(TDI-31598): experimental - don't put connection into map (always duplicate?)
* Removed excessive connection addition from all sql db components.
* Experimental: if clause.
* Added globalMap.put(conn) into HelpClass.
* Fix(TDI-31598): Added connection entry for tOracle and tAmazonOracle components
* Fix(TDI-31598): Fixing PR
* 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
* 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(TUP-26476)tELTMap Group By in Where Clause (#4542)
* fix(TUP-26476)tELTMap Group By in Where Clause
* fix(TUP-26476)tELTMap Group By in Where Clause
Co-authored-by: hwang <hwang@talend.com>
* fix build fail
Co-authored-by: hwang <hwang@talend.com>
* fix(TUP-26580):DI job with Big Data components fail when using the
custom hadoop conf file location feature.
* fix(TUP-26580):DI job with Big Data components fail when using the
custom hadoop conf file location feature.
* feat(TDQ-17743) use LicenseKey field in DQ components
* feat(TDQ-17743) use LicenseKey field in DQ components
* feat(TDQ-17743) use LicenseKey field in DQ components
* 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
* fix(TUP-26075)Always can not find jdbc class
* fix(TUP-26075)Always can not find jdbc class
* fix(TUP-26075)Always can not find jdbc class
* fix(TUP-26075)Always can not find jdbc class
* fix(TDI-42951): Improved query execution for Result size Auto
* Remove code duplication, omitt _<%cid%> from local variables, refactor methods in ServiceAccountBigQueryUtil class
* Indentations reduced to a single style
* fix(TDI-42951): Fixed formating and Fixed caching
* 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
* 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
* 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
* 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(TUP-26223): Remove lower version of artifact from classpath
* fix(TUP-26223): Construct key based on group and artifactid
* fix(TUP-26223): Fix test case failures
* fix(TUP-26223): Fix test case failures
* TDI-43510 : MySQL Driver upgrade
* TDI-43510 : MySQL Driver upgrade
* TDI-43510 : MySQL Driver upgrade
* TDI-43510 : MySQL 8 driver update
Fixed XML
* TDI-43510 : MySQL 8 driver upgrade
added allowLoadLocalInfile=true in tMysqlConnection and tMysqlRow
* TDI-43510 : MySQL 8 driver upgrade
added allowLoadLocalInfile=true in tMysqlConnection and tMysqlRow
* fix(TDI-43295): Support Oracle 19c in Studio DI
* fix(TDI-43295): Support Oracle 19c in Studio DI
* fix(TDI-43295): Support Oracle 19c in Studio DI. Revert messages for different languages
* fix(TDI-43295): Support Oracle 19c in Studio DI. move from 'oracle 19' to 'oracle 18 and above'
Co-authored-by: Roman <rvoievidko@talend.com>
* bugfix(TUP-26031):Cannot connect successfully for mongDB which is
created from 721
* bugfix(TUP-26031):Cannot connect successfully for mongDB which is
created from 721
* bugfix(TUP-26031):Cannot connect successfully for mongDB which is
created from 721
* fix(TDI-43610) : jsonutil keep decimal even if 0
* fix(TDI-43610) : jsonutil bump version to 2.4.5-talend
* fix(TDI-43610) : bump to json-lib-talend 2.4.5
* fix(TDI-43610) : bump to json-lib-talend 2.4.5
* fix(TDI-43610) : jsonutil keep decimal even if 0
* TUP-25985 TOS: No need to pop up install plugin page when switch from
online help to offline help.
https://jira.talendforge.org/browse/TUP-25985
* fix(TUP-25985):TOS: No need to pop up install plugin page when switch
from online help to offline help.
Co-authored-by: wchen-talend <wchen@talend.com>
* fix(TUP-25714)Table selector and guess schema is not working for Oracle
ADW
* fix(TUP-25714)Table selector and guess schema is not working for Oracle
ADW
* fix(TUP-25714)Table selector and guess schema is not working for Oracle
ADW
* fix(TUP-25714)Table selector and guess schema is not working for Oracle
ADW
* fix(TUP-25714)Table selector and guess schema is not working for Oracle
ADW
* fix(TUP-25714)Table selector and guess schema is not working for Oracle
ADW
* fix(TUP-25714)Table selector and guess schema is not working for Oracle
ADW
* fix(TUP-25714)Table selector and guess schema is not working for Oracle
ADW
Dataservices are always published as OSGI bundles without taking care of
the Job defined build type. With this fix, DS with build type
"Microservice" will be built and published with the appropriate format.
* workItem(TUP-21195)replace all forms of subjob with subJob
* workItem(TUP-21195)replace all forms of subjob with subJob
* workItem(TUP-21195)replace all forms of subjob with subJob
* feat(TUP-25226): Make the hadoop conf jar path a contextualizable
parameter in the Hadoop conf wizard
https://jira.talendforge.org/browse/TUP-25226
* fix(TUP-25585): [BUG]Data viewer failed for HDFS
https://jira.talendforge.org/browse/TUP-25585
* feat(TUP-25226): Make the hadoop conf jar path a contextualizable
parameter in the Hadoop conf wizard
https://jira.talendforge.org/browse/TUP-25226
* feat(TUP-25226): Make the hadoop conf jar path a contextualizable
parameter in the Hadoop conf wizard
https://jira.talendforge.org/browse/TUP-25226
* feat(TUP-25226): Make the hadoop conf jar path a contextualizable
parameter in the Hadoop conf wizard
https://jira.talendforge.org/browse/TUP-25226
* Revert "feat(TUP-25226): Make the hadoop conf jar path a contextualizable parameter in the Hadoop conf wizard"
This reverts commit b04d1bdca4.
* Revert "feat(TUP-25226): Make the hadoop conf jar path a contextualizable parameter in the Hadoop conf wizard"
This reverts commit 0fd1ce627b.
* Revert "feat(TUP-25226): Make the hadoop conf jar path a contextualizable parameter in the Hadoop conf wizard"
This reverts commit 434c102f8c.
* feat(TDI-42591): bigquery dynamic column support
* Add helpers for bigquery input components
* feat(TDI-42591): bigquery dynamic column support
* Add dynamic column support to bigquery input component
* feat(TDI-42591): bigquery dynamic column support
* Add dynamic column support for bigquery output component
* feat(TDI-42591): bigquery dynamic column support
* Fix PR comments
* feat(TDI-42591): bigquery dynamic column support
* Fix fixed component name issue
* feat(TDI-42591): bigquery dynamic column support
* Add support of geography type
* Add support of numeric type
* Fix bytes type support
* feat(TDI-42591): bigquery dynamic column support
* Fix OAuth null objects issue
* Fix byte array service account issue
* feat(TDI-42591): bigquery dynamic column support
* fix compilation error
* feat(TDI-42591): bigquery dynamic column support
* Exclude record type from table creation for OAuth
* feat(TDI-42875): Upgrade google dataproc
* Add region enum
* Update zones
* Make file property use file widget
* feat(TDI-42875): Implement generated code for feature
* feat(TDI-42875): Remore IF in required operator
* feat(TDI-42875): Use region for stopping cluster either
* feat(TDI-42875): Add commons-codec in dependencies
* fix(TUP-25702)TOS:Log4j:cannot print info on console when run job
https://jira.talendforge.org/browse/TUP-25720
* fix(TUP-25702)TOS:Log4j:cannot print info on console when run job
* fix(TDQ-17709): create number limit text controller
* fix(TDQ-17709): improve code and add some lost modify
* fix(TDQ-17709): improve the code about the limit
* fix(TDQ-17709): remove unused code
* fix(TUP-25338)Run job use sap miss jar slf4j-api-1.7.16 and there is no
pop up let me download or browse in.
https://jira.talendforge.org/browse/TUP-25338
* fix(TUP-25338) avoid multiple versions
* avoid multiple module versions
* remove the same version jar only about slf4j-api
* remove the same version jar only about slf4j-api
* avoid multiple versions of slf4j-api
* chore(TDI-40449): removed unused jars
* chore(TDI-40449): add version to jars w/o version
* revert(TDI-40449): remove external_sort jar
* Revert: chore(TDI-40449): removed external_sort.jar
* chore(TDI-40449): remove external_sort
* chore(TDI-40449): remove jnp-client and talend-bigdata-launcher
* chore(TDI-40449): fix maven paths
* chore(TDI-40449): restore boxjavalibv2-v3.0.10.jar
* chore(TDI-40449): restore talend-webservice-input-1.0.0-20170301.jar
* chore(TDI-40449): restore geopip
* chore(TDI-40449): restore talend-bigdata-launcher-1.1.0-20160405.jar
* chore(TDI-40449): bump ws-commons-util
* chore(TDI-40449): restore tMom jars needed
* fix(TDI-40449) : prepare servicenow for publishing
- force maven-deploy-plugin to 2.8+
- bump version to 1.0.1
- reformat code to Talend standard
- add license header
- remove main method containing credentials(not critical)
* chore(TDI-40449): fixup some components
* chore(TDI-40449): mavenized google-storage-utils
* chore(TDI-40449): cleaning talendssl ant file
* chore(TDI-40449): reverting changes
- SugarCRM is deprecated and will be removed in this release
* chore(TDI-40449): fix version typo/group for asm
* chore(TDI-40449): rename google storage utils
* chore(TDI-40449): fix dependencies to the future google-storage-utils
- will be built during https://jira.talendforge.org/browse/TDI-43489
* chore(TDI-40449): fix javassist GAV dependency
* chore(TDI-40449): fix GAV for tMOM/tWebService
- revert change on tWebService_java.xml
- fix GAV for accuracy on tMOM
* chore(TDI-40449): remove last jars
- See https://jira.talendforge.org/browse/TDI-43490
* chore(TDI-40449): fix url
* chore(TDI-40449): distribution management needed for google storage utils on ci-common
* chore(TDI-40449): cleaning xml files
* chore(TDI-40449): update copyright
* chore(TDI-40449): last clean
- i swear
Co-authored-by: Pierre Teyssier <pteyssier@talend.com>
* fix(TUP-25382):More than one dialog pop up when quickly click the button
more than once.
* fix(TUP-25382):More than one dialog pop up when quickly click the button
more than once.
* bugfix(TUP-24029):[FTP] Connection wizard add timeout property (#3864)
bugfix(TUP-24029):[FTP] Connection wizard add timeout property
* feature(TUP-24029): [FTP] Connection wizard add timeout property
* feature(TUP-24768):[bug] no unit for timeout parameter for ftp wizard.
* feature(TUP-24768):[bug] timeout value support to type non-digit.
* feature(TUP-24768):[bug] timeout value support to type non-digit.
* feat(TDI-43095): improve set section for tELTTeradataOutput
* feat(TDI-43095): improve SET section for tELTOutput generic
* feat(TDI-43095): extend logic for USE_UPDATE_STATEMENT, fix typo
* feat(TDI-43095): make changes according to PR comments
* avoid loop method
* fix(TUP-25572)avoid loop method to improve performance
* avoid loop method to improve performance
* update junits
* fix jar start with "talend-bigdata"
* fix(TUP-25541)bridge jar not included in class path for log4j1 jar
needed in child process but not in father's.
* update class path order of log4j
* fix dateviewer error on oracle db
* fix data viewer, and conflict spark-assembly jar and log4j jar
* update class path order for spark-assembly
* avoid repeating for child module and refactor code
* refactor code for sort class path
* add junits
* fix tuj tMap_04_persistence_04_n_lookups
* fix(TUP-24625):Implement jobs lazy migration.
* fix(TUP-24625):When/If lazy migration will be done following fix won't
be needed anymore on TUP-21055 .
* fix(TUP-24625):remove job migration code when start-up if implement lazy
migration.
* fix(TUP-24625):remove migration code when start-up if implement lazy
migration.
* fix(TUP-24625):improve to implement lazy migration.
* feat(TDI-40351): Add alternative schema name
* Add "use alternative schema" property for db output components
* feat(TDI-40351): Add alternative schema name
* Move alternate schema to advanced settings
* Rename alternate schema properties
* feat(TDI-40351): Add alternative schema name
* fix problems for ParAccel, PostgreSql, PostgresPlus, Redshift
* feat(TDI-40351): Add alternative schema name
* Remove schema field when use existing connection is checked
* feat(TUP-24651)Add choice between log4j and log4j2 in project settings
* add warnings
* fix(TUP-25319): When we deactivate the log4j option, DI need use default
jars log4j2 needed
* remove system property and enable the feature by defult
* fix(TUP-25222)NoClassDefFoundError is thrown when switch between 2 log4j
versions for tRunJob if Use independent Process is checked
* add dialog for log4j version changed
* issue of tRunjob with unactivate log4j
* fix junit for log4j
* fix issue:get error when config match rules on TDM component
"tMatchGroup"
* fix log4j default issue for new project
* feat(TUP-24382)Enable HTTPS with authentication
* feat(TUP-24382)Enable HTTPS with authentication
* feat(TUP-24382)Enable HTTPS with authentication
* feat(TUP-24382)Enable HTTPS with authentication
* fix(TDI-43266): Studio returns exit code 0 when OutOfMemoryError in
routine occurs
* fix(TDI-43266): main thread should stop at once when subthread throw
outofmemory error
* fix(TDI-33262): Support for Apache Log4j2
* use release version
* fix(TDI-43101): [Research] Generate a sample logging file for runtime
lineage
* fix(TDI-43101): fix it
* fi something
* add a system property to disable this feature
* fix(TDI-41651): Provide possibility to specify alias for output table ELT
* Do the same fix as mssqlELT
* Small refactoring for query codeGen
* fix(TDI-41651): Fix issues
* Correct notion in javaxml file
* Rename cleanUp method
* Use stringUtils in alias for input table
* fix(TDI-41651): Add getters for inner class
* fix(TDI-41651): Add missing property in pom.xml
* fix(TDI-41651): Add missing i18n label
* fix(TDI-41651): Remove use alias for output field
* fix(TDI-41651): Fix conflicts
* feat(TUP-24894)add some bridge jars mostly for DB
* feat(TUP-24894)add library
* feat(TUP-24894)add some jar mostly for TBD needs
* feat(TUP-24894)add some jar mostly for DB needs
* feat(TUP-24894)add some jar mostly for DB needs
* feat(TUP-24894)add junits
* feat(TUP-25035)Implicit tContextLoad feature (with selection from file)
uses a hardcoded encoding of ISO-8859-15
* bugfix(TUP-25035)Implicit tContextLoad feature (with selection from
file) uses a hardcoded encoding of ISO-8859-15
* bugfix(TUP-25035)Implicit tContextLoad feature (with selection from
file) uses a hardcoded encoding of ISO-8859-15
* bugfix(TUP-25035)Implicit tContextLoad feature (with selection from
file) uses a hardcoded encoding of ISO-8859-15
* bugfix(TUP-25035)Implicit tContextLoad feature (with selection from
file) uses a hardcoded encoding of ISO-8859-15
* fix(TDI-39084): fail to get sap table parameter for tsapbapi and throw
NPE
Conflicts:
main/plugins/org.talend.repository/plugin.xml
* correct the version after merge origin/master
* fix migration
* fix(TDI-43058):tFileFetch apply trustStore
* Add support for Trust Store
* The password of truststore and keystore can be empty.
* fix(TDI-43058):remove catch
* Revert "fix(TDI-43058):remove catch"
This reverts commit 542547ca40.
* fix(TDI-43058):throw IOException
* fix throw error
* fix(TDI-41794): Fix processing null strings json-lib
* fix(TDI-41794): Remove extra files
* fix(TDI-41794): Rename default standard to legacy
* fix(TDI-41794): Fix WriteJSON component to reuse library
* Add dropdown list propety
* fix(TDI-41794): Add a migration task
* chore(TDI-41794): Add missing copyright in migration class
* fix(TDI-41794): Use StringBuilders in toString methods
* Avoid of using StringBuffers where not needed
* chore(TDI-41794): Minor refactoring for JSONUtils
* fix(TDI-41794): Fix null processing for nested json
* fix(TDI-41794): Update writeJsonField dependency
* fix(TDI-41794): Fix null strings for save root node
* Fix null strings for arrays
* fix(TDI-41794): Fix null string processing for arrays with jsonObject
* fix(TDI-41794): Fix tExtractJSONField dependency
* Fix writeJsonField java.xml file format
* fix(TDI-41794): Change adv param line number
* fix(TDI-41794): Bump the library version
* fix(TDI-41794): Fix UI to use checkbox
* Change code generation to use checkbox
* Correct the lib version
* fix(TDI-41794): Fix migration task
* fix(TDI-41794): Remove debug information
* fix(TDI-41794): Fix merge conflict
* fix(TDI-41794): Correct plugin.xml file
* fix(TDI-41794): Don't wrap nulls when checkbox is hidden
* fix(TDI-41794): Fix compile error on component when JSON is array
* Fix(TDI-43073&TDI-42135):fix some issues.
* Fix(TDI-43073):fix some issues
* Fix(TDI-43073):Fix for reopen.
* Fix(TDI-43073):recommit the omitted file.
* methods added to know if tMap can work in dataset or not
* Update MapperComponent.java
remove commented code
* refacto
* refacto
* delete commented code
* refacto
* fix case when there is only one input to tMap
* Update MapperComponent.java
* methods added to know if tMap can work in dataset or not
* Update MapperComponent.java
remove commented code
* refacto
* refacto
* delete commented code
* refacto
* TESB-27139:"Could not find the context Default" is shown in runtime when
deploy a route into runtime
* TESB-27139:"Could not find the context Default" is shown in runtime when
deploy a route into runtime
* TESB-27139:"Could not find the context Default" is shown in runtime when
deploy a route into runtime
* fix(TESB-24597): Fixed OSGi job build missing OSGI-INF folder issue
* TESB-26736:DS OSGi bundles are failing on runtime after the docker patch
* fix (TESB-25283): backport docker esb fixes to master
* fix(TESB-27046): Job run failed with pure DI license in studio
* fix(TDI-43065): tDTDValidator fails with tDTDValidator_1 Invalid byte 2 of 3-byte UTF-8 sequence when XML file encoded in UTF-8 contains multi-bytes characters
* fix(TDI-43065): tDTDValidator fails with tDTDValidator_1 Invalid byte 2 of 3-byte UTF-8 sequence when XML file encoded in UTF-8 contains multi-bytes characters
* fix(TDI-43065): tDTDValidator fails with tDTDValidator_1 Invalid byte 2 of 3-byte UTF-8 sequence when XML file encoded in UTF-8 contains multi-bytes characters. Change default encoding to system's 'file.encoding'
* TESB-27139:"Could not find the context Default" is shown in runtime when
deploy a route into runtime
* TESB-27139:"Could not find the context Default" is shown in runtime when
deploy a route into runtime
* chore(TDI-42791): Refactor creation connection ftp
* chore(TDI-42791): Fix compile error after refactoring
* feat(TDI-40977): Add use global or local proxy properties
* feat(TDI-40977): Change UI in tSetProxy
* feat(TDI-40977): Add lib dependency to the tSetProxy component
* feat(TDI-40977): Save default proxy selector to use job-scope
* feat(TDI-40977): Modify tSetProxy component to reuse talend-proxy lib
* feat(TDI-40977): Disable FTP proxy when not global settings used
* Add http-proxy support for SFTP (as an example)
* feat(TDI-40977): Apply proxy feature for FTPS and SFTP connection
* feat(TDI-40977): Move thread-specific to advanced properties
* fix(TDI-40977): Fix footer conflicts
* chore(TDI-40977): Fix indentation
* feat(TDI-40977): Include proxy jar to studio build
* feat(TDI-40977): Fix incorrect master merge
* feat(TDI-40977): Fix proxy lib dependency for ftp components
* feat(TDI-40977): Fix tSetProxy ui row numbers
* feat(TDI-40977): Fix proxy selection for FTPS and SFTP
* feat(TDI-40977): Support basic https auth
* feat(TDI-40977): Fix request old apache-commons lib
* feat(TDI-40977): Add talend-proxy library
* feat(TDI-40977): Correct dep conflict with loggers
* feat(TDI-40977): Add posibility to use all-threads setting
* feat(TDI-40977): Add method to get proxy
* feat(TDI-40977): Support port -1 as port mask
* feat(TDI-40977): Remove redundant optional in interface
* feat(TDI-40977): Make library thread-safe
* feat(TDI-40977): Unsnaphot version
* fix(TDI-40977): Fix arrayindexofbounds when port is not specified
* feat(TDI-40977): Fix thread-scoped issue
* fix(TDI-40977): Fix NPE on java11 with commons-lang
* bugfix(TUP-24728):Date and Time is not displaying when the Preferred
Language is French
* bugfix(TUP-24728):Date and Time is not displaying when the Preferred
Language is French
* bugfix(TUP-24728):Date and Time is not displaying when the Preferred
Language is French
* bugfix(TUP-24728):Date and Time is not displaying when the Preferred
Language is French
* fix(TDI-43010): [ADLSgen2] Short term solution for columns selector in Studio. Hide 'CSV schema'field
* fix(TDI-43010): [ADLSgen2] Short term solution for columns selector in Studio. Hide 'CSV schema'field
* fix(TDI-43010): [ADLSgen2] Short term solution for columns selector in Studio. Hide 'CSV schema'field. Refactoring
* fix(TDI-43010): [ADLSgen2] Short term solution for columns selector in Studio. Hide 'CSV schema'field. Add Output component check
* Fix(TDI-41289):Add reuse tS3Connection.
* Fix(TDI-41289):Fix a bug in UI.
* Fix(TDI-41289):Fixed can't not use existing connection and Assume Role
at the same time.
* Fix(TDI-41289):Make Encrypt hidden when use existing connection.
* Fix(TDI-41289):Make the code more elegant.
* Fix(TDI-41289):optimize code and fix UI issues.
* Fix(TDI-41289)
* Fix(TDI-41289):Fix the presentation logic of Encrypt.
* Fix(TDI-41289):Fix a logical issue in tROBE
* fix(TUP-24680)Context variable type disappears after changing default
context environment
* fix(TUP-24680)Context variable type disappears after changing default
context environment
* fix(TUP-24680)Context variable type disappears after changing default
context environment
* fix(TUP-24680)Context variable type disappears after changing default
context environment
* Feat TDQ-17291
Retrieve records "rejected" by the tPatternUnMasking component in DI job
* feat(TDQ-17291): fixed the issue after the migration will have a warn
icon show on the component icon
* fix(TDQ-17291): improve the migration about tPatternMasking and
tPatternUnMasking component
* fix(TUP-23558):TaCoKit not delete child datasets if delete datastore.
* fix(TUP-23558):improve for TaCoKit not delete child datasets if delete
datastore.
* fix(TUP-23558):improve for TaCoKit not delete child datasets if delete
datastore.
* fix(TUP-23558):TaCoKit not delete child datasets if delete datastore.
* fix(TUP-23558):TaCoKit not delete child datasets if delete datastore.
* fix(TUP-23558):improve taCoKit not delete child datasets if delete
datastore.
* fix(TUP-23558):improve for TaCoKit not delete child datasets if delete
* fix(TDI-42187): Fix Double Checked Locking in GlobalResource
* fix(TDI-42187): use more readable method
* fix(TDI-42187): use more readable method
* fix(TDI-42187): adjust the java compiler level in pom file to make the
java 8 style code works and now master use java 8, not promise java 7,
so it is ok
* feat(TUP-24028)Add Azure datacenter part of the studio connection
* feat(TUP-24028)Add Azure datacenter part of the studio connection
* feat(TUP-24028)Add Azure datacenter part of the studio connection
This dev adds the opportunity to externalise osgi-exclude.properties
resource file from org.talend.repository bundle better than using the
one included in org.talend.repository budle jar file.
* feat(TDI-40462): add common changes
* feat(TDI-40462): update db2 template with custom end date
* feat(TDI-40462): update mysql template with custom end date
* feat(TDI-40462): update postgres template with custom end date
* feat(TDI-40462): update sap hana template with custom end date
* feat(TDI-40462): update sybase template with custom end date
* feat(TDI-40462): update teradata template with custom end date
* feat(TDI-40462): update vertica template with custom end date
* feat(TDI-40462): update property name and i18n message
* feat(TDI-40462): fix wrapping parameter name
* feat(TDI-40462): fix teradata quote close
* feat(TDI-40462): fix oracle template parameter name
* feat(TDI-40462): remove extra whitespace, add where it is needed
* TDI-40560 : specify ACL when putting file or create bucket
* TDI-40560 : correction from qiyan liu comments
* feat(TDI-40560) : fix Canonical ID in context and move to advanced
* feat(TDI-40560) : support ACL on email
* feat(TDI-40560) : keep the same ACL order as in amazon
* feat(TDI-40560) : Add logs on ACL
* fix(TDI-42689) : prefer BigDecimal for float&double
* fix(TDI-42689) : double precision is usually enough
* fix(TDI-42689) : Upgrade all to json-lib-2.4.2-talend
* fix(TUP-20936):No properties validation for tcomp components in compile
time.
* fix(TUP-20936):No properties validation for tcomp components in compile
time.
* fix(TDI-42443): tRunJob component - Enabling custom JVM params for
independent child jobs
* fix(TDI-42443): make the generated code shorter
* fix(TDI-42443): rename var to make more easy to understand
* fix(TDI-42443): adjust something
* fix(TDI-42443): tRunJob component - Enabling custom JVM params for
independent child jobs
* fix(TDI-42443): refix the tRunJob by the new api
* Revert "fix(TDI-42443): refix the tRunJob by the new api"
This reverts commit 94792b0faa.
* fix(TDI-42443): need to allow user to overwrite the child job vm
parameter which is not set by user, but by Talend, for example :
"-Dfile.encoding=UTF-8" is set by Talend for encoding issue, not set by
user in the Run page. If user check "overwrite jvm parameters" in
trunjob and set "-Dfile.encoding=GBK" in the vm parameters table in
trunjob, will only add "-Dfile.encoding=GBK" to vm parameters, mean
overwrite the one set by Talend
* fix(TDI-42443): use the foreach
* Fix(TDI-32477):Always lowercase column's name of postgres when create
table
* Fix(TDI-32477):Always lowercase column's name and table in Postgresql
* Fix(TDI-32477):Enable when the type is Dynamic
* Fix(TDI-32477):Dynamic column includes the part of columns
* Fix(TDI-32477)
* Fix(TDI-32477):fix the two bugs in comment
* Fix(TDI-40237):Add new regions to tS3Connection
* Fix(TDI-40237):Add new regions
* Fix(TDI-40237):Further modifications
* Fix(TDI-40237)
* Fix(TDI-40237)
* Fix(TDI-40237)
* Fix(TDI-40237):tS3XXX
* feat(TDQ-17177): support "RAW" output flow for tPatternMasking component
* feat(TDQ-17177): added new output flow "FLOW_OUTPUT" to support
propagate scheam change
* Fix(TDI-40237):Add new regions to tS3Connection
* Fix(TDI-40237):Add new regions
* Fix(TDI-40237):Further modifications
* Fix(TDI-40237)
* Fix(TDI-40237)
* Fix(TDI-40237)
* Fix(TDI-40237):tS3XXX
* Fix(TDI-40237):Remove new region China (Ningxia)
* Ensure monitoring feature can rely on system properties to configure the audit logger and does not hardcode a local file name+location+maxsize
* support system property monitoring even when no arg is passed to the main
* feat(TDI-41662): add PASSWORD property
* feat(TDI-41662): set PASSWORD property visible only for Excel 2007++
* feat(TDI-41662): add password decryption in Talend ExcelReader wrapper
- warning this is an external lib
* feat(TDI-41662): bump simpleexcel lib release to latest updates
- not sure that MANIFEST.MF should be updated but once build there was
no changes to it, so in case of...
* feat(TDI-41662): implement decryption in javajet
* feat(TDI-41662): add properties to tFileOutputExcel
* fix(TDI-41662): correct gav
* fix(TDI-41662): bump simpleexcel version
* fix(TDI-41662): add password protection on writing excel file
* fix(TDI-41662): bump talendExcel version
* fix(TDI-41662): add password protection on writing excel file (javajet)
* feat(TDI-41662): close workbook when not protected
* feat(TDI-41662): fix some stuff about tFileOutputExcel
* feat(TDI-41662): remove old parse methods to ExcelReader
* feat(TDI-41662): close workbook in any cases
* feat(TDI-41662): use agile encryption mode only in TalendExcel
* feat(TDI-41662): use agile encryption mode only in javajet comp
* feat(TDI-41662): merge master and bump TalendExcel version
* feat(TDI-41662): fix classpath version for TalendExcel
- not sure that's necessary but...
* fix(TUP-21687):Table value is not visible after filling component
properties from metadata.
* fix(TUP-21687):add/update junits for Table value is not visible after
filling component properties from metadata.
* fix(TUP-21687):add/update junits for Table value is not visible after
filling component properties from metadata.
* TESB-24597:Docker Support for Microservice - CI Part
* TESB-24597:Docker Support for Microservice - CI Part
* TESB-24597:Docker Support for Microservice - CI Part
* fix(TUP-23898):Create new plugin for junit tests of tacokit
studio-integration.
* fix(TUP-23898):Create new plugin for junit tests of tacokit
studio-integration.
* fix(TUP-23898):Create new plugin for junit tests of tacokit
studio-integration.
* fix(TUP-23898):Create new plugin for junit tests of tacokit
studio-integration.
* fix(TUP-23264):Studio can't find dependencies for tacokit components.
* fix(TUP-23264):add junits for Studio can't find dependencies for tacokit
components.
* fix(TUP-23588)For tCreateTable, the Database Type is always Mysql after
dragging and dropping from database Metadata
https://jira.talendforge.org/browse/TUP-23588
* junit(TUP-23588)For tCreateTable, the Database Type is always Mysql
after dragging and dropping from database Metadata
* fix(TUP-23588)For tCreateTable, the Database Type is always Mysql after
dragging and dropping from database Metadata
* fix(TUP-23588)For tCreateTable, the Database Type is always Mysql after
dragging and dropping from database Metadata
* fix(TUP-23588)For tCreateTable, the Database Type is always Mysql after
dragging and dropping from database Metadata
* fix(TUP-23588)For tCreateTable, the Database Type is always Mysql after
dragging and dropping from database Metadata
* Revert "fix(TUP-23729):Memory issue found when run TUJ (#3705)"
This reverts commit 1d706bc243.
* Revert "fix(TUP-23729):Memory issue found when run TUJ (#3689)"
This reverts commit 5069b086d7.
* fix(TUP-23743):ERROR when Job in MDM project calling Job in Reference DI
project:import routines.DataQuality cannot be resolved.
* fix(TUP-23743):ERROR when Job in MDM project calling Job in Reference DI
project:import routines.DataQuality cannot be resolved.
* feat(TDI-42570): stop process if parent thread has terminated
* feat(TDI-42570): stop process if parent thread has terminated
* feat(TDI-42570): stop process if parent thread has terminated. improve indentation
* feat(TDI-42570): stop process if parent thread has terminated. improve indentation
* fix(TUP-23363)'save the property' to metadata get error
* fix(TUP-23363)'save the property' to metadata get error
* fix(TUP-23363)'save the property' to metadata get error
* fix(TUP-23484):TaCoKit can not propagate update dataset if modify
datastore parameters.
* fix(TUP-23484):TaCoKit can not update dataset item if modify datastore.
* fix(TUP-20054): Due to checking fields it is hard to type
credentials/data from the keyboard
https://jira.talendforge.org/browse/TUP-20054
Fix junit issue
* add junit source
* add junit source
* fix(TUP-20054): Due to checking fields it is hard to type
credentials/data from the keyboard
https://jira.talendforge.org/browse/TUP-20054
* main/plugins/org.talend.sdk.component.studio-integration/src/main/java/org/talend/sdk/component/studio/ui/wizard/TaCoKitConfigurationWizard.java
* fix(TUP-20054): Due to checking fields it is hard to type
credentials/data from the keyboard
https://jira.talendforge.org/browse/TUP-20054
* fix(TUP-20054): Due to checking fields it is hard to type
credentials/data from the keyboard
https://jira.talendforge.org/browse/TUP-20054
* feat(TDI-40979) : support MSCRM 9.1 in output
* feat(TDI-40979) : support MSCRM 9.1 in input
* feat(TDI-40979) : Add custum entity label for V9.1
* feat(TDI-40979) : no support of wep api 9.1 in premise
* feat(TDI-40979) : no support of wep api 9.1 in premise
* fix(TUP-23157):datastore values are not prefilled when creating a
dataset.
* fix(TUP-23157):datastore values are not prefilled when creating a
dataset.
* fix(TDI-42396): Upgrade jackson dependencies to 2.9.9
* fix(TDI-42396): Downgrade jackson annotations version
* fix(TDI-42396): Upgrade jackson core dependency for bigQuerySQL
* fix(TDI-42396): Upgrade jackson databind in custom lib
* fix(TUP-22198)CommandLine : get error when execute/build job for a job
using nested joblets
* fix(TUP-22198)CommandLine : get error when execute/build job for a job
using nested joblets
* fix(TUP-22198)CommandLine : get error when execute/build job for a job
using nested joblets
* fix(TUP-22198)CommandLine : get error when execute/build job for a job
using nested joblets
* fix(TDI-42396): Upgrade jackson dependencies to 2.9.9
* fix(TDI-42396): Downgrade jackson annotations version
* fix(TDI-42396): Upgrade jackson core dependency for bigQuerySQL
* fix(TDI-42433): close the stream like before, we need to keep the old
action for the old job
* fix(TDI-42433): adjust details
* fix(TDI-42433): bump version
* feat(TDI-42387): BigQuerySQLRow for DI in javajet
* feat(TDI-42387): BigQuerySQLRow for DI in javajet
* Fix review comments
* feat(TDI-42387): BigQuerySQLRow for DI in javajet
* Add icon
* feat(TDI-42387): BigQuerySQLRow for DI in javajet
* Fix compiler error
* feat(TDI-42387): BigQuerySQLRow for DI in javajet
* Fix PR comments
* feat(TDI-42387): BigQuerySQLRow for DI in javajet
* Fix error for DROP TABLE query
* Fix(TDI-42321):Make a zipped file that is protected by password iterate,
thus the tJava could print global variable.Change the building tool from
Ant to Maven.
* Fix(TDI-42321):Change the path of talendzip-1.0.jar in
tFileArchive_java.xml and delete the previous talendzip.jar
* Change the path of talendzip.jar in tFileUnarchive_java.xml
* Fix(TDI-42321):Remove the jar from tFileArchive folder. And put it in
the org.talend.libraries.custom/lib.
* Fix(TDI-42321):Make more changes about the talendzip*.jar.
* fix(TDI-42241): upgrade the apached poi to 4.1.0 to support java 11
* fix(TDI-42241): upgrade the apached poi to 4.1.0 to support java 11
* fix(TDI-42241): fix something, but seems should remove the file
* fix(TDI-42241): add back url path
* fix(TDI-42241): fix the build for poi
* fix(TDI-42241): fix the build for poi
* fix the MF file
* fix(TDI-42356):ClassCastException with dynamic schema and data source
alias from table with column of type nvarchar(max)
* TalendNTextImpl from talend lib to a patched jtds
* Add maven project to build patched jtds with TalendNTextImpl
* update talend lib talend_DB_mssqlUtil
* update depends on component side
* fix(TDI-42356):exclude jtds jar in osgi bundle
* fix(TDI-42356):fix missing changes for stats and logs with database
config
* fix(TDI-42356):change the GAV of build jar and maven path in components
* fix(TDI-42356):change the version of jar
* fix(TUP-21754):When use the db query in job, it will get a different
result from its result in sql builder.
https://jira.talendforge.org/browse/TUP-21754
* fix(TUP-21754):When use the db query in job, it will get a different
result from its result in sql builder.
https://jira.talendforge.org/browse/TUP-21754
* fix(TUP-21754):When use the db query in job, it will get a different
result from its result in sql builder.
https://jira.talendforge.org/browse/TUP-21754
* fix(TUP-21754)When use the db query in job, it will get a different
result from its result in sql builder
* fix(TBD-8708): tBigqueryOutput - Create table option if it doesn't exist for service account
* fix(TBD-8708): tBigqueryOutput - Create table option if it doesn't exist for service account
* fix(TUP-22980)After create another version for a job, when add another
schema for trowgenerator, it will not saved
* fix(TUP-22980)After create another version for a job, when add another
schema for trowgenerator, it will not saved
* fix(TUP-22980)After create another version for a job, when add another
schema for trowgenerator, it will not saved
* fix(TUP-22284)Update Detection keep popping until we select all context
group
* fix(TUP-22284)Update Detection keep popping until we select all context
group
* fix(TUP-22284)Update Detection keep popping until we select all context
group
* fix(TUP-22520)tDBConnection is not used in the tDB components Joblet
issue
* fix(TUP-22520)tDBConnection is not used in the tDB components - Joblet
issue
fix(TUP-22906): Job working in 6.3.1 fails to generate in 7.1.1 : Failed to generate code. /java.lang.reflect.InvocationTargetException
/java.lang.NullPointerException
https://jira.talendforge.org/browse/TUP-22906
* fix(TDI-41246): SFTP connection fails after multiple executions
* fix(TDI-41246): do a temp ugly fix, will adjust it later
* fix(TDI-41246): do retry with a bigger scope
* fix(TDI-41246):fix the var scope
* fix something
* fix(TDI-42092): An error occurs on tFileOutputExcel after
* Iterate when /tmp/profiles folder does not exist.
* reproduce in multithread env - each thread try create
* folder. First thread create. Second crash because folder exist
* fix(TBD-8603): tHiveRow compile error
Only add the log.info if log4j is enabled
* fix(TBD-8603): tHiveRow compile error
Only add the log.info if log4j is enabled
* fix(TDI-42053): [Java 11] Upgrade commons.lang3 version on javajet
components
* fix(TDI-42053): revert the changeset for tacokit integration part
* fix(TDI-42053): revert the changeset for bigdata components
job in studio
https://jira.talendforge.org/browse/TUP-22620
Since my new added test testCheckCircle is the first one to execute, it
used common variable node broke other test balance. Modify to use it own
private variable.
* TESB-25479 Switching to activemq 5.15.5
* Switching to activemq 5.15.5 for tMomInputLoop
* Switching to activemq 5.15.5 for tMomOutput
* fix the maven path
* feat(TDQ-16376): add migration task for tDataMasking UI changes
* remove debug info + extract constant
* fix issues with some functions and Spark/SparkStreaming jobs
* fix(TUP-22395)Shouldn't be overwrite button for creating unexist
directory for build job
* fix(TUP-22395)Shouldn't be overwrite button for creating unexist
directory for build job
* fix(TUP-22395)Shouldn't be overwrite button for creating unexist
directory for build job
* fix(TUP-22395)Shouldn't be overwrite button for creating unexist
directory for build job
* feat(TDI-41963): change jdbc driver version from 1.2.16.1027 to 1.2.20.1043
* feat(TDI-41963): change redshift module name to "redshift-jdbc42-no-awssdk-1.2.20.1043.jar"
* fix(TUP-22165)Progress Information isn't correct when building job
* fix(TUP-22165)Progress Information isn't correct when building job
* fix(TUP-22165)Progress Information isn't correct when building job
* fix(TDI-41648): Replace SunX509 as the default algorithm
* Move talendssl library to mvn
* fix(TDI-41648): Replace SunX509 as the default algorithm
* Replace SunX509 as default algorithm
* Fix problem when all certificates were trusted by default
* Replace deprecated com.sun classes with javax.security classes
* fix(TDI-41648): Replace SunX509 as the default algorithm
* Add migration task
* fix(TDI-41648): Replace SunX509 as the default algorithm
* remove legacy code with internal sun classes
* fix(TDI-41648): Replace SunX509 as the default algorithm
* Fix talend-ws library class
* Update talend-ws library version
* fix(TDI-41648): Replace SunX509 as the default algorithm
* Update components with new talendssl library version
* Fix PR comment
* Fix formatting
* fix(TDI-41648): Replace SunX509 as the default algorithm
* Fix PR comments
* fix(TDI-41648): Replace SunX509 as the default algorithm
* fix library name to be downloaded during build
* feat(TUP-21495):Support MFA on studio for the Cloud.
* feat(TUP-21495):improve for Support MFA on studio for the Cloud.
* feat(TUP-21495):improve for Support MFA on studio for the Cloud.
* feat(TUP-21495):improve for connection GUI part.
* fix(TUP-22063)[bug] when use different cloud type,click ... to fetch (#3270)
* fix(TUP-22063)[bug] when use different cloud type,click ... to fetch
token will all open the same url.
https://jira.talendforge.org/browse/TUP-22063
* fix(TUP-22063)[bug] when use different cloud type,click ... to fetch
token will all open the same url.
https://jira.talendforge.org/browse/TUP-22063
* fix(TUP-22063)[bug] when use different cloud type,click ... to fetch
token will all open the same url.
https://jira.talendforge.org/browse/TUP-22063
* fix(TUP-22063)[bug] when use different cloud type,click ... to fetch (#3274)
token will all open the same url.
https://jira.talendforge.org/browse/TUP-22063
* fix(TUP-22144)[bug] UX suggestion for layout of password/token.
https://jira.talendforge.org/browse/TUP-22144
* feat(TUP-21495):TUP-22141 [bug] update and save the connection in create
connection page will make the token change.
* feat(TUP-21495):TUP-22140 [bug] In create connection page, there is no
response when click ... button to fetch token if the cloud url is
removed.
* 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
* TESB-21832 Problems with job/route exec. with local runtime in Studio
Local runtime for Studio job/routes execution should not be used in some
cases: build type has to be checked to define the best execution
processor. As execution processor must change when build type is updated
in deployment tab, processor can not be persisted anymore.
* Studio graphical improvements
Fixed some graphical inconsistencies in Studio (borders, margins...)
* TESB-22230 NPE in build item wizard when changing build type
* TESB-22230 NPE in build item wizard when changing build type
* TESB-22230 NPE in build item wizard when changing build type
* TESB-24920 Default endpoint URI not added to endpoint with cRest
This commit improves the way endpoint URL is displayed in console when a
Route/Dataservice is ran in Studio (in case context variables are used).
* Revert "TESB-24920 Default endpoint URI not added to endpoint with cRest"
This reverts commit 0f43b7d406.
* TESB-24920 Default endpoint URI not added to endpoint with cRest
This commit improves the way endpoint URL is displayed in console when a
Route/Dataservice is ran in Studio (in case context variables are used).
* TESB-25045 Authorize Docker Build for job with tRESTClient
Jobs containing tRESTClient or tESBConsumer components can be build as
Job standalone. Thereby it is now also possible to package build as a
Docker image. This commit also improve the way error messages are manage
in build wizard: before, a displayed error message could wrongly
disappear because of new controls for docker export details.
* TESB-25045 Authorize Docker Build for job with tRESTClient
Message update
* fix(TDI-41795): migrate correctly connection and linked connection
* fix(TDI-41795): fix invalid char in properties files
* chore(TDI-41795): do net set value at each property, just once
* fix(TDI-41795): correct NPE for tGoogleDriveCopy/Put
* fix(TDI-41795): do not corrupt tcompv0 components
- fix migration version and breaks
- do not execute migration for tcompv0 components
* fix(TUP-21849)Salesforce name was changed while it is being edited for
spec
* fix(TUP-21849)Salesforce: name was changed while it is being edited for
spec
* feat(TDI-41387): UseExistConnection problem in Oracle
* feat(TDI-41387): migration task for reset additional params field
* feat(TDI-41387): migration task to reset properties
* fix(TUP-21505)be able to save jdbc connection even test fail
* fix(TUP-21505)popup the main error for user is convienent
* fix(TUP-21505) popup the main error for user is convienent
* fix(TUP-21505) popup the main error for user is convienent
* feat(TDI-41387): add property to tFireBirdConnection
* feat(TDI-41387): add property to Greenplum, Ingres
* feat(TDI-41387): add property to Interbase
* feat(TDI-41387): add property to JavaDB
* feat(TDI-41387): add property to MaxDB
* feat(TDI-41387): add property to ParAccel
* feat(TDI-41387): add property to Postgre family
* feat(TDI-41387): add property to VectorWise
* feat(TDI-41387): add property to tCreateTable
* feat(TDI-41387): change property in tCreateTable
* feat(TDI-41387): restore en translation from origin
* feat(TDI-41387): remove separator when it default
* feat(TDI-41387): change url separator for Redshift
* feat(TDI-41387): remove getSeparator method
* feat(TDI-41387): add default param to AS400 and MSSQL
* feat(TDI-41387): replace two params with same name by one
* feat(TDI-41387): hide property when useExistCon=true
* feat(TDI-41387): place properties field to advanced settings
* feat(TDI-41387): change default if logic for MSSQL and AS400
* feat(TDI-41387): change default separator for Sybase db
* feat(TDI-41387): reduce code for firebird
* feat(TDI-41387): reduce code for firebird and greenplum
* feat(TDI-41387): reduce code for Ingres, Interbase, JavaDB
* feat(TDI-41387): reduce code for MaxDB, ParAccel, PostgreSQL, PostgresPlus, tVectorWise
* feat(TDI-41387): change separator for Snowflake
* feat(TDI-41387): move additional params field from basic to advanced
* fix(TUP-21433):Studio autologin not work.
* fix(TUP-21433):Studio autologin not work.
* fix(TUP-21433):improve for Studio autologin not work.
* fix(TUP-21433):improve for Studio autologin not work.
* feat(TDI-40990): Add http proxy support for ftps
* Avoid set PROT and PBSZ commands
* feat(TDI-40990): Allign using proxy marker
* feat(TDI-40990): Remove SSLReuse class from template
* feat(TDI-40990): Use correct constructor
* feat(TDI-40990): Bound FTP components to proxy-support ftps library
* feat(TDI-40990): Make talend-commons-net library included to studio
* Bound all ftp components except tFTPConnection to UrlPath
* feat(TDI-40990): Use HTTP proxy when it's set for FTPS
* chore(TDI-40990): Change package name for custom clients
* feat(TDI-40990): Add talend-commons-net library
* feat(TDI-40990): Add distribution section to deploy lib in nexus
* chore(TDI-40990): Use talend formatter
* feat(TDI-40990): Extract SSLSessionReuseFTPSClient behavior
* feat(TDI-40990): Rename ProxyClient
* chore(TDI-40990): Minor refactoring
* Use while instead of for
* chore(TDI-40990): Remove eclipse service files
* chore(TDI-40990): Change package name
* feat(TDI-40990): Extends talend-commons-net library to support PROT C
* Major refactoring
* chore(TDI-40990): Make methods order more reasonable
* chore(TDI-40990): Add comments
* Fix using default PROT level
* feat(TUP-21467): add mapping to PREV_COLUMN_LIST widget in WidgetTypeMapper
* feat(TUP-21467): use TEXT widget instead of PREV_COLUMN_LIST in wizard dialog
* fix(TUP-21532):Standard DI job which refers to big data batch job having
S3 component and standard DI job having S3 connection component fails
with an error.
* fix(TUP-21532):add JUnit
* fix(TUP-21419):When generating HTML by right-clicking a job in the
studio, some of the JAPANESE parameters showed as "!!!TEMP_DIR.NAME!!!"
or "!!!DESTINATION.NAME!!!" or any others.
* fix(TUP-21419):When generating HTML by right-clicking a job in the
studio, some of the JAPANESE parameters showed as "!!!TEMP_DIR.NAME!!!"
or "!!!DESTINATION.NAME!!!" or any others.
* fix(TUP-21439)Preview error. Some settings must be changed
* fix(TUP-21439)Preview error. Some settings must be changed.
* fix(TUP-21439)Preview error. Some settings must be changed
* fix(TUP-21439)Preview error. Some settings must be changed
* fix(TUP-21439)Preview error. Some settings must be changed
* Revert "fix(TUP-21395)Useless popup Window shows when updating context changes (#3068)"
This reverts commit 28a1f3ab34.
* Revert "fix(TUP-21474): Facing issue while accessing joblet present on job in (#3105)"
This reverts commit 32d96b1acc.
* Revert "bugfix(TUP-20663):tAccessOutputBulkExec/tAccessBulkExec are visible at (#3052)"
This reverts commit 1c31954b3b.
* Revert "bugfix(TUP-21330):Change to repository schema used in tMap propagated (#3094)"
This reverts commit 80f556e553.
* fix(TUP-20880)Repository share: show warn dialog choice should also
exists for local project
* fix(TUP-20880)Repository share: show warn dialog choice should also
exists for local project
* fix(TUP-20880)repository share show warn dialog choice should also
exists for local project
* fix(TUP-20880)repository share show warn dialog choice should also
exists for local project
* fix(TUP-20978)Version change back after add new item on page "Deployment
versioning"
https://jira.talendforge.org/browse/TUP-20978
* fix(TUP-20978)Version change back after add new item on page "Deployment
* fix(TUP-20978)Version change back after add new item on page "Deployment
versioning"
* fix(TUP-20926): move metadata retrieval from SchemaActionParameter to SchemaElementParameter
* fix(TUP-20926): implement set schema after update action
* fix(TUP-20926): remove unusued import
* fix(TUP-20926): add unit-tests for SchemaElementParameter
* fix(TUP-20926): add mockito dependency
* fix(TUP-20926): create schema widget only for output schema
* fix(TUP-20926): allow to override SchemaElementParameter.getMetadata()
* fix(TUP-20926): create ListPropertyNode for input schema
* fix(TUP-20926): implement InputSchemaParameter
* fix(TUP-20926): modify SettingVisitor to create InputSchemaParameter for input schemas
* fix(TUP-20926): move InputSchemaCreation from SettingVisitor to Constructor
* fix(TUP-20926): move discover schema name to PropertyDefinitionDecorator.Conenction class
* fix(TUP-20926): extract OutputSchemaParameter
* fix(TUP-20926): move OutputSchema creation from SettingVisitor to OutputSchemaParameter
* fix(TUP-20926): move const to OutputSchemaParameter
* fix(TUP-20926): refactor canAddGuessSchema()
* fix(TUP-20926): fix OutputSchemaParameter.schemaDisplayName()
* fix(TUP-20926): get rid of TACOKIT_INPUT_SCHEMA field type
* fix(TUP-20926): fix according review comments
* Revert "fix(TUP-20926): get rid of TACOKIT_INPUT_SCHEMA field type"
This reverts commit 13cea83260.
* fix(TUP-20926): add Input schema value to Configuration in runtime
* fix(TUP-20926): move metadata retrieval from SchemaActionParameter to SchemaElementParameter
* fix(TUP-20926): implement set schema after update action
* fix(TUP-20926): remove unusued import
* fix(TUP-20926): add unit-tests for SchemaElementParameter
* fix(TUP-20926): add mockito dependency
* fix(TUP-20926): create schema widget only for output schema
* fix(TUP-20926): allow to override SchemaElementParameter.getMetadata()
* fix(TUP-20926): create ListPropertyNode for input schema
* fix(TUP-20926): implement InputSchemaParameter
* fix(TUP-20926): modify SettingVisitor to create InputSchemaParameter for input schemas
* fix(TUP-20926): move InputSchemaCreation from SettingVisitor to Constructor
* fix(TUP-20926): move discover schema name to PropertyDefinitionDecorator.Conenction class
* fix(TUP-20926): extract OutputSchemaParameter
* fix(TUP-20926): move OutputSchema creation from SettingVisitor to OutputSchemaParameter
* fix(TUP-20926): move const to OutputSchemaParameter
* fix(TUP-20926): refactor canAddGuessSchema()
* fix(TUP-20926): fix OutputSchemaParameter.schemaDisplayName()
* fix(TUP-20926): get rid of TACOKIT_INPUT_SCHEMA field type
* fix(TUP-20926): fix according review comments
* Revert "fix(TUP-20926): get rid of TACOKIT_INPUT_SCHEMA field type"
This reverts commit 13cea83260.
* fix(TUP-20926): add Input schema value to Configuration in runtime
* fix(TUP-21049)can't find other database in default list with Chinese and
Japanese(just DelegateComponent fixed)
* fix(TUP-21049) just fixed the unified components
* fix(TUP-21044);JDBC driver changed when load JDBC-Mysql8 to "Project
Setting ---> Job setting ---> Stats&Logs".
* fix(TUP-21044);add some junits for get driver jar from mvn url.
* fix(TUP-20516):Audit: Improve: Better Use an Error message if connection
isn't successful
* fix(TUP-20515):Project setting-Aduit: better give clear fail information
when the db is not correctly setted.
* fix(TUP-20514):Project setting-Aduit can not save the db info if switch
to another type of db.
* fix(TUP-20567):Generate button should be disabled if no history listed.
* fix(TUP-21026): empty schema in suggestable method
* Add schema action parameter
* Add schema element parameter
* Set schema name equal to parameter name
* Set connection type as tagged value
* fix(TUP-21026): add dummy implemenation for SchemaElementParameter methods to fix errors
* For both route and standard job use Resource in repository, some words
need to be updated in wizard.
* For both route and standard job use Resource in repository, some words
need to be updated.
* fix(TDI-41258):align the mvn path of joda-time
* fix(TDI-41258):correct the mvn path commons-logging redshift
* fix(TDI-41258):align the mvn path of commons-logging
AlfrescoModelDialog.missingAspectDefinitions.msg=The chosen aspects refer to unknown Alfresco aspect(s) : ${0}.\n\
AlfrescoModelDialog.missingAspectDefinitions.msg=The chosen aspects refer to unknown Alfresco aspect(s) : ${0}.\nPlease provide the alfresco model files that define them.
AlfrescoOutputManager.schemaError.title=Error in schema
AlfrescoModelDialog.missingTypeDefinitions.msg=The chosen type refers to unknown Alfresco type(s) or aspect(s) : ${0}.\n\
AlfrescoModelDialog.missingTypeDefinitions.msg=The chosen type refers to unknown Alfresco type(s) or aspect(s) : ${0}.\nPlease provide the alfresco model files that define them.
AlfrescoModelDialog.missingTypeDefinitions.title=Missing type definitions
AlfrescoModelDialog.add=Add...
AlfrescoOutputModelManager.errorReadingModel=Error reading Alfresco model file
JetFilesProviderManager.unableLoad=Unable to load {0}JetFilesProviderManager.unableLoad=Unable to load {0}JetFilesProviderManager.unableLoad=Unable to load {0}
JetFilesProviderManager.unableLoad=Unable to load {0}JetFilesProviderManager.unableLoad
CodeGeneratorEmittersPoolFactory.dialogContent=JetEmitter Generation is canceled,to avoid problems cause by this, please press Ctrl+Shift+F3 to generate again\!
Process.IfToUpgradeMetadata=Die Metadaten in den folgenden Komponenten wurden ver\u00E4ndert.\nW\u00E4hlen Sie die Komponenten aus, welche Sie aus dem Repository aktualisieren m\u00F6chten.
SqlMemoController.QueryError.infoMsg=This query can not contain context parameters(like $_context) ,\n or this query has not been enclosed by {0}. \n or has some expressions. Please correct.
SqlMemoController.QueryError.infoMsg=This query can not contain context parameters(like $_context) ,\n or this query has not been enclosed by {0}. Please correct.
StatsAndLogsComposite.ReloadToolTipText=Reload values from preference page (Shift+R)
ContextParameterPage.nameEmpty=Parameter name is empty.
JobHierarchyMessages.JobHierarchyViewPart_createinput=Creating type hierarchy of '{0}'...
UpdateDetectionDialog.Messages=The properties used in the following items have been modified.\nChoose and update what you have checked. \n\n(*) \: This job is not opened.
UpdateDetectionDialog.Messages=The properties used in the following items have been modified.\nChoose and update what you have checked. \n\n(*) : This job is not opened.
EParameterName.condition=Condition
SubjobBasicComposite.SaveTip=Save the colors to preference page.
SubjobBasicComposite.SaveTip=Saves the colors to preference page.
Process.IfToUpgradeMetadata=The metadata used in the following component(s) has been modified.\nSelect the component(s) that you want to update from the repository.
NewProcessWizard.title=New job
NewProcessWizard.title=New Job
CheckController.decoration.description=Value taken from the repository
@@ -399,27 +384,27 @@ GuessSchemaController.setParameter=Please set connection parameters
I18nPreferencePage.allTranslation=Import all translations
I18nPreferencePage.completeInfo=Translations loaded from Babili, these translations will be only displayed to test, on next restart of the application, these texts for translations will be lost.
I18nPreferencePage.loading=Loading update from Babili
I18nPreferencePage.translationInformation=Test translation with Babili (works only for current language,other language selection needs restart)
I18nPreferencePage.translationInformation=Test translation with Babili (works only for the current language, if you want to select another language, you need to restart the application)
I18nPreferencePage.validateTranslation=Import only validated translations
IconSelectionController.MessageTitle=Error
IconSelectionController.Messages=The selection of icon should be size 32x32.
IconSelectionController.Revert=Revert
ImplicitContextLoad.LoadOldPreferences=The ImplicitContextLoad setting will be loaded from old preference page.
JavaSampleCodeFactory.schema=//Code generate according to input schema and output schema
JavaSampleCodeFactory.schema=//Code generated according to input schema and output schema
JobHierarchyViewPart.reason=there is some reason.
JobHierarchyViewPart.showDecription=To display the job hierarchy, select a job, and select the 'Open Job Hierarchy' menu option. Alternatively, you can drag and drop an job from repository view onto this view.
JobHierarchyViewer.hirarchy=Job Hierarchy
JobLaunchConfigurationDelegate.jobNotFound=Job {0} can not be found. Maybe it is removed.
JobTemplateViewsAndProcessUtil.jobName=Mock job for job template wizard
MultipleThreadDynamicComposite.gatherInformation=Gathering informations from repository
Node.componentNotExist=This component depend on component {0}, but it does not exist.
MultipleThreadDynamicComposite.gatherInformation=Gathering information from repository
Node.componentNotExist=This component depend on component {0}, but it doesn't exist.
Node.differentFromSchemaDefined=The schema from the input link "{0}\\" is different from the schema defined in the component.
Node.errorMessage1=A component that is not a sub process start can not have any link on sub job ok / on sub job error in input.
Node.errorMessage2=A component that is not a sub process start can only have a data link or iterate link in input.
Node.errorMessage3=A component that is not a sub process start can not have any link on run if in input.
Node.errorMessage4=A component that is not a sub process start can not have any link on component ok / on component error in input.
Node.errorMessage4=A component that is not a sub process start can not have any link OnComponentOk / OnComponentError in input.
Node.getSchemaOrNot=Do you want to get the schema of the target component?
Node.input=inputs\:(
Node.inputLinkDifferentFromSchemaDefined=The schema on the first input link of the merge component "{0}" is different from the schema defined in the component.
@@ -440,7 +425,7 @@ Node.schemaNotSame=The schemas on the input links of the merge component "{0}" a
Node.tooMuchTypeInput=This component has too much "{0}" type inputs.
Node.tooMuchTypeOutput=This component has too much "{0}" type outputs.
OpenContextChooseComboDialog.context=CONTEXT:
OpenExistVersionProcess.open=Open another version
OpenExistVersionProcess.open=Open another version
OpenExistVersionProcess.open.dialog=Open job
OpenExistVersionProcess.open.title=Choose job version and open
OpenExistVersionProcessPage.errorMessage=Please set new version
@@ -487,7 +472,7 @@ SearchComponentInJobs.Title=Find Component in Jobs
SearchComponentInJobs.Tooltip=Search all jobs that use this component
SqlMemoController.query=Query
StatLogs.LoadOldPreferences=The StatsAndLogs setting will be loaded from old preference page.
EOozieParameterName.nameNodeEndPoint=Name Node end point
EOozieParameterName.jobTrackerEndPoint=Job Tracker end point
EOozieParameterName.oozieEndPointValue=Oozie end point
Node.parameterWrong=The value of Parameter ({0}) is not exist.
Node.parameterWrong=The value of Parameter ({0}) does not exist.
Connection.languageWarning=*Note: For Bean Language, the Expression should be a qualified class name without quotes.\n*Note: For None Language, the Value should be a full expression, instead of a plain text.\n*Note: For XPath Language, the Namespaces will be used automatically if it's checked.
EParameterName.useNamespaces=Add Namespaces
EParameterName.namespaces=Namespaces
@@ -918,8 +901,8 @@ AbstractSchemaController.schemaOf=Schema of
AbstractSchemaController.validationrule.selectBuildInMsg=If you select Build-In the validation rule under the component will be lost. Continue?
AbstractSchemaController.validationrule.selectMetadataMsg=The metadata you select now doesnot contain current validation rule. Validation rule will be lost if you still select it. Continue?
AbstractSchemaController.validationrule.selectBuildInMsg=If you select Built-In the validation rule under the component will be lost. Continue?
AbstractSchemaController.validationrule.selectMetadataMsg=The metadata you select now doesnot contain current validation rule. Validation rule will be lost if you still select it. Continue?
AbstractSchemaController.validationrule.cannotApplyValMsg=Cannot apply the validation rule to the component because none of its schema use the validation rule.
AbstractSchemaController.connectionNotAvaliable=Connection has not been set or not correctly in the component
AbstractSchemaController.inputNotSet=Input connection not set
@@ -931,7 +914,7 @@ ImportExportPreferencePage.rebuildRelationships=Rebuild relationships of items w
AbstractMultiPageTalendEditor.readonly=Warning
AbstractMultiPageTalendEditor.readonlyMessage=Can't save the job! Current job or project is readonly!
MainComposite.JobTypeSection.jobletTypeLabel=Joblet Type
ProcessController.UseDynamicJobSelectionDialog.message=Context param will be retreive from job : {0} !
ProcessController.UseDynamicJobSelectionDialog.message=Context param will be retrieved from Job : {0} !
GuessSchemaController.schemaOf=Schema of
Node.notFormedLoop=The connected components in a Job must not form a closed loop. Please check.
AbstractSchemaController.schema.title=Schema of {0}
@@ -30,9 +30,7 @@ ContextModifyCommand.label=Modifier un contexte
DesignerPreferencePage.propertyCodeCheck=V\u00E9rifie les param\u00E8tres quand le code est g\u00E9n\u00E9r\u00E9 (le d\u00E9sactiver acc\u00E9l\u00E8rera les propri\u00E9t\u00E9s des composants)
ConnectionCreateAction.dialogMessage=nouveau nom de Sortie ?
ContextChangeDefaultCommand.label=Changer le contexte par d\u00E9faut
ActivateSubjobAction.DeactivateComplete=D\u00E9sactiver tous les Subjobs li\u00E9s
EParameterName.Level.Log.File=Niveau
ToggleSubjobsAction.LABEL=Supprimer le surlignage des sous-jobs
EParameterName.schemaOptions=Options du sch\u00E9ma
ChangeActivateStatusSubjobCommand.Label.DeactiveComplete=D\u00E9sactiver les Sous-job li\u00E9s
EParameterName.Description=Description
Process.IfToUpgradeMetadata=La m\u00E9tadonn\u00E9e utilis\u00E9e dans le(s) composant(s) suivant(s) a \u00E9t\u00E9 modifi\u00E9e.\\nS\u00E9lectionnez le(s) composant(s) que vous voulez mettre \u00E0 jour \u00E0 partir du R\u00E9f\u00E9rentiel.
JobHierarchyMessages.JobHierarchyViewPart_tooltip={0} du Job {1} du Projet {2}
EParameterName.MultiThread=Ex\u00E9cution multi thread
ChangeActivateStatusSubjobCommand.Label.ActivePart=Activer le Sous-job courant
MultiPageTalendEditor.Job=Job {0} {1}
EmfComponent.None=D\u00E9faut
MultiPageEditorContributor.View=View
@@ -302,14 +292,11 @@ EParameterName.Log.Db=Logger dans une base de donn\u00E9es
NodesPasteAction.paste=Coller
TalendEditorPaletteFactory.Tools=Outils
EParameterName.Comment=Commentaire
ChangeActivateStatusSubjobCommand.Label.DeactivePart=D\u00E9sactiver le Sous-job courant
TalendEditorDropTargetListener.dngsupportdialog.title=Glisser-d\u00E9poser non support\u00E9
TalendEditorDropTargetListener.dngsupportdialog.content=Les op\u00E9rations de glisser-d\u00E9poser ne peuvent pas \u00EAtre utilis\u00E9es sur ce composant actuellement.
AbstractLanguageMemoController.generateCode=G\u00E9n\u00E9rer le code
AbstractLanguageMemoController.generateSampleCode=G\u00E9n\u00E9rer un code d'exemple pour ce composant
AbstractPreferenceComposite.jobAssigned=Le job fils doit \u00EAtre assign\u00E9 \u00E0 {0}
AbstractPreferenceComposite.textContent=Appliquer aux sous-jobs
AbstractPreferenceComposite.tipContent=Appliquer aux sous-jobs
ManageResourcePanel.copyMsg=\"{0}\" a \u00E9t\u00E9 copi\u00E9 dans le presse-papiers.
ManageResourcePanel.reourceNameCol=Ressource
GuessSchemaController.connectionWarning=Avertissement de connexion
PerformancePreferencePage.defaultTimeout=D\u00E9lai avant expiration de la connexion (en secondes)
PerformancePreferencePage.defaultTimeout.read=Valeur du d\u00E9lai avant expiration de la connexion (en secondes)
Node.checkDynamicJobUsageWarning=L\'utilisation d\'un Job dynamique n\'est pas encourag\u00E9e dans les Joblets et incompatible avec l\'int\u00E9gration continue.
Node.hasMoreThenOneSourceKey=Ce composant n\'a pas de source cl\u00E9 d\u00E9finie.
DatabaseForm.checkFailure=\u00C9chec de la connexion
DatabaseForm.checkFailureTip=Vous devez modifier les param\u00E8tres de la base de donn\u00E9es.
DesignerPreferencePage.propertyCodeCheck=Controlla i campi propriet\u00E0 quando generi il codice (disabilitandolo le propriet\u00E0 dei componenti di creerano pi\u00F9 velocemente)
ConnectionCreateAction.dialogMessage=Nuovo nome destinazione?
ChangeActivateStatusSubjobCommand.Label.DeactiveComplete=Disattiva il Subjob completo
EParameterName.Description=Descrizione
Process.IfToUpgradeMetadata=Il metadata utilizzato nel/i seguenti componente/i \u00E8 stato modificato.\nSelezione il/i componente/i che vuoi aggiornare dal repository.
Node.errorMessage3=\u975E\u5B50\u8FDB\u7A0B\u53D1\u8D77\u8005\u7684\u7EC4\u4EF6\u4E0D\u80FD\u5728\u8F93\u5165\u4E2D\u5305\u542B\u6709\u5173 Run if \u7684\u8FDE\u63A5\u3002
InputDataMapTableView.removeGlobalMapVar.Message=Are you sure to remove the globalMap variable {0}?
InputDataMapTableView.globalMapKey=globalMap Key
InputDataMapTableView.invalid=<Invalid>
InputDataMapTableView.invalidConfiguration=Invalid configuration, choose another lookup mode or set an expression into the column key into the lookup "{0}\\"
InputDataMapTableView.invalidConfiguration=Invalid configuration, choose another lookup mode or set an expression in the lookup key column "{0}\\"
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.