* 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
* 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
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.
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.
ChangeActivateStatusSubjobCommand.Label.DeactiveComplete=Deactivate all linked Subjobs
EParameterName.Description=Description
EParameterName.Description=Description
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.
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.
@@ -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)
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 ?
ConnectionCreateAction.dialogMessage=nouveau nom de Sortie ?
ContextChangeDefaultCommand.label=Changer le contexte par d\u00E9faut
ContextChangeDefaultCommand.label=Changer le contexte par d\u00E9faut
ActivateSubjobAction.DeactivateComplete=D\u00E9sactiver tous les Subjobs li\u00E9s
EParameterName.Level.Log.File=Niveau
EParameterName.Level.Log.File=Niveau
ToggleSubjobsAction.LABEL=Supprimer le surlignage des sous-jobs
EParameterName.schemaOptions=Options du sch\u00E9ma
EParameterName.schemaOptions=Options du sch\u00E9ma
ChangeActivateStatusSubjobCommand.Label.DeactiveComplete=D\u00E9sactiver les Sous-job li\u00E9s
EParameterName.Description=Description
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.
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}
JobHierarchyMessages.JobHierarchyViewPart_tooltip={0} du Job {1} du Projet {2}
EParameterName.MultiThread=Ex\u00E9cution multi thread
EParameterName.MultiThread=Ex\u00E9cution multi thread
ChangeActivateStatusSubjobCommand.Label.ActivePart=Activer le Sous-job courant
MultiPageTalendEditor.Job=Job {0} {1}
MultiPageTalendEditor.Job=Job {0} {1}
EmfComponent.None=D\u00E9faut
EmfComponent.None=D\u00E9faut
MultiPageEditorContributor.View=View
MultiPageEditorContributor.View=View
@@ -302,14 +292,11 @@ EParameterName.Log.Db=Logger dans une base de donn\u00E9es
NodesPasteAction.paste=Coller
NodesPasteAction.paste=Coller
TalendEditorPaletteFactory.Tools=Outils
TalendEditorPaletteFactory.Tools=Outils
EParameterName.Comment=Commentaire
EParameterName.Comment=Commentaire
ChangeActivateStatusSubjobCommand.Label.DeactivePart=D\u00E9sactiver le Sous-job courant
TalendEditorDropTargetListener.dngsupportdialog.title=Glisser-d\u00E9poser non support\u00E9
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.
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.generateCode=G\u00E9n\u00E9rer le code
AbstractLanguageMemoController.generateSampleCode=G\u00E9n\u00E9rer un code d'exemple pour ce composant
AbstractLanguageMemoController.generateSampleCode=G\u00E9n\u00E9rer un code d'exemple pour ce composant
AbstractPreferenceComposite.jobAssigned=Le job fils doit \u00EAtre assign\u00E9 \u00E0 {0}
AbstractPreferenceComposite.jobAssigned=Le job fils doit \u00EAtre assign\u00E9 \u00E0 {0}
AbstractPreferenceComposite.textContent=Appliquer aux sous-jobs
AbstractPreferenceComposite.tipContent=Appliquer aux sous-jobs
ColorsCodeViewerPreferencePage.keyword2Color=Couleur du Mot-cl\u00E92
ColorsCodeViewerPreferencePage.keyword3Color=Couleur de Motcl\u00E93
ColorsCodeViewerPreferencePage.keyword3Color=Couleur du Mot-cl\u00E93
MetadataTypeLengthPreferencePage.VALUE=Param\u00E8tres par d\u00E9faut pour les champs contenant des valeurs nulls
MetadataTypeLengthPreferencePage.VALUE=Param\u00E8tres par d\u00E9faut pour les champs contenant des valeurs nulls
MetadataTypeLengthPreferencePage.FIELD=Param\u00E8tres par d\u00E9faut pour tous les champs
MetadataTypeLengthPreferencePage.FIELD=Param\u00E8tres par d\u00E9faut pour tous les champs
MetadataTypeLengthPreferencePage.DBTYPE=Longueur par d\u00E9faut pour le type de donn\u00E9es
MetadataTypeLengthPreferencePage.DBTYPE=Longueur par d\u00E9faut pour le type de donn\u00E9es
@@ -806,7 +789,7 @@ PaserRuleSelectionDialog.RULE_TYPE=Type de r\u00E8gle
PaserRuleSelectionDialog.RULE_VALUE=Valeur de la r\u00E8gle
PaserRuleSelectionDialog.RULE_VALUE=Valeur de la r\u00E8gle
TracesConnectionUtils.connectionComment=Le sch\u00E9ma est vide ou n\'est pas d\u00E9fini.
TracesConnectionUtils.connectionComment=Le sch\u00E9ma est vide ou n\'est pas d\u00E9fini.
ColumnListController.invalidRegx=La valeur de \"FILTRE\", attribut du param\u00E8tre \"{0}\", est invalide car les filtres ont perdu leur efficacit\u00E9. Veuillez le v\u00E9rifier et le corriger si vous souhaitez le rendre disponible.
ColumnListController.invalidRegx=La valeur de \"FILTRE\", attribut du param\u00E8tre \"{0}\", est invalide car les filtres ont perdu leur efficacit\u00E9. Veuillez le v\u00E9rifier et le corriger si vous souhaitez le rendre disponible.
DesignerPreferencePage.notShowWarningDialog=Ne pas afficher d\'avertissement lors de la suppression d\'un lien attach\u00E9 \u00E0 un composant d\'une entr\u00E9e/sortie de d\u00E9clencheur dans un Joblet.
DesignerPreferencePage.notShowWarningDialog=Ne pas afficher d\'avertissement lors de la suppression d\'un lien attach\u00E9 \u00E0 un composant d\'une entr\u00E9e/sortie de d\u00E9clenchement dans un Joblet.
JobDependenciesPanel.deleteMsg=Supprimer tous les \u00E9l\u00E9ments s\u00E9lectionn\u00E9s ?
JobDependenciesPanel.deleteMsg=Supprimer tous les \u00E9l\u00E9ments s\u00E9lectionn\u00E9s ?
JobDependenciesPanel.addBtn=Ajouter...
JobDependenciesPanel.addBtn=Ajouter...
JobDependenciesPanel.removeBtn=Supprimer
JobDependenciesPanel.removeBtn=Supprimer
JobDependenciesPanel.editBtn=\u00C9diter
JobDependenciesPanel.editBtn=Modifier
JobDependenciesPanel.upBtn=Haut
JobDependenciesPanel.upBtn=Haut
JobDependenciesPanel.downBtn=Bas
JobDependenciesPanel.downBtn=Bas
DependencyVersionPart.comboInclusive=Inclusif
DependencyVersionPart.comboInclusive=Inclusif
@@ -971,7 +954,7 @@ DependenciesContextSelectionDialog.selectContext=S\u00E9lectionner une variable
DependenciesContextSelectionDialog.addContext=Ajouter une variable de contexte
DependenciesContextSelectionDialog.addContext=Ajouter une variable de contexte
DependenciesContextSelectionDialog.contextInUseError=Cette variable de contexte est d\u00E9j\u00E0 en cours d\'utilisation !
DependenciesContextSelectionDialog.contextInUseError=Cette variable de contexte est d\u00E9j\u00E0 en cours d\'utilisation !
NewDependencyItemDialog.addTitle=Ajouter {0}
NewDependencyItemDialog.addTitle=Ajouter {0}
NewDependencyItemDialog.editTitle=\u00C9diter {0}
NewDependencyItemDialog.editTitle=Modifier {0}
NewDependencyItemDialog.addMsg=Ajouter un nouveau {0}
NewDependencyItemDialog.addMsg=Ajouter un nouveau {0}
NewDependencyItemDialog.editMsg=\u00C9diter les attributs du {0} s\u00E9lectionn\u00E9
NewDependencyItemDialog.editMsg=\u00C9diter les attributs du {0} s\u00E9lectionn\u00E9
NewDependencyItemDialog.name=&Nom
NewDependencyItemDialog.name=&Nom
@@ -992,4 +975,3 @@ PerformancePreferencePage.defaultTimeout.read=Valeur du d\u00E9lai avant expirat
Node.hasMoreThenOneSourceKey=Ce composant n\'a pas de source cl\u00E9 d\u00E9finie.
Node.hasMoreThenOneSourceKey=Ce composant n\'a pas de source cl\u00E9 d\u00E9finie.
DatabaseForm.checkFailure=\u00C9chec de la connexion
DatabaseForm.checkFailure=\u00C9chec de la connexion
DatabaseForm.checkFailureTip=Vous devez modifier les param\u00E8tres de la base de donn\u00E9es.
DatabaseForm.checkFailureTip=Vous devez modifier les param\u00E8tres de la base de donn\u00E9es.
Node.checkDynamicJobUsageWarning=L\'utilisation d\'un Job dynamique n\'est pas encourag\u00E9e dans les Joblets et incompatible avec l\'int\u00E9gration continue.
DesignerPreferencePage.propertyCodeCheck=Controlla i campi propriet\u00E0 quando generi il codice (disabilitandolo le propriet\u00E0 dei componenti di creerano pi\u00F9 velocemente)
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?
ConnectionCreateAction.dialogMessage=Nuovo nome destinazione?
ChangeActivateStatusSubjobCommand.Label.DeactiveComplete=Disattiva il Subjob completo
EParameterName.Description=Descrizione
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.
Process.IfToUpgradeMetadata=Il metadata utilizzato nel/i seguenti componente/i \u00E8 stato modificato.\nSelezione il/i componente/i che vuoi aggiornare dal repository.
Processor.configureJava=L'interpr\u00E9teur Java n'est pas configur\u00E9.
Processor.configureJava=L'interpr\u00E9teur Java n'est pas configur\u00E9.
RunProcessContext.PortErrorMessage=Il n'y a pas de droits d'acc\u00E8s \u00E0 la plage des ports. \n Merci de r\u00E9initialiser la plage des ports {0} dans les pr\u00E9f\u00E9rences.
RunProcessContext.PortErrorMessage=Il n'y a pas de droits d'acc\u00E8s \u00E0 la plage des ports. \n Merci de r\u00E9initialiser la plage des ports {0} dans les pr\u00E9f\u00E9rences.
@@ -52,7 +52,6 @@ ProcessDebugDialog.errortext=Impossible de d\u00E9bugger le job.\\nV\u00E9rifiez
ShadowProcess.notGeneratedOutputException=Sortie non g\u00E9n\u00E9r\u00E9e.
ShadowProcess.notGeneratedOutputException=Sortie non g\u00E9n\u00E9r\u00E9e.
ProcessComposite.contextGroup=Contexte
ProcessComposite.contextGroup=Contexte
prefs.clientConfiguration=Configuration du client Talend
prefs.clientConfiguration=Configuration du client Talend
migrationtask.renametDbInputToMssql.description=Microsoft SQL\u30B5\u30FC\u30D0\u30FB\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9\u306B\u63A5\u7D9A\u3057\u3066\u3044\u308B\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9\u6C4E\u7528\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u76F8\u5F53\u3059\u308B Microsoft SQL\u30B5\u30FC\u30D0\u30FB\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306B\u79FB\u884C\u3057\u3066\u304F\u3060\u3055\u3044\u3002
migrationtask.renametDbInputToMssql.description=Microsoft SQL\u30B5\u30FC\u30D0\u30FB\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9\u306B\u63A5\u7D9A\u3057\u3066\u3044\u308B\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9\u6C4E\u7528\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u76F8\u5F53\u3059\u308B Microsoft SQL\u30B5\u30FC\u30D0\u30FB\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306B\u79FB\u884C\u3057\u3066\u304F\u3060\u3055\u3044\u3002
@@ -597,7 +597,6 @@ LoginComposite.DIFFERENT_WORKSPACES=Workspace has been changed. Please restart.
LoginComposite.PROJECT_NEED=A project is needed...
LoginComposite.PROJECT_NEED=A project is needed...
LoginComposite.TisWorkspace_welcome=Welcome to {0}!
LoginComposite.TisWorkspace_welcome=Welcome to {0}!
VersionManagementDialog.AllDependencies=select all dependencies
VersionManagementDialog.AllDependencies=select all dependencies
VersionManagementDialog.Subjob=select all subjobs
VersionManagementDialog.FixVersion=Fix tRunJob versions if Latest
VersionManagementDialog.FixVersion=Fix tRunJob versions if Latest
VersionManagementDialog.FixLastVersion=When update the version, if all tRunJob are setup by default with Latest version, this will fix the version to the previous version.\nFor example : father 1.0 (tRunJob<child, Latest>).\nIf upgrade to version 1.1: \n - the father version 1.0 will contain : (tRunJob<child, 1.0>). To run the child with version 1.0 also.\n - the father version 1.1 will contain : (tRunJob<child, Latest>). To keep using the latest version.\n\nNote: this won't do anything if the versions are already fixed, and if doesn't use Latest.
VersionManagementDialog.FixLastVersion=When update the version, if all tRunJob are setup by default with Latest version, this will fix the version to the previous version.\nFor example : father 1.0 (tRunJob<child, Latest>).\nIf upgrade to version 1.1: \n - the father version 1.0 will contain : (tRunJob<child, 1.0>). To run the child with version 1.0 also.\n - the father version 1.1 will contain : (tRunJob<child, Latest>). To keep using the latest version.\n\nNote: this won't do anything if the versions are already fixed, and if doesn't use Latest.
ImportItemAction.Label=Import items
ImportItemAction.Label=Import items
@@ -905,9 +904,6 @@ ImportProjectAsWizardPage.compatible.message=Version of project is not directly
ImportProjectAsWizardPage.confirm.message=Are you sure to import project '{0}' still?
ImportProjectAsWizardPage.confirm.message=Are you sure to import project '{0}' still?
BuildJobManager.operationCanceled=Operation is canceled by user
BuildJobManager.operationCanceled=Operation is canceled by user
ProjectSettingPage.ArtifactProxySetting.connectionFailureMsg=Connection failure,please check the proxy configuration
LoginHelper.connectUserLibraryTitle=Check user libraries connection.
LoginHelper.connectUserLibraryFailureWarning=Cannot connect to the user libraries artifact repository set in administrator. Do you want to open the project anyway?
@@ -495,7 +495,7 @@ EbcdicForm.dataFile=Fichier de donn\u00E9es
EbcdicForm.dataNotExist=Ficher de donn\u00E9es inexistant
EbcdicForm.dataNotExist=Ficher de donn\u00E9es inexistant
EbcdicForm.dataNull=Un chemin d'acc\u00E8s au fichier de donn\u00E9es doit \u00EAtre sp\u00E9cifi\u00E9.
EbcdicForm.dataNull=Un chemin d'acc\u00E8s au fichier de donn\u00E9es doit \u00EAtre sp\u00E9cifi\u00E9.
LoginComposite.DIFFERENT_WORKSPACE=Le r\u00E9pertoire Workspace a \u00E9t\u00E9 chang\u00E9. Merci de red\u00E9marrer.
LoginComposite.DIFFERENT_WORKSPACE=Le r\u00E9pertoire Workspace a \u00E9t\u00E9 chang\u00E9. Merci de red\u00E9marrer.
LoginComposite.RESTART=relancer
LoginComposite.RESTART=Red\u00E9marrer
SAPSelectorForm.connectionFailure=\u00C9chec de la connexion SAP : le bouton \"R\u00E9cup\u00E9rer le sch\u00E9ma\" est d\u00E9sactiv\u00E9. Cliquez sur le bouton \"V\u00E9rifier la connexion\".
SAPSelectorForm.connectionFailure=\u00C9chec de la connexion SAP : le bouton \"R\u00E9cup\u00E9rer le sch\u00E9ma\" est d\u00E9sactiv\u00E9. Cliquez sur le bouton \"V\u00E9rifier la connexion\".
MultiSchemasUI.useMultiSchemabtn=Utiliser des s\u00E9parateurs multiples
MultiSchemasUI.useMultiSchemabtn=Utiliser des s\u00E9parateurs multiples
AbstractCreateTableAction.retrieveForbidden.Message=Cette base de donn\u00E9es ne contient aucune table
AbstractCreateTableAction.retrieveForbidden.Message=Cette base de donn\u00E9es ne contient aucune table
LoginComposite.Workspace_inuse=Le r\u00E9pertoire Workspace est d\u00E9j\u00E0 en cours d'utilisation, veuillez en choisir en autre.
LoginComposite.Workspace_inuse=Le r\u00E9pertoire Workspace est d\u00E9j\u00E0 en cours d'utilisation, veuillez en choisir en autre.
ProjectSettingsAction_editProject=Editer les propri\u00E9t\u00E9s du Projet
ProjectSettingsAction_editProject=Modifier les propri\u00E9t\u00E9s du Projet
SelectDatabaseJarDialog.add=Ajouter
SelectDatabaseJarDialog.add=Ajouter
SelectDatabaseJarDialog.delete=DELETE
SelectDatabaseJarDialog.delete=DELETE
SelectDatabaseJarDialog.title=S\u00E9lectionner les Jars des pilotes de la base de donn\u00E9es
SelectDatabaseJarDialog.title=S\u00E9lectionner les Jars des pilotes de la base de donn\u00E9es
@@ -597,7 +597,6 @@ LoginComposite.DIFFERENT_WORKSPACES=Le r\u00E9pertoire workspace a chang\u00E9.
LoginComposite.PROJECT_NEED=Un projet est requis...
LoginComposite.PROJECT_NEED=Un projet est requis...
LoginComposite.TisWorkspace_welcome=Bienvenue dans {0}
LoginComposite.TisWorkspace_welcome=Bienvenue dans {0}
VersionManagementDialog.AllDependencies=S\u00E9lectionner toutes les d\u00E9pendances
VersionManagementDialog.AllDependencies=S\u00E9lectionner toutes les d\u00E9pendances
VersionManagementDialog.Subjob=S\u00E9lectionner tous les sous-jobs
VersionManagementDialog.FixVersion=Fix tRunJob versions if Latest
VersionManagementDialog.FixVersion=Fix tRunJob versions if Latest
VersionManagementDialog.FixLastVersion=Lors de la mise \u00E0 jour, si tous les tRunJob sont install\u00E9s par d\u00E9faut avec la derni\u00E8re version, cela remplacera la version avec la pr\u00E9c\u00E9dente.\\nPar exemple : parent 1.0 (tRunJob<enfant, Derni\u00E8re version>).\\nEn cas de mise \u00E0 jour avec la version 1.1 : \\n - la version parent 1.0 contiendra : (tRunJob<enfant, 1.0>). Pour ex\u00E9cuter l\'enfant avec la version 1.0 \u00E9galement.\\n - la version parent 1.1 contiendra : (tRunJob<enfant, Derni\u00E8re version>). Pour continuer \u00E0 utiliser la derni\u00E8re version.\\n\\nRemarque : il n\'y aura aucun effet si la version est d\u00E9j\u00E0 r\u00E9par\u00E9e et si la derni\u00E8re version n\'est pas utilis\u00E9e.
VersionManagementDialog.FixLastVersion=Lors de la mise \u00E0 jour, si tous les tRunJob sont install\u00E9s par d\u00E9faut avec la derni\u00E8re version, cela remplacera la version avec la pr\u00E9c\u00E9dente.\\nPar exemple : parent 1.0 (tRunJob<enfant, Derni\u00E8re version>).\\nEn cas de mise \u00E0 jour avec la version 1.1 : \\n - la version parent 1.0 contiendra : (tRunJob<enfant, 1.0>). Pour ex\u00E9cuter l\'enfant avec la version 1.0 \u00E9galement.\\n - la version parent 1.1 contiendra : (tRunJob<enfant, Derni\u00E8re version>). Pour continuer \u00E0 utiliser la derni\u00E8re version.\\n\\nRemarque : il n\'y aura aucun effet si la version est d\u00E9j\u00E0 r\u00E9par\u00E9e et si la derni\u00E8re version n\'est pas utilis\u00E9e.
ImportItemAction.Label=Importer des \u00E9l\u00E9ments
ImportItemAction.Label=Importer des \u00E9l\u00E9ments
@@ -904,9 +903,6 @@ ImportProjectAsWizardPage.compatible.message=La version du projet n'est pas dire
ImportProjectAsWizardPage.confirm.message=Voulez-vous importer le projet '{0}' ?
ImportProjectAsWizardPage.confirm.message=Voulez-vous importer le projet '{0}' ?
BuildJobManager.operationCanceled=Op\u00E9ration annul\u00E9e par l'utilisateur
BuildJobManager.operationCanceled=Op\u00E9ration annul\u00E9e par l'utilisateur
LoginProjectPage.remote.talend=Remote TAC (Talend Administration Center distant)
LoginProjectPage.remote.talend=Remote TAC (Talend Administration Center distant)
LoginProjectPage.cloud.us=Cloud US (Cloud aux \u00C9tats-Unis)
LoginProjectPage.cloud.eu=Cloud EU (Cloud en Europe)
RepoReferenceProjectSetupAction.TitleReferenceChanged=Les param\u00E8tres des projets de r\u00E9f\u00E9rence ont \u00E9t\u00E9 chang\u00E9s
RepoReferenceProjectSetupAction.TitleReferenceChanged=Les param\u00E8tres des projets de r\u00E9f\u00E9rence ont \u00E9t\u00E9 chang\u00E9s
RepoReferenceProjectSetupAction.MsgReferenceChanged=Le Studio va se reconnecter au projet en cours afin d\'appliquer les nouveaux param\u00E8tres de projets de r\u00E9f\u00E9rence.
RepoReferenceProjectSetupAction.MsgReferenceChanged=Le Studio va se reconnecter au projet en cours afin d\'appliquer les nouveaux param\u00E8tres de projets de r\u00E9f\u00E9rence.
RepoReferenceProjectSetupAction.TaskRelogin=Reconnexion au projet :
RepoReferenceProjectSetupAction.TaskRelogin=Reconnexion au projet :
@@ -979,14 +975,6 @@ JavaJobScriptsExportWSWizardPage.DOCKER.registryPassword=Mot de passe
JavaJobScriptsExportWSWizardPage.DOCKER.imageLabel=Nom de l\'image
JavaJobScriptsExportWSWizardPage.DOCKER.imageLabel=Nom de l\'image
JavaJobScriptsExportWSWizardPage.DOCKER.tagLabel=Tag de l\'image
JavaJobScriptsExportWSWizardPage.DOCKER.tagLabel=Tag de l\'image
JavaJobScriptsExportWSWizardPage.DOCKER.errorMsg={0} ne peut \u00EAtre vide.
JavaJobScriptsExportWSWizardPage.DOCKER.errorMsg={0} ne peut \u00EAtre vide.
LoginProjectPage.cloud.apac=Cloud APAC (Cloud en Asie-Pacifique)
ArtifactRepositoryShareSettingPage.enableShareLabel=Propager les mises \u00E0 jour des composants au r\u00E9f\u00E9rentiel d\'artefacts
ArtifactRepositoryShareSettingPage.repositoryIdLabel=ID du r\u00E9f\u00E9rentiel :
ArtifactRepositoryShareSettingPage.checkLabel=V\u00E9rifier la connexion
ArtifactRepositoryShareSettingPage.showWarnDialogWhenInstallingFeatures=Afficher une fen\u00EAtre d\'avertissement lors de l\'installation du composant
ArtifactRepositoryShareSettingPage.autoCheckUpdate=V\u00E9rifier automatiquement la mise \u00E0 jour
ArtifactRepositoryShareSettingPage.checkUpdatePerDays=V\u00E9rifier la fr\u00E9quence (jours) de la mise \u00E0 jour
ArtifactRepositoryShareSettingPage.checkUpdatePerDays.error=Saisissez un entier compris entre {0} et {1} pour [{2}]
AuditProjectSettingPage.DBConfig.CheckConnection.failed=\u00C9chec de la connexion, v\u00E9rifiez la configuration de la base de donn\u00E9es.
AuditProjectSettingPage.DBConfig.CheckConnection.failed=\u00C9chec de la connexion, v\u00E9rifiez la configuration de la base de donn\u00E9es.
AuditProjectSettingPage.generate.failed.message=\u00C9chec de la g\u00E9n\u00E9ration du rapport. Cliquez sur d\u00E9tails pour plus d\'informations.
AuditProjectSettingPage.generate.failed.message=\u00C9chec de la g\u00E9n\u00E9ration du rapport. Cliquez sur d\u00E9tails pour plus d\'informations.
JavaJobScriptsExportWSWizardPage.MSESB_IMAGE=Microservice pour image Docker ESB
JavaJobScriptsExportWSWizardPage.MSESB_IMAGE=Microservice pour image Docker ESB
LoginComposite.PROJECT_NEED=\u00C8 necessario un progetto...
LoginComposite.PROJECT_NEED=\u00C8 necessario un progetto...
LoginComposite.TisWorkspace_welcome=Benvenuto in {0}!
LoginComposite.TisWorkspace_welcome=Benvenuto in {0}!
VersionManagementDialog.AllDependencies=seleziona tutte le dipendenze
VersionManagementDialog.AllDependencies=seleziona tutte le dipendenze
VersionManagementDialog.Subjob=seleziona tutti i subjob
VersionManagementDialog.FixVersion=Sistema versioni tRunJob se l'ultima
VersionManagementDialog.FixVersion=Sistema versioni tRunJob se l'ultima
VersionManagementDialog.FixLastVersion=Quando aggiorni la versione, se tutti i tRunJob sono impostati di default con l'ultima versione, questo sistemer\u00E0 la versione a quella precedente.\nPer esempio: padre 1.0 (tRunJob<figlio, Ultima>). Esegui anche il figlio con la versione 1.0.\n - la versione del padre 1.1 conterr\u00E0: (tRunJob<child, Ultima>). Mantiene l'ultima versione.\n\nNota: questo non far\u00E0 nulla se le versioni sono gi\u00E0 sistemate e se non utilizza l'ultima.
VersionManagementDialog.FixLastVersion=Quando aggiorni la versione, se tutti i tRunJob sono impostati di default con l'ultima versione, questo sistemer\u00E0 la versione a quella precedente.\nPer esempio: padre 1.0 (tRunJob<figlio, Ultima>). Esegui anche il figlio con la versione 1.0.\n - la versione del padre 1.1 conterr\u00E0: (tRunJob<child, Ultima>). Mantiene l'ultima versione.\n\nNota: questo non far\u00E0 nulla se le versioni sono gi\u00E0 sistemate e se non utilizza l'ultima.
VersionManagementDialog.FixVersion=Fix tRunJob versions if Latest
VersionManagementDialog.FixVersion=Fix tRunJob versions if Latest
VersionManagementDialog.FixLastVersion=La aducerea la zi a versiunii, daca toate tRunJob sunt predefinite cu Ultima versiune, aceasta corecteaza versiunea la versiunea anterioara.\nEx: father 1.0 (tRunJob<child, Latest>).\nDaca creste la versiunea 1.1: \n - the father versiunea 1.0 va contine : (tRunJob). Pentru rulare child cu versiunea 1.0 deasemenea.\n - father versiunea 1.1 va contine : (tRunJob). Pentru a continua cu ultima versiune.\n\nNota: aceasta nu va face nimic daca versiunile sunt deja fixate, si daca nu foloseste Latest.
VersionManagementDialog.FixLastVersion=La aducerea la zi a versiunii, daca toate tRunJob sunt predefinite cu Ultima versiune, aceasta corecteaza versiunea la versiunea anterioara.\nEx: father 1.0 (tRunJob<child, Latest>).\nDaca creste la versiunea 1.1: \n - the father versiunea 1.0 va contine : (tRunJob). Pentru rulare child cu versiunea 1.0 deasemenea.\n - father versiunea 1.1 va contine : (tRunJob). Pentru a continua cu ultima versiune.\n\nNota: aceasta nu va face nimic daca versiunile sunt deja fixate, si daca nu foloseste Latest.
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.