* 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
DraggingInfosPopup.appendModeToOverwrite=> Mode \u00E9criture \u00E0 la suite (Ctrl pour \u00E9craser)
DraggingInfosPopup.insertAllSelectedEntries=\ > Ins\u00E9rer toutes les entr\u00E9es s\u00E9lectionn\u00E9es
DraggingInfosPopup.insertRemainingEntries=\ > Ins\u00E9rer les entr\u00E9es restantes
DraggingInfosPopup.eachSourceEntryExpressionToEachTargetExpression=> Chaque expression source vers chaque expression cible
DraggingInfosPopup.eachSourceEntryToEachTargetExpression=> Chaque expression source vers chaque expression cible
DraggingInfosPopup.allSourceEntriesExpressionToASingleOneTargetExpressionShiftKey=> Toutes les expressions source vers une seule expression cible (Maj pour modifier le mapping)
DraggingInfosPopup.allSourceEntriesExpressionToASingleOneTargetExpression=> Toutes les expressions source vers une seule expression cible
DraggingInfosPopup.allSourceEntriesToASingleOneTargetExpressionShiftKey=> Toutes les entr\u00E9es source vers une seule expression cible (Maj pour modifier le mapping)
DraggingInfosPopup.allSourceEntriesToASingleOneTargetExpression=> Toutes les entr\u00E9es source vers une seule expression cible
AlfrescoModelDialog.missingAspectDefinitions.msg=Les aspects s\u00E9lectionn\u00E9s se r\u00E9f\u00E8rent \u00E0 des aspects Alfresco inconnus : ${0}.\nVeuillez fournir les mod\u00E8les Alfresco qui les d\u00E9finissent.
AlfrescoOutputManager.schemaError.title=Erreur dans le sch\u00E9ma
AlfrescoModelDialog.missingTypeDefinitions.msg=Le type s\u00E9lectionn\u00E9 se r\u00E9f\u00E8re \u00E0 des aspects ou types Alfresco inconnus : ${0}. Veuillez fournir les mod\u00E8les Alfresco qui les d\u00E9finissent.
AlfrescoModelDialog.missingTypeDefinitions.title=D\u00E9finitions de type manquantes
AlfrescoModelDialog.add=Ajouter...
AlfrescoOutputModelManager.errorReadingModel=Erreur de lecture du fichier mod\u00E8le Alfresco
AlfrescoModelDialog.aspects=Aspects
AlfrescoOutputManager.schemaError.msg=Veuillez synchroniser le sch\u00E9ma d'abord
AlfrescoOutputModelManager.alreadyAdded=Ce mod\u00E8le a d\u00E9j\u00E0 \u00E9t\u00E9 ajout\u00E9
AlfrescoModelDialog.removeModelFailed=Echec de la suppression du mod\u00E8le
AlfrescoOutputModelManager.prefixConflict=Impossible d'ajouter le mod\u00E8le, pr\u00E9fixe en conflit avec le mod\u00E8le ajout\u00E9 pr\u00E9c\u00E9demment pour
AlfrescoOutputModelManager.notYetAdded=Ce mod\u00E8le n'a pas encore \u00E9t\u00E9 ajout\u00E9
AlfrescoModelDialog.type=Type
AlfrescoModelDialog.addModelFailed=Echec de l'ajout du mod\u00E8le
AlfrescoModelDialog.modelTable.name=Nom
AlfrescoModelDialog.remove=Supprimer
AlfrescoOutputManager.failedLoadModel=\u00C9chec du chargement du mod\u00E8le depuis les m\u00E9tadonn\u00E9es du composant, r\u00E9initialisation.
AlfrescoOutputManager.schemaError.title=B\u0142\u0105d w schemacie
AlfrescoModelDialog.missingTypeDefinitions.msg=Wybrane typy odwo\u0142uj\u0105 si\u0119 do nieznanych typ\u00F3w lub aspekt\u00F3w Alfresco: ${0}. Podaj pliki modelu Alfresco, w kt\u00F3ych s\u0105 zdefiniowane.
AlfrescoModelDialog.missingAspectDefinitions.msg=Os aspectos escolhidos referem-se a aspecto(s) Alfresco desconhecido(s): $ {0}. Forne\u00E7a os arquivos do modelo alfresco que os define.
AlfrescoOutputManager.schemaError.title=Erro no esquema
AlfrescoModelDialog.missingTypeDefinitions.msg=O tipo escolhido refere-se ao tipo (s) ou elemento (s) Alfresco desconhecido : $ (0). Forne\u00E7a o arquivos do modelo alfresco que os define.
AlfrescoModelDialog.missingTypeDefinitions.title=Defini\u00E7\u00F5es de tipos faltando
AlfrescoModelDialog.add=Adicionar...
AlfrescoOutputModelManager.errorReadingModel=Erro lendo arquivo do modelo Alfresco
AlfrescoModelDialog.aspects=Aspectos
AlfrescoOutputManager.schemaError.msg=Sincronize o esquema primeiro
AlfrescoOutputModelManager.alreadyAdded=Este modelo j\u00E1 foi adicionado
AlfrescoModelDialog.removeModelFailed=Falha ao remover modelo
AlfrescoOutputModelManager.prefixConflict=N\u00E3o \u00E9 poss\u00EDvel adicionar o modelo. O prefixo est\u00E1 em conflito com um modelo adicionado previamente para
AlfrescoOutputModelManager.notYetAdded=Este modelo aind n\u00E3o foi adicionado
AlfrescoModelDialog.addModelFailed=Falha ao adicionar modelo
AlfrescoModelDialog.modelTable.name=Nome
AlfrescoModelDialog.remove=Remover
AlfrescoOutputManager.failedLoadModel=Falha ao carregar modelo do metadado do componente, reinicializando
BusinessAbstractParser.ValueOfLongIsExpected=\u03A4\u03B9\u03BC\u03AE \u03C4\u03CD\u03C0\u03BF\u03C5 Long \u03B1\u03BD\u03B1\u03BC\u03AD\u03BD\u03B5\u03C4\u03B1\u03B9
BusinessAbstractParser.ValueOfTypeCharacterIsExpected=\u03A4\u03B9\u03BC\u03AE \u03C4\u03CD\u03C0\u03BF\u03C5 Character \u03B1\u03BD\u03B1\u03BC\u03AD\u03BD\u03B5\u03C4\u03B1\u03B9
BusinessAbstractParser.ValueOfShortIsExpected=\u03A4\u03B9\u03BC\u03AE \u03C4\u03CD\u03C0\u03BF\u03C5 Short \u03B1\u03BD\u03B1\u03BC\u03AD\u03BD\u03B5\u03C4\u03B1\u03B9
BusinessPaletteFactory.TerminalComment=Cr\u00E9er un nouveau Terminal
BusinessAbstractParser.ValueOfShortIsExpected=Une valeur de type Short est attendue
BusinessPaletteFactory.DatabaseComment=Cr\u00E9er une nouvelle base de donn\u00E9es
AssignmentPropertySection.Comment=Commentaire
SimpleBusinessCreationWizard.NewBusinessModel=Nouveau Business Model
BusinessNewDiagramFileWizard.InvalidDiagramRootElementSelected=Un \u00E9l\u00E9ment racine de diagramme non valide a \u00E9t\u00E9 s\u00E9lectionn\u00E9.
BusinessInitDiagramFileAction.IntialNew=Initialiser nouveau
FindAssignmentAction.FindAssignments=Rechercher des affectations
BusinessInitDiagramFileAction.LoadFaild=Echec de chargement du fichier Model :
BusinessPaletteFactory.DecisionComment=Cr\u00E9er une nouvelle D\u00E9cision
BusinessAbstractParser.ValueOfDoubleIsExpected=Une valeur de type Double est attendue
OpenDiagramAction.ReadBusinessModel=Lire le Business mod\u00E8le
BusinessInitDiagramFileAction.UnableToLoadResource=Impossible de charger la ressource :
BusinessPaletteFactory.CreateEllipse=Cr\u00E9er une nouvelle ellipse
BusinessNewDiagramFileWizard.DiagramFile=Fichier du diagramme
BusinessAbstractParser.StringShortConverError=Une valeur de cha\u00EEne ne peut pas \u00EAtre convertie en valeur Short
BusinessPaletteFactory.DocuemntComment=Cr\u00E9er un nouveau document
BusinessAbstractParser.ValueOfIntegerIsExpected=Une valeur de type Integer est attendue
BusinessNewDiagramFileWizard.SelectDiagramRootElement=S\u00E9lectionner un \u00E9l\u00E9ment racine de diagramme :
BusinessNewDiagramFileWizard.SelectSemanticModelElement=S\u00E9lectionnez un \u00E9l\u00E9ment mod\u00E8le s\u00E9mantique \u00E0 repr\u00E9senter dans le diagramme
BusinessAbstractParser.StringFloatConvertError=Une valeur de cha\u00EEne ne peut pas \u00EAtre convertie en valeur Float
BusinessAbstractParser.StringValueDoesNotConvertToByteValue=Une valeur de cha\u00EEne ne peut pas \u00EAtre convertie en valeur Byte
BusinessNewDiagramFileWizard.IntialNewEcoreDiagramFile=Initialiser un nouveau fichier diagramme Ecore
BusinessAbstractParser.ValueOfLongIsExpected=Spodziewany typ Long
BusinessAbstractParser.ValueOfFloatIsExpected=Spodziewany typ Float
BusinessPaletteFactory.DataComment=Utw\u00F3rz nowe dane
CreateDiagramAction.CreateBusinessModel=Utw\u00F3rz model biznesowy
BusinessCreationWizardPage.CreatenewBusinessDiagram=Utw\u00F3rz nowy diagram biznesowy
BusinessAbstractParser.StringIntegerConvertError=Warto\u015B\u0107 typu znakowego nie mo\u017Ce by\u0107 skonwertowana na warto\u015B\u0107 typu Integer
BusinessNewDiagramFileWizard.CreateNewDiagram=Stw\u00F3rz nowy diagram na podst. {0} zawarto\u015Bci modelu
BusinessAbstractParser.StringShortConverError=Warto\u015B\u0107 typu znakowego nie mo\u017Ce by\u0107 skonwertowana na warto\u015B\u0107 typu Short
BusinessPaletteFactory.DocuemntComment=Utw\u00F3rz nowy Dokument
BusinessAbstractParser.ValueOfIntegerIsExpected=Spodziewany typ Integer
BusinessAbstractParser.StringFloatConvertError=Warto\u015B\u0107 typu znakowego nie mo\u017Ce by\u0107 skonwertowana na warto\u015B\u0107 typu Float
BusinessAbstractParser.StringValueDoesNotConvertToByteValue=Warto\u015B\u0107 typu znakowego nie mo\u017Ce by\u0107 skonwertowana na warto\u015B\u0107 typu Byte
BusinessNewDiagramFileWizard.IntialNewEcoreDiagramFile=Inicjalizuj nowy plik diagramu Ecore
BusinessAbstractParser.ValueOfLongIsExpected=\u041E\u0436\u0438\u0434\u0430\u0435\u0442\u0441\u044F \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435 \u0442\u0438\u043F\u0430 Long
BusinessAbstractParser.ValueOfTypeCharacterIsExpected=\u041E\u0436\u0438\u0434\u0430\u0435\u0442\u0441\u044F \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435 \u0442\u0438\u043F\u0430 Character
BusinessAbstractParser.ValueOfShortIsExpected=\u041E\u0436\u0438\u0434\u0430\u0435\u0442\u0441\u044F \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435 \u0442\u0438\u043F\u0430 Short
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.