* fix(TUP-30438):Issue when updating snowflake table using tELTOutput.
* fix(TUP-30438):add junits
* fix(TUP-30438):Issue when updating snowflake table using tELTOutput.
* fix(TUP-30438):Issue when updating snowflake table using tELTOutput.
* fix(TUP-30438):Issue when updating snowflake table using tELTOutput.
* fix(TUP-30458):Studio throw Unhandled event loop exception when click in
blank of the panel in "Import External Library".
* fix(TUP-30458):Studio throw Unhandled event loop exception when click in
blank of the panel in "Import External Library".
* TDI-44342 : Ignore microseconds in BigQuery datetime (#4798)
* TDI-44342 : Ignore microseconds in BigQuery datetime
* TDI-44342 : Ignore microseconds in BigQuery datetime
Fixed for BigQuerySQLRow component
* TDI-45147 : tGsCopy issue
Cherry-pick from maintenance/7.3
* TDI-45147 : tGsCopy issue
Cherry-pick from maintenance/7.3
* TDI-45014 : SFTP auth with password and public key (#6030)
* TDI-45014 : SFTP auth with password and public key
* TDI-45014 : SFTP auth with password and public key
* TDI-45014 : SFTP auth with password and public key
* TDI-45014 : SFTP auth with password and public key
Added parenthesis
* TDI-45014 : SFTP auth with password and public key
Smarter getPassword method
(#5995)
* feat(TUP-30381)Support greenplum driver for Greenplum Database in
studio
metadata
https://jira.talendforge.org/browse/TUP-30381
Conflicts:
main/plugins/org.talend.repository/plugin.xml
* remove hard code
* add dbversion for greenplum
* Add REPOSITORY_VALUE for Greenplum components
* set right dbversionString
Conflicts:
main/plugins/org.talend.repository/plugin.xml
main/plugins/org.talend.repository/src/main/java/org/talend/repository/model/migration/ChangeGreenplumDefaultDriverMigrationTask.java
* feat(TUP-30475): Test of lite studio
* feat(TUP-30475): Test of lite studio
* feat(TUP-30475): Test of lite studio
* feat(TUP-30475): Test of lite studio
* feat(TUP-30475): Test of lite studio
* feat(TUP-30475): Test of lite studio
* Revert "feat(TUP-30475): Test of lite studio"
This reverts commit ed8ebf61f9.
* feat(TUP-30475): Test of lite studio
* feat(TUP-30475): Test of lite studio
* feat(TUP-30475): Test of lite studio
Co-authored-by: Chao MENG <cmeng@talend.com>
* fix(TUP-30047): Correct classpath for tRunJob in CI mode
* feat(TUP-30047): support running dynamic jobs
* feat(TUP-30047): change location of classpath.jar if running ci test
* fix(TDI-45642): Throw an warning exception when every column is a key for update
* Refactor, deduplicate code
* fix(TDI-45642): Fix codegen error for mssql
* fix(TDI-45642): Throw an error for update on duplicate mysql
* fix(TDI-45642): Warn message instead of exception for insert or update
* fix(TUP-27695)Studio tMap can't update schema timely when set schema
from repository
https://jira.talendforge.org/browse/TUP-27695
* fix(TUP-27695)Studio tMap can't update schema timely when set schema
from repository
* fix(TUP-30043):Add a new option for tELTOracleMap to generate column
alias on selection.
* fix(TUP-30043):Add a new option for tELTOracleMap to generate column
alias on selection.
Fix: TUP-26185 Merge GIT branches - Conflict resolution - the "Compare Result" view does not display differences with a tELTMap component
https://jira.talendforge.org/browse/TUP-26185
* Fix(TDI-43939): Threads now handle interrupt calls, main thread waits for them to terminate.
* Fix(TDI-43939): Removed redundant interrupt() calls - threads are self-terminated.
* fix(TBD-11964): migration task for use local timezone (#5802)
* fix(TBD-11964): migration task for use local timezone
* fix(TBD-11964): correct date
* fix(TBD-11964): changed version
* 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
* fix(TUP-29571)Couchbase: items cannot show if parentnode is missing
https://jira.talendforge.org/browse/TUP-29571
* fix(TUP-29571)Couchbase: items cannot show if parentnode is missing
* 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
* 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-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(TDI-45362):CVE on commons-httpclient-3.1.jar
* fix(TDI-45362):refactor talend-ws with new httpclient
* fix(TDI-45362):update talend-mscrm lib to latest one.
* chore(TUP-29394)CVE on guava related jars
* update branch (#5639)
* fix(TDI-45006): correct way to fix. (#5605)
* fix(TESB-30734): Backport from patch 7.2.1 (#5469)
* fix(TDI-45331): Exit code for SSH component is not working as expected (#5598) (#5609)
* fix(TUP-29383):DBInput component miss delta lake when use TDI.license (#5525) (#5604)
* fix(TUP-29383):DBInput component miss delta lake when use TDI.license
https://jira.talendforge.org/browse/TUP-29383
Signed-off-by: jding-tlnd <jding@talend.com>
* fix(TUP-29383):DBInput component miss delta lake when use TDI.license
https://jira.talendforge.org/browse/TUP-29383
Delta lake doesn't support SP, should not list tDBSP
Signed-off-by: jding-tlnd <jding@talend.com>
* feat(TUP-29085): remove storm (#5496)
* remove storm
* remove storm
* revert some code
* fix(TDI-45310): trim the label string when log it to avoid the compiler issue(#5589) (#5614)
* fix(TDI-45135): Reuse same outputStream when 2 outputDelimited writing to the same file (#5584) (#5615)
* fix(TBD-11724): manually CPing changes from 7.2, TBD-9864 (#5599) (#5610)
* fix(TBD-11724): manually CPing changes from 7.2, TBD-9864
* fix(TBD-11724): manually CPing changes from 7.2, TBD-9864
* fix(TUP-29432): regenerate routine pom after installing jars (#5608)
* fix(TUP-29432): regenerate rounte pom after installing jars
* fix(TUP-29432): Only regenerate routine pom once after installing dependencies
* fix(TBD-11616): parameterize dataset API utilization (#5562) (#5618)
* fix(TBD-11616): parameterize dataset API utilization
* apply migration to only 7.3 and 7.4 studios
* fix for future studio versions
* fix bad merge
* fix(TBD-11616): set dataset parameter to true for job already importe… (#5620) (#5621)
* fix(TBD-11616): set dataset parameter to true for job already imported to 7.3 studios
* refacto
* fix
* fix(TESB-31294):move velocity.log to configuration folder (#5594)
Co-authored-by: wchen-talend <wchen@talend.com>
* Rlecomte/tdi 45147 t gs copy src path issue (#5623)
* TDI-45147 : tGsCopy issue
Cherry-pick from maintenance/7.3
* fix(TDI-45346):tFileFetch does not accept 202 (#5613)
* fix(TUP-28657):Wrong behavior while Job Setting project config to choose (#5597) (#5626)
* fix(TUP-28657):Wrong behavior while Job Setting project config to choose
From Database
https://jira.talendforge.org/browse/TUP-28657
Signed-off-by: jding-tlnd <jding@talend.com>
* fix(TUP-28657):Wrong behavior while Job Setting project config to choose
From Database
https://jira.talendforge.org/browse/TUP-28657
Signed-off-by: jding-tlnd <jding@talend.com>
* fix(TUP-28657):Wrong behavior while Job Setting project config to choose
From Database
https://jira.talendforge.org/browse/TUP-28657
Signed-off-by: jding-tlnd <jding@talend.com>
* fix(TUP-28657):Wrong behavior while Job Setting project config to choose
From Database
https://jira.talendforge.org/browse/TUP-28657
Signed-off-by: jding-tlnd <jding@talend.com>
* fix(TUP-28657):Wrong behavior while Job Setting project config to choose
From Database
https://jira.talendforge.org/browse/TUP-28657
Signed-off-by: jding-tlnd <jding@talend.com>
* feat(TUP-25346):tELTTeradataOutput - aliases are mandatory for (#5617)
calculated columns.
* fix(TDI-30522): second rework. (#5293)
* fix(TDI-30522): second rework.
* fix(TDI-30522): fix for connection type
* fix(TDI-30522): another connection type correction.
* fix(TDQ-18817): support context in Confidence Weight on 7.3 and 7.4 (#5606)
* fix(TUP-29693): Do not replace maven uri for context inside jarname (#5625) (#5630)
* 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
* fix(TUP-29697): fix build docker image from export job (#5631)
* chore(TUP-29381): add dependency for assembly (#5574)
* chore(TUP-29381): add dependency for assembly
* add dependency
* add to template
* Jzhang/tup 29402 cve on plexus archiver (#5624)
* chore(TUP-29402)CVE on plexus-archiver-1.0.jar and
plexus-archiver-2.1.jar
* Update pom_job_template.xml
Co-authored-by: Dmytro Grygorenko <59691438+dmytrogrygorenko@users.noreply.github.com>
Co-authored-by: Mike Yan <yanbasic@gmail.com>
Co-authored-by: wang wei <wwang@talend.com>
Co-authored-by: Jane Ding <jding@talend.com>
Co-authored-by: hzhao-talendbj <49395568+hzhao-talendbj@users.noreply.github.com>
Co-authored-by: Dmytro Sylaiev <dmytro.sylaiev@globallogic.com>
Co-authored-by: Andrii Medvedenko <49434165+amedvedenko@users.noreply.github.com>
Co-authored-by: bhe-talendbj <52311292+bhe-talendbj@users.noreply.github.com>
Co-authored-by: AlixMetivier <50327620+AlixMetivier@users.noreply.github.com>
Co-authored-by: wchen-talend <wchen@talend.com>
Co-authored-by: Richard Lecomte <rlecomte@talend.com>
Co-authored-by: pyzhou <pyzhou@talend.com>
Co-authored-by: hcyi <hcyi@talend.com>
Co-authored-by: zshen-talend <zshen@talend.com>
Co-authored-by: Dmytro Grygorenko <59691438+dmytrogrygorenko@users.noreply.github.com>
Co-authored-by: Mike Yan <yanbasic@gmail.com>
Co-authored-by: wang wei <wwang@talend.com>
Co-authored-by: Jane Ding <jding@talend.com>
Co-authored-by: hzhao-talendbj <49395568+hzhao-talendbj@users.noreply.github.com>
Co-authored-by: Dmytro Sylaiev <dmytro.sylaiev@globallogic.com>
Co-authored-by: Andrii Medvedenko <49434165+amedvedenko@users.noreply.github.com>
Co-authored-by: bhe-talendbj <52311292+bhe-talendbj@users.noreply.github.com>
Co-authored-by: AlixMetivier <50327620+AlixMetivier@users.noreply.github.com>
Co-authored-by: wchen-talend <wchen@talend.com>
Co-authored-by: Richard Lecomte <rlecomte@talend.com>
Co-authored-by: pyzhou <pyzhou@talend.com>
Co-authored-by: hcyi <hcyi@talend.com>
Co-authored-by: zshen-talend <zshen@talend.com>
* 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
* set date pattern to excel event mode parser
* use inter-exchange date pattern to avoid date lose
* set date pattern for columns inside excel parser in event mode
* add JUnit tests
* bump version simpleexcel [2.5-20201119]
* 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
* 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
* fix(TESB-29553) Publishing a route with cTalendJob from Studio and commandline gives different results
* Update DeploymentComposite.java
* Update DeploymentComposite.java
* 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>
* chore(TDI-45022): backport Apache POI update to "master"
* fix(TDI-45022): rebuild "talendMsgMailUtil" library to preserve local changes available at the branch
* 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 on premise in talend-mscrm
* feat(TDI-44950) : bump talend-mscrm version
* feat(TDI-44950) : update mscrm lib version to 20201001
* feat(TDI-44950) : Support of oauth in mscrm premise javajet connectors
* feat(TDI-44950) : some cosmetic changes
* feat(TDI-44950) : some adjustment after QA
* 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>
Co-authored-by: Zhiwei Xue <zwxue@talend.com>
* feat(TUP-28640):Improve JDBC database support framework to load (#5287)
* 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
* feat(TUP-28640):Improve JDBC database support framework to load (#5367)
supported DBs and components automatically
https://jira.talendforge.org/browse/TUP-28640
* feat(TUP-28640):Improve JDBC database support framework to load (#5368)
supported DBs and components automatically
https://jira.talendforge.org/browse/TUP-28640
* TESB-30480: Unable to utilize the Runtime datasource in DI Jobs with DB credentials blank
Select database name from process node from different properties.
* Update JobJavaScriptOSGIForESBManager.java
* Update JobJavaScriptOSGIForESBManager.java
* Update DataSourceConfig.java
* 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>
Co-authored-by: Michael Verrilli <mverrilli@talend.com>
* fix(TDI-44439): updated tables search for MySQL DB
* fix(TDI-44439): removed search in "SYSTEM TABLE"
* fix(TDI-44439): Improve fix - get catalog name from Connection.
* fix(TDI-44439): Compile errors fixed.
* fix(TDI-44439): some more corrections.
* fix(TDI-44439): avoid "" as catalog name
* fix(TDI-44439): in case dbName is null
* fix(TBD-11052): add migration task for dataset API in delimited compo… (#5036)
* fix(TBD-11052): fix dataset migration for csv value (#5051)
* fix(TBD-11052): wrong value was checked
* fix value
* 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>
Co-authored-by: hwang <hwang@talend.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.
* TESB-29322:Microservice monitoring - expose Camel metrics
* feat(TUP-27680)Can't use the database "MAPPING" parameter to decide the component UI if show (#4878)
* 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-44455) : log deps pb (#4877)
* Fix: TUP-27545 Update context var name for jdbc drivers can not be updated to job automatically. (#4883) (#4912)
Fix: TUP-27545 Update context var name for jdbc drivers can not be
updated to job automatically.
https://jira.talendforge.org/browse/TUP-27545
* fix(TDI-44506): Failed to build job on TOS (#4900) (#4917)
* fix(TDI-44167): SCD ELT components to support Databricks Delta (#4919) (#4920)
* TDI-44342 : Ignore microseconds in BigQuery datetime (#4798) (#4921)
* TDI-44342 : Ignore microseconds in BigQuery datetime
* TDI-44342 : Ignore microseconds in BigQuery datetime
Fixed for BigQuerySQLRow component
* tup-27154 update feature (#4925)
* fix(TDI-44548): tacokit components can't be loaded (#4932)
* fix(TDI-44453):tAdvancedFileOutputXML issue after upgrading to 7.3.1 (#4940)
* fix(TDI-44558):fix tJDBCSCDELT 65535 issue (#4937)
* tup-27154 update manifest (#4941)
* tup-27154 update manifest
* tup-27154 update manifest
* tup-27154 update manifest
* fix(TDI-44482): CVE: org.apache.ant:ant:1.10.1 (#4942)
* feat(TDI-44476): Add parquet support for tReshiftUnload (#4908) (#4943)
* feat(TDI-44476): Add parquet support for tReshiftUnload
* feat(TDI-44476): Hide comress property for parquet
* TMDM-14504 Fix "Use client side transaction id" (#4936)
* feat(TDI-38246): add new auth type to Google Storage family (#4945)
* fix(TDI-44561): fix compile error when dieOnError is checked (#4944) (#4946)
* feat(TDI-44466): add service account support for BulkExec and Output (#4909) (#4947)
* fix(TDI-44202): tCreateTable add support of Sybase (#4780) (#4948)
* TUP-26534 (#4813)
* TESB-29664 Random port will be used when REST Engpoint in tRESTRequest is empty (#4933)
Co-authored-by: Maksym Sheverda <maksym.sheverda@synapse.com>
* fix(TDI-44562): replace all backslashes in GS path (#4949) (#4950)
* TESB-29647 Bundle version does not use 'Custom Version' for jobs (#4930)
Co-authored-by: Maksym Sheverda <maksym.sheverda@synapse.com>
* fix(TDI-44377):fix tfileinputdelimited utf8bom issue (#4853) (#4956)
* fix(TDI-44377):fix tfileinputdelimited utf8bom issue
* fix(TDI-44377):add a checkbox
* fix(TDI-44377):skip bom to fix tfileinputdelimited
* fix(TDI-44300):skip bom to fix issue
back port those changes to master
* fix(TDI-44300):skip bom to fix issue (#4897) (#4957)
back port to master
* TESB-29285, TESB-29284 Error occurred when execute a microservice jar which is built by a tresrequest job with embedded trestclient job (#4784)
* 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>
* TDI-44448 : AWS EMR version 5.29.0 (#4914)
* TDI-44448 : AWS EMR version 5.29.0
Co-authored-by: Pierre Teyssier <pteyssier@talend.com>
* fix(TUP-27601):NPE when try to copy-paste database component inside the (#4922)
job
* fix(TUP-27588)tCreateTable data types mapping in the schema editor is (#4976)
always Mysql after dragging and dropping from database Metadata
* fix(TDI-44481): CVE: commons-beanutils:commons-beanutils:1.9.3 (#4958)
* babili-export (#4964)
Co-authored-by: root <root@tal-ip90.talend.com>
* fix(TUP-25171):Issue when using components inside Joblet. (#4963)
* TESB-29322:Microservice monitoring - expose Camel metrics
Co-authored-by: jiezhang-tlnd <40561780+jiezhang-tlnd@users.noreply.github.com>
Co-authored-by: clesaec <51320496+clesaec@users.noreply.github.com>
Co-authored-by: kjwang <kjwang@talend.com>
Co-authored-by: wang wei <wwang@talend.com>
Co-authored-by: Richard Lecomte <rlecomte@talend.com>
Co-authored-by: hzhao-talendbj <49395568+hzhao-talendbj@users.noreply.github.com>
Co-authored-by: jzhao <jzhao@talend.com>
Co-authored-by: pyzhou <pyzhou@talend.com>
Co-authored-by: Dmytro Sylaiev <dmytro.sylaiev@globallogic.com>
Co-authored-by: Pingwen Lin <pwlin@talend.com>
Co-authored-by: Roman <voievidko@gmail.com>
Co-authored-by: OleksiiNimych <59691550+OleksiiNimych@users.noreply.github.com>
Co-authored-by: msheverda-talend <53863455+msheverda-talend@users.noreply.github.com>
Co-authored-by: Maksym Sheverda <maksym.sheverda@synapse.com>
Co-authored-by: vyu-talend <49019399+vyu-talend@users.noreply.github.com>
Co-authored-by: Pierre Teyssier <pteyssier@talend.com>
Co-authored-by: hcyi <hcyi@talend.com>
Co-authored-by: nkutsubos <54281137+nkutsubos@users.noreply.github.com>
Co-authored-by: root <root@tal-ip90.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.2.0]
* 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
Co-authored-by: Maksym Sheverda <maksym.sheverda@synapse.com>
* fix(TDI-44377):fix tfileinputdelimited utf8bom issue
* fix(TDI-44377):add a checkbox
* fix(TDI-44377):skip bom to fix tfileinputdelimited
* fix(TDI-44300):skip bom to fix issue
back port those changes to master
* 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(TUP-27607)Metadata Database connection with special
characters(double quote) in the password
https://jira.talendforge.org/browse/TUP-27607
* fix(TUP-27607)Metadata Database connection with special
characters(double quote) in the password
When parsing a mail and requesting for a header field that is not present, the "getHeader" function will return a null value witch is the expected behavior.
In the case the "Multi Value" option is checked for a field, the previous code wasn't checking for null value before trying to loop on the field, witch was causing a java.lang.NullPointerException when trying to get the length of the array.
* fix(TDI-44281): NoClassDefFound for tSetProxy
* Use slf4j instead of log4j in talend-proxy lib
* fix(TDI-44281): NoClassDefFound for tSetProxy
* Update talend-proxy lib version in components
* fix(TDI-44281): NoClassDefFound for tSetProxy
* Update talend-proxy lib for download during build process
Co-authored-by: Dmytro Chmyga <dmytro.chmyga@synapse.com>
Co-authored-by: Dmytro Chmyga <dmytro.chmyga@synapse.com>
* fix(TDI-44171): Observability: Add "Component" label to
component-related events
* fix(TDI-44172): Observability: Create new "component execution" event
and emit it frequently
* fix(TDI-44172): correct name
* fix(TDI-44172): fix some issue
* fix(TDI-44306): adjust the audit event log integration in studio
* fix(TDI-44306): fix the build on javac of java 11
* use a more clear method name and context name
* fix(TDI-44306): adjust the audit event log integration in studio
* fix(TDI-44172): not use camel name way for context
* fix the group name to avoid tuj down risk
* feat(TUP-27259)Change default driver to Microsoft official for MSSql in
Metadata
https://jira.talendforge.org/browse/TUP-27259
* Update plugin.xml
* feat(TUP-27259)Change default driver to Microsoft official for MSSql in
Metadata
https://jira.talendforge.org/browse/TUP-27259
* feat(TUP-27259)Change default driver to Microsoft official for MSSql in
Metadata
* Tup-27070
ELT component configuration to create an UPDATE Statement
* TUP-27070 addjunit for dbgeneratio manager
* TUP-27070 do some fix and add junit for mssql
* TUP-27070 improve some code
* TUP-27070 improve code
* fix(TDI-44174): Component manager is not thread safe
- this fixes the case when run as independent job is checked and the
m2.repository automatically defaults to user's m2 in exported job.
- issue on singleton will be fix by component-runtime upgrade.
* fix(TDI-44174): relocate the property as first parameter
* Fix(TDI-30505): Do not log if no autocommit.
* Fix(TDI-30505): Change by request of code reviewer
* Fix(TDI-30505): Missed comps added, var name fixed
* Fix(TDI-30505): Typo fixed.
* Fix(TDI-30505): Some more corrections
* fix(TDI-44174): Component manager is not thread safe
- this fixes the case when run as independent job is checked and the
m2.repository automatically defaults to user's m2 in exported job.
- issue on singleton will be fix by component-runtime upgrade.
* feat(TDI-44179):support copy command in Azure synapse bulk load
* fix(TDI-44179):create table options
* fix(TDI-44179):add column to source field mapping
* fix(TDI-44179):change some parameter to list
* fix(TDI-44179):change default load method and add migrationtask
* fix(TDI-44179):only show "error file location" for csv file format
* fix(TDI-44179):fix some issue
* hide error file location for shared access key
* support context for field index
* correct sas token field
* bugfix(TUP-26186):Use of the operators =, <=, <, >=, >, <> instead of
EQ, LE, LT, GE, GT, NE
* bugfix(TUP-26186):Use of the operators =, <=, <, >=, >, <> instead of
EQ, LE, LT, GE, GT, NE
* bugfix(TUP-26186):Use of the operators =, <=, <, >=, >, <> instead of
EQ, LE, LT, GE, GT, NE
* feat(TCOMP-1681): OSGi export
* feat(TCOMP-1681): OSGi export
* feat(TCOMP-1681): add REPLACE_EXISTING option for plugins.properties
* feat(TCOMP-1681): fix resource filtering
* feat(TCOMP-1681): add new resources to assembly for OSGi
* feat(TCOMP-1681): fix missing deps in microservice export
- some refactorings
- now we add the dep jars from TALEND-INF/dependencies.txt to MAVEN-INF
* feat(TCOMP-1681): add TaCoKit dependency service
* feat(TCOMP-1681): chore export dependency exporter
* feat(TCOMP-1681): add TaCoKit dependency service
- refactor and cleanup code
* feat(TCOMP-1681): class isolation
- refactor and cleanup code
* fix(TDI-43931): Convert long as date from context args
* fix(TDI-43931): Update file root to be up to date
* fix(TDI-43931): Implement fix for tRunJob
* fix(TDI-43931): Mention string parse exception in log warn
* fix(TDI-44070): Unable to execute the job, receiving "Failed to generate code." when using tAmazonRedshiftManage component.
* fix(TDI-44070): Unable to execute the job, receiving "Failed to generate code." when using tAmazonRedshiftManage component.
* CreateTable component should use given connection
* fix(TUP-23956)CreateTable component should not to use JDBC connection
* fix(TUP-23956)CreateTable component should not to use JDBC connection
* fix some metadata connection could not select tCreateTable when drag and
drop
* fix(TUP-23956)CreateTable component should not to use JDBC connection
* Fix(TDI-31598): Surrounded by "if" clause to avoid duplicate insertion.
* Fix(TDI-31598): experimental - don't put connection into map (always duplicate?)
* Removed excessive connection addition from all sql db components.
* Experimental: if clause.
* Added globalMap.put(conn) into HelpClass.
* Fix(TDI-31598): Added connection entry for tOracle and tAmazonOracle components
* Fix(TDI-31598): Fixing PR
* feat(TDI-39575): Add AD auth support for AzureSynapse
* feat(TDI-39575): Add AD Auth support for MsSQL components
* feat(TDI-39575): Provide AD feature for tCreateTable
* fix(TDI-43995): Support listing any path and file
* fix(TDI-43995): Updated Apache Commons Lang library and added diamond operator
* fix(TDI-43995): Remove Apache Commons Lang library
* fix(TUP-26388)Amazon Redshift Driver class not working with Implicit
Context
* fix(TUP-26388)Amazon Redshift Driver class not working with Implicit
Context
* fix(TUP-26476)tELTMap Group By in Where Clause (#4542)
* fix(TUP-26476)tELTMap Group By in Where Clause
* fix(TUP-26476)tELTMap Group By in Where Clause
Co-authored-by: hwang <hwang@talend.com>
* fix build fail
Co-authored-by: hwang <hwang@talend.com>
* fix(TUP-26580):DI job with Big Data components fail when using the
custom hadoop conf file location feature.
* fix(TUP-26580):DI job with Big Data components fail when using the
custom hadoop conf file location feature.
* feat(TDQ-17743) use LicenseKey field in DQ components
* feat(TDQ-17743) use LicenseKey field in DQ components
* feat(TDQ-17743) use LicenseKey field in DQ components
* fix(TDI-43810): Fix for xml component
* fix(TDI-43810): Do not ignore service attr when checkbox is hidden
* fix(TDI-43810): Use hashset instead of arraylist
* fix(TDI-43810): Minor refactoring
* fix(TUP-26075)Always can not find jdbc class
* fix(TUP-26075)Always can not find jdbc class
* fix(TUP-26075)Always can not find jdbc class
* fix(TUP-26075)Always can not find jdbc class
* fix(TDI-42951): Improved query execution for Result size Auto
* Remove code duplication, omitt _<%cid%> from local variables, refactor methods in ServiceAccountBigQueryUtil class
* Indentations reduced to a single style
* fix(TDI-42951): Fixed formating and Fixed caching
* feat(TDI-43719):rename tSQLDWHXXX component to tAzureSynapseXXX
* feat(TDI-43719):rename the reference
* feat(TDI-43719):support adls gen2 in tAzureSynapseBulkExec
* feat(TDI-43719):add migration task
* feat(TDI-43719):change the family name
* change the family name and i18n which include DWH
* TDI-43764 : MsSQL NVARCHAR
Use setNString method for NVARCHAR and NCHAR columns only for MS driver
* TDI-43764 : MsSQL NVARCHAR
Use setNString method for NTEXT columns only for MS driver
* fix(TDI-43619): Null Value Treated as <TALEND_NULL> in Subjob
* fix(TDI-43619): fix for all types to avoid the parse warn log or message
when null
* fix the compiler issue for password field
* TDI-43764 : MsSQL NVARCHAR
Use setNString method for NVARCHAR and NCHAR columns
* TDI-43764 : MsSQL NVARCHAR
Use setNString method for NVARCHAR and NCHAR columns
* fix(TUP-26223): Remove lower version of artifact from classpath
* fix(TUP-26223): Construct key based on group and artifactid
* fix(TUP-26223): Fix test case failures
* fix(TUP-26223): Fix test case failures
* TDI-43510 : MySQL Driver upgrade
* TDI-43510 : MySQL Driver upgrade
* TDI-43510 : MySQL Driver upgrade
* TDI-43510 : MySQL 8 driver update
Fixed XML
* TDI-43510 : MySQL 8 driver upgrade
added allowLoadLocalInfile=true in tMysqlConnection and tMysqlRow
* TDI-43510 : MySQL 8 driver upgrade
added allowLoadLocalInfile=true in tMysqlConnection and tMysqlRow
* fix(TDI-43295): Support Oracle 19c in Studio DI
* fix(TDI-43295): Support Oracle 19c in Studio DI
* fix(TDI-43295): Support Oracle 19c in Studio DI. Revert messages for different languages
* fix(TDI-43295): Support Oracle 19c in Studio DI. move from 'oracle 19' to 'oracle 18 and above'
Co-authored-by: Roman <rvoievidko@talend.com>
* bugfix(TUP-26031):Cannot connect successfully for mongDB which is
created from 721
* bugfix(TUP-26031):Cannot connect successfully for mongDB which is
created from 721
* bugfix(TUP-26031):Cannot connect successfully for mongDB which is
created from 721
* fix(TDI-43610) : jsonutil keep decimal even if 0
* fix(TDI-43610) : jsonutil bump version to 2.4.5-talend
* fix(TDI-43610) : bump to json-lib-talend 2.4.5
* fix(TDI-43610) : bump to json-lib-talend 2.4.5
* fix(TDI-43610) : jsonutil keep decimal even if 0
* TUP-25985 TOS: No need to pop up install plugin page when switch from
online help to offline help.
https://jira.talendforge.org/browse/TUP-25985
* fix(TUP-25985):TOS: No need to pop up install plugin page when switch
from online help to offline help.
Co-authored-by: wchen-talend <wchen@talend.com>
* fix(TUP-25714)Table selector and guess schema is not working for Oracle
ADW
* fix(TUP-25714)Table selector and guess schema is not working for Oracle
ADW
* fix(TUP-25714)Table selector and guess schema is not working for Oracle
ADW
* fix(TUP-25714)Table selector and guess schema is not working for Oracle
ADW
* fix(TUP-25714)Table selector and guess schema is not working for Oracle
ADW
* fix(TUP-25714)Table selector and guess schema is not working for Oracle
ADW
* fix(TUP-25714)Table selector and guess schema is not working for Oracle
ADW
* fix(TUP-25714)Table selector and guess schema is not working for Oracle
ADW
Dataservices are always published as OSGI bundles without taking care of
the Job defined build type. With this fix, DS with build type
"Microservice" will be built and published with the appropriate format.
* workItem(TUP-21195)replace all forms of subjob with subJob
* workItem(TUP-21195)replace all forms of subjob with subJob
* workItem(TUP-21195)replace all forms of subjob with subJob
* feat(TUP-25226): Make the hadoop conf jar path a contextualizable
parameter in the Hadoop conf wizard
https://jira.talendforge.org/browse/TUP-25226
* fix(TUP-25585): [BUG]Data viewer failed for HDFS
https://jira.talendforge.org/browse/TUP-25585
* feat(TUP-25226): Make the hadoop conf jar path a contextualizable
parameter in the Hadoop conf wizard
https://jira.talendforge.org/browse/TUP-25226
* feat(TUP-25226): Make the hadoop conf jar path a contextualizable
parameter in the Hadoop conf wizard
https://jira.talendforge.org/browse/TUP-25226
* feat(TUP-25226): Make the hadoop conf jar path a contextualizable
parameter in the Hadoop conf wizard
https://jira.talendforge.org/browse/TUP-25226
* Revert "feat(TUP-25226): Make the hadoop conf jar path a contextualizable parameter in the Hadoop conf wizard"
This reverts commit b04d1bdca4.
* Revert "feat(TUP-25226): Make the hadoop conf jar path a contextualizable parameter in the Hadoop conf wizard"
This reverts commit 0fd1ce627b.
* Revert "feat(TUP-25226): Make the hadoop conf jar path a contextualizable parameter in the Hadoop conf wizard"
This reverts commit 434c102f8c.
* feat(TDI-42591): bigquery dynamic column support
* Add helpers for bigquery input components
* feat(TDI-42591): bigquery dynamic column support
* Add dynamic column support to bigquery input component
* feat(TDI-42591): bigquery dynamic column support
* Add dynamic column support for bigquery output component
* feat(TDI-42591): bigquery dynamic column support
* Fix PR comments
* feat(TDI-42591): bigquery dynamic column support
* Fix fixed component name issue
* feat(TDI-42591): bigquery dynamic column support
* Add support of geography type
* Add support of numeric type
* Fix bytes type support
* feat(TDI-42591): bigquery dynamic column support
* Fix OAuth null objects issue
* Fix byte array service account issue
* feat(TDI-42591): bigquery dynamic column support
* fix compilation error
* feat(TDI-42591): bigquery dynamic column support
* Exclude record type from table creation for OAuth
* feat(TDI-42875): Upgrade google dataproc
* Add region enum
* Update zones
* Make file property use file widget
* feat(TDI-42875): Implement generated code for feature
* feat(TDI-42875): Remore IF in required operator
* feat(TDI-42875): Use region for stopping cluster either
* feat(TDI-42875): Add commons-codec in dependencies
* fix(TUP-25702)TOS:Log4j:cannot print info on console when run job
https://jira.talendforge.org/browse/TUP-25720
* fix(TUP-25702)TOS:Log4j:cannot print info on console when run job
* fix(TDQ-17709): create number limit text controller
* fix(TDQ-17709): improve code and add some lost modify
* fix(TDQ-17709): improve the code about the limit
* fix(TDQ-17709): remove unused code
* fix(TUP-25338)Run job use sap miss jar slf4j-api-1.7.16 and there is no
pop up let me download or browse in.
https://jira.talendforge.org/browse/TUP-25338
* fix(TUP-25338) avoid multiple versions
* avoid multiple module versions
* remove the same version jar only about slf4j-api
* remove the same version jar only about slf4j-api
* avoid multiple versions of slf4j-api
* chore(TDI-40449): removed unused jars
* chore(TDI-40449): add version to jars w/o version
* revert(TDI-40449): remove external_sort jar
* Revert: chore(TDI-40449): removed external_sort.jar
* chore(TDI-40449): remove external_sort
* chore(TDI-40449): remove jnp-client and talend-bigdata-launcher
* chore(TDI-40449): fix maven paths
* chore(TDI-40449): restore boxjavalibv2-v3.0.10.jar
* chore(TDI-40449): restore talend-webservice-input-1.0.0-20170301.jar
* chore(TDI-40449): restore geopip
* chore(TDI-40449): restore talend-bigdata-launcher-1.1.0-20160405.jar
* chore(TDI-40449): bump ws-commons-util
* chore(TDI-40449): restore tMom jars needed
* fix(TDI-40449) : prepare servicenow for publishing
- force maven-deploy-plugin to 2.8+
- bump version to 1.0.1
- reformat code to Talend standard
- add license header
- remove main method containing credentials(not critical)
* chore(TDI-40449): fixup some components
* chore(TDI-40449): mavenized google-storage-utils
* chore(TDI-40449): cleaning talendssl ant file
* chore(TDI-40449): reverting changes
- SugarCRM is deprecated and will be removed in this release
* chore(TDI-40449): fix version typo/group for asm
* chore(TDI-40449): rename google storage utils
* chore(TDI-40449): fix dependencies to the future google-storage-utils
- will be built during https://jira.talendforge.org/browse/TDI-43489
* chore(TDI-40449): fix javassist GAV dependency
* chore(TDI-40449): fix GAV for tMOM/tWebService
- revert change on tWebService_java.xml
- fix GAV for accuracy on tMOM
* chore(TDI-40449): remove last jars
- See https://jira.talendforge.org/browse/TDI-43490
* chore(TDI-40449): fix url
* chore(TDI-40449): distribution management needed for google storage utils on ci-common
* chore(TDI-40449): cleaning xml files
* chore(TDI-40449): update copyright
* chore(TDI-40449): last clean
- i swear
Co-authored-by: Pierre Teyssier <pteyssier@talend.com>
* fix(TUP-25382):More than one dialog pop up when quickly click the button
more than once.
* fix(TUP-25382):More than one dialog pop up when quickly click the button
more than once.
* bugfix(TUP-24029):[FTP] Connection wizard add timeout property (#3864)
bugfix(TUP-24029):[FTP] Connection wizard add timeout property
* feature(TUP-24029): [FTP] Connection wizard add timeout property
* feature(TUP-24768):[bug] no unit for timeout parameter for ftp wizard.
* feature(TUP-24768):[bug] timeout value support to type non-digit.
* feature(TUP-24768):[bug] timeout value support to type non-digit.
* feat(TDI-43095): improve set section for tELTTeradataOutput
* feat(TDI-43095): improve SET section for tELTOutput generic
* feat(TDI-43095): extend logic for USE_UPDATE_STATEMENT, fix typo
* feat(TDI-43095): make changes according to PR comments
* avoid loop method
* fix(TUP-25572)avoid loop method to improve performance
* avoid loop method to improve performance
* update junits
* fix jar start with "talend-bigdata"
* fix(TUP-25541)bridge jar not included in class path for log4j1 jar
needed in child process but not in father's.
* update class path order of log4j
* fix dateviewer error on oracle db
* fix data viewer, and conflict spark-assembly jar and log4j jar
* update class path order for spark-assembly
* avoid repeating for child module and refactor code
* refactor code for sort class path
* add junits
* fix tuj tMap_04_persistence_04_n_lookups
* fix(TUP-24625):Implement jobs lazy migration.
* fix(TUP-24625):When/If lazy migration will be done following fix won't
be needed anymore on TUP-21055 .
* fix(TUP-24625):remove job migration code when start-up if implement lazy
migration.
* fix(TUP-24625):remove migration code when start-up if implement lazy
migration.
* fix(TUP-24625):improve to implement lazy migration.
* feat(TDI-40351): Add alternative schema name
* Add "use alternative schema" property for db output components
* feat(TDI-40351): Add alternative schema name
* Move alternate schema to advanced settings
* Rename alternate schema properties
* feat(TDI-40351): Add alternative schema name
* fix problems for ParAccel, PostgreSql, PostgresPlus, Redshift
* feat(TDI-40351): Add alternative schema name
* Remove schema field when use existing connection is checked
* feat(TUP-24651)Add choice between log4j and log4j2 in project settings
* add warnings
* fix(TUP-25319): When we deactivate the log4j option, DI need use default
jars log4j2 needed
* remove system property and enable the feature by defult
* fix(TUP-25222)NoClassDefFoundError is thrown when switch between 2 log4j
versions for tRunJob if Use independent Process is checked
* add dialog for log4j version changed
* issue of tRunjob with unactivate log4j
* fix junit for log4j
* fix issue:get error when config match rules on TDM component
"tMatchGroup"
* fix log4j default issue for new project
* feat(TUP-24382)Enable HTTPS with authentication
* feat(TUP-24382)Enable HTTPS with authentication
* feat(TUP-24382)Enable HTTPS with authentication
* feat(TUP-24382)Enable HTTPS with authentication
* fix(TDI-43266): Studio returns exit code 0 when OutOfMemoryError in
routine occurs
* fix(TDI-43266): main thread should stop at once when subthread throw
outofmemory error
* fix(TDI-33262): Support for Apache Log4j2
* use release version
* fix(TDI-43101): [Research] Generate a sample logging file for runtime
lineage
* fix(TDI-43101): fix it
* fi something
* add a system property to disable this feature
* fix(TDI-41651): Provide possibility to specify alias for output table ELT
* Do the same fix as mssqlELT
* Small refactoring for query codeGen
* fix(TDI-41651): Fix issues
* Correct notion in javaxml file
* Rename cleanUp method
* Use stringUtils in alias for input table
* fix(TDI-41651): Add getters for inner class
* fix(TDI-41651): Add missing property in pom.xml
* fix(TDI-41651): Add missing i18n label
* fix(TDI-41651): Remove use alias for output field
* fix(TDI-41651): Fix conflicts
* feat(TUP-24894)add some bridge jars mostly for DB
* feat(TUP-24894)add library
* feat(TUP-24894)add some jar mostly for TBD needs
* feat(TUP-24894)add some jar mostly for DB needs
* feat(TUP-24894)add some jar mostly for DB needs
* feat(TUP-24894)add junits
* feat(TUP-25035)Implicit tContextLoad feature (with selection from file)
uses a hardcoded encoding of ISO-8859-15
* bugfix(TUP-25035)Implicit tContextLoad feature (with selection from
file) uses a hardcoded encoding of ISO-8859-15
* bugfix(TUP-25035)Implicit tContextLoad feature (with selection from
file) uses a hardcoded encoding of ISO-8859-15
* bugfix(TUP-25035)Implicit tContextLoad feature (with selection from
file) uses a hardcoded encoding of ISO-8859-15
* bugfix(TUP-25035)Implicit tContextLoad feature (with selection from
file) uses a hardcoded encoding of ISO-8859-15
* fix(TDI-39084): fail to get sap table parameter for tsapbapi and throw
NPE
Conflicts:
main/plugins/org.talend.repository/plugin.xml
* correct the version after merge origin/master
* fix migration
* fix(TDI-43058):tFileFetch apply trustStore
* Add support for Trust Store
* The password of truststore and keystore can be empty.
* fix(TDI-43058):remove catch
* Revert "fix(TDI-43058):remove catch"
This reverts commit 542547ca40.
* fix(TDI-43058):throw IOException
* fix throw error
* fix(TDI-41794): Fix processing null strings json-lib
* fix(TDI-41794): Remove extra files
* fix(TDI-41794): Rename default standard to legacy
* fix(TDI-41794): Fix WriteJSON component to reuse library
* Add dropdown list propety
* fix(TDI-41794): Add a migration task
* chore(TDI-41794): Add missing copyright in migration class
* fix(TDI-41794): Use StringBuilders in toString methods
* Avoid of using StringBuffers where not needed
* chore(TDI-41794): Minor refactoring for JSONUtils
* fix(TDI-41794): Fix null processing for nested json
* fix(TDI-41794): Update writeJsonField dependency
* fix(TDI-41794): Fix null strings for save root node
* Fix null strings for arrays
* fix(TDI-41794): Fix null string processing for arrays with jsonObject
* fix(TDI-41794): Fix tExtractJSONField dependency
* Fix writeJsonField java.xml file format
* fix(TDI-41794): Change adv param line number
* fix(TDI-41794): Bump the library version
* fix(TDI-41794): Fix UI to use checkbox
* Change code generation to use checkbox
* Correct the lib version
* fix(TDI-41794): Fix migration task
* fix(TDI-41794): Remove debug information
* fix(TDI-41794): Fix merge conflict
* fix(TDI-41794): Correct plugin.xml file
* fix(TDI-41794): Don't wrap nulls when checkbox is hidden
* fix(TDI-41794): Fix compile error on component when JSON is array
* Fix(TDI-43073&TDI-42135):fix some issues.
* Fix(TDI-43073):fix some issues
* Fix(TDI-43073):Fix for reopen.
* Fix(TDI-43073):recommit the omitted file.
* methods added to know if tMap can work in dataset or not
* Update MapperComponent.java
remove commented code
* refacto
* refacto
* delete commented code
* refacto
* fix case when there is only one input to tMap
* Update MapperComponent.java
* methods added to know if tMap can work in dataset or not
* Update MapperComponent.java
remove commented code
* refacto
* refacto
* delete commented code
* refacto
* TESB-27139:"Could not find the context Default" is shown in runtime when
deploy a route into runtime
* TESB-27139:"Could not find the context Default" is shown in runtime when
deploy a route into runtime
* TESB-27139:"Could not find the context Default" is shown in runtime when
deploy a route into runtime
* fix(TESB-24597): Fixed OSGi job build missing OSGI-INF folder issue
* TESB-26736:DS OSGi bundles are failing on runtime after the docker patch
* fix (TESB-25283): backport docker esb fixes to master
* fix(TESB-27046): Job run failed with pure DI license in studio
* fix(TDI-43065): tDTDValidator fails with tDTDValidator_1 Invalid byte 2 of 3-byte UTF-8 sequence when XML file encoded in UTF-8 contains multi-bytes characters
* fix(TDI-43065): tDTDValidator fails with tDTDValidator_1 Invalid byte 2 of 3-byte UTF-8 sequence when XML file encoded in UTF-8 contains multi-bytes characters
* fix(TDI-43065): tDTDValidator fails with tDTDValidator_1 Invalid byte 2 of 3-byte UTF-8 sequence when XML file encoded in UTF-8 contains multi-bytes characters. Change default encoding to system's 'file.encoding'
* TESB-27139:"Could not find the context Default" is shown in runtime when
deploy a route into runtime
* TESB-27139:"Could not find the context Default" is shown in runtime when
deploy a route into runtime
* chore(TDI-42791): Refactor creation connection ftp
* chore(TDI-42791): Fix compile error after refactoring
* feat(TDI-40977): Add use global or local proxy properties
* feat(TDI-40977): Change UI in tSetProxy
* feat(TDI-40977): Add lib dependency to the tSetProxy component
* feat(TDI-40977): Save default proxy selector to use job-scope
* feat(TDI-40977): Modify tSetProxy component to reuse talend-proxy lib
* feat(TDI-40977): Disable FTP proxy when not global settings used
* Add http-proxy support for SFTP (as an example)
* feat(TDI-40977): Apply proxy feature for FTPS and SFTP connection
* feat(TDI-40977): Move thread-specific to advanced properties
* fix(TDI-40977): Fix footer conflicts
* chore(TDI-40977): Fix indentation
* feat(TDI-40977): Include proxy jar to studio build
* feat(TDI-40977): Fix incorrect master merge
* feat(TDI-40977): Fix proxy lib dependency for ftp components
* feat(TDI-40977): Fix tSetProxy ui row numbers
* feat(TDI-40977): Fix proxy selection for FTPS and SFTP
* feat(TDI-40977): Support basic https auth
* feat(TDI-40977): Fix request old apache-commons lib
* feat(TDI-40977): Add talend-proxy library
* feat(TDI-40977): Correct dep conflict with loggers
* feat(TDI-40977): Add posibility to use all-threads setting
* feat(TDI-40977): Add method to get proxy
* feat(TDI-40977): Support port -1 as port mask
* feat(TDI-40977): Remove redundant optional in interface
* feat(TDI-40977): Make library thread-safe
* feat(TDI-40977): Unsnaphot version
* fix(TDI-40977): Fix arrayindexofbounds when port is not specified
* feat(TDI-40977): Fix thread-scoped issue
* fix(TDI-40977): Fix NPE on java11 with commons-lang
* bugfix(TUP-24728):Date and Time is not displaying when the Preferred
Language is French
* bugfix(TUP-24728):Date and Time is not displaying when the Preferred
Language is French
* bugfix(TUP-24728):Date and Time is not displaying when the Preferred
Language is French
* bugfix(TUP-24728):Date and Time is not displaying when the Preferred
Language is French
* fix(TDI-43010): [ADLSgen2] Short term solution for columns selector in Studio. Hide 'CSV schema'field
* fix(TDI-43010): [ADLSgen2] Short term solution for columns selector in Studio. Hide 'CSV schema'field
* fix(TDI-43010): [ADLSgen2] Short term solution for columns selector in Studio. Hide 'CSV schema'field. Refactoring
* fix(TDI-43010): [ADLSgen2] Short term solution for columns selector in Studio. Hide 'CSV schema'field. Add Output component check
* Fix(TDI-41289):Add reuse tS3Connection.
* Fix(TDI-41289):Fix a bug in UI.
* Fix(TDI-41289):Fixed can't not use existing connection and Assume Role
at the same time.
* Fix(TDI-41289):Make Encrypt hidden when use existing connection.
* Fix(TDI-41289):Make the code more elegant.
* Fix(TDI-41289):optimize code and fix UI issues.
* Fix(TDI-41289)
* Fix(TDI-41289):Fix the presentation logic of Encrypt.
* Fix(TDI-41289):Fix a logical issue in tROBE
* fix(TUP-24680)Context variable type disappears after changing default
context environment
* fix(TUP-24680)Context variable type disappears after changing default
context environment
* fix(TUP-24680)Context variable type disappears after changing default
context environment
* fix(TUP-24680)Context variable type disappears after changing default
context environment
* Feat TDQ-17291
Retrieve records "rejected" by the tPatternUnMasking component in DI job
* feat(TDQ-17291): fixed the issue after the migration will have a warn
icon show on the component icon
* fix(TDQ-17291): improve the migration about tPatternMasking and
tPatternUnMasking component
* fix(TUP-23558):TaCoKit not delete child datasets if delete datastore.
* fix(TUP-23558):improve for TaCoKit not delete child datasets if delete
datastore.
* fix(TUP-23558):improve for TaCoKit not delete child datasets if delete
datastore.
* fix(TUP-23558):TaCoKit not delete child datasets if delete datastore.
* fix(TUP-23558):TaCoKit not delete child datasets if delete datastore.
* fix(TUP-23558):improve taCoKit not delete child datasets if delete
datastore.
* fix(TUP-23558):improve for TaCoKit not delete child datasets if delete
* fix(TDI-42187): Fix Double Checked Locking in GlobalResource
* fix(TDI-42187): use more readable method
* fix(TDI-42187): use more readable method
* fix(TDI-42187): adjust the java compiler level in pom file to make the
java 8 style code works and now master use java 8, not promise java 7,
so it is ok
* feat(TUP-24028)Add Azure datacenter part of the studio connection
* feat(TUP-24028)Add Azure datacenter part of the studio connection
* feat(TUP-24028)Add Azure datacenter part of the studio connection
This dev adds the opportunity to externalise osgi-exclude.properties
resource file from org.talend.repository bundle better than using the
one included in org.talend.repository budle jar file.
* feat(TDI-40462): add common changes
* feat(TDI-40462): update db2 template with custom end date
* feat(TDI-40462): update mysql template with custom end date
* feat(TDI-40462): update postgres template with custom end date
* feat(TDI-40462): update sap hana template with custom end date
* feat(TDI-40462): update sybase template with custom end date
* feat(TDI-40462): update teradata template with custom end date
* feat(TDI-40462): update vertica template with custom end date
* feat(TDI-40462): update property name and i18n message
* feat(TDI-40462): fix wrapping parameter name
* feat(TDI-40462): fix teradata quote close
* feat(TDI-40462): fix oracle template parameter name
* feat(TDI-40462): remove extra whitespace, add where it is needed
* TDI-40560 : specify ACL when putting file or create bucket
* TDI-40560 : correction from qiyan liu comments
* feat(TDI-40560) : fix Canonical ID in context and move to advanced
* feat(TDI-40560) : support ACL on email
* feat(TDI-40560) : keep the same ACL order as in amazon
* feat(TDI-40560) : Add logs on ACL
* fix(TDI-42689) : prefer BigDecimal for float&double
* fix(TDI-42689) : double precision is usually enough
* fix(TDI-42689) : Upgrade all to json-lib-2.4.2-talend
* fix(TUP-20936):No properties validation for tcomp components in compile
time.
* fix(TUP-20936):No properties validation for tcomp components in compile
time.
* fix(TDI-42443): tRunJob component - Enabling custom JVM params for
independent child jobs
* fix(TDI-42443): make the generated code shorter
* fix(TDI-42443): rename var to make more easy to understand
* fix(TDI-42443): adjust something
* fix(TDI-42443): tRunJob component - Enabling custom JVM params for
independent child jobs
* fix(TDI-42443): refix the tRunJob by the new api
* Revert "fix(TDI-42443): refix the tRunJob by the new api"
This reverts commit 94792b0faa.
* fix(TDI-42443): need to allow user to overwrite the child job vm
parameter which is not set by user, but by Talend, for example :
"-Dfile.encoding=UTF-8" is set by Talend for encoding issue, not set by
user in the Run page. If user check "overwrite jvm parameters" in
trunjob and set "-Dfile.encoding=GBK" in the vm parameters table in
trunjob, will only add "-Dfile.encoding=GBK" to vm parameters, mean
overwrite the one set by Talend
* fix(TDI-42443): use the foreach
* Fix(TDI-32477):Always lowercase column's name of postgres when create
table
* Fix(TDI-32477):Always lowercase column's name and table in Postgresql
* Fix(TDI-32477):Enable when the type is Dynamic
* Fix(TDI-32477):Dynamic column includes the part of columns
* Fix(TDI-32477)
* Fix(TDI-32477):fix the two bugs in comment
* Fix(TDI-40237):Add new regions to tS3Connection
* Fix(TDI-40237):Add new regions
* Fix(TDI-40237):Further modifications
* Fix(TDI-40237)
* Fix(TDI-40237)
* Fix(TDI-40237)
* Fix(TDI-40237):tS3XXX
* feat(TDQ-17177): support "RAW" output flow for tPatternMasking component
* feat(TDQ-17177): added new output flow "FLOW_OUTPUT" to support
propagate scheam change
* Fix(TDI-40237):Add new regions to tS3Connection
* Fix(TDI-40237):Add new regions
* Fix(TDI-40237):Further modifications
* Fix(TDI-40237)
* Fix(TDI-40237)
* Fix(TDI-40237)
* Fix(TDI-40237):tS3XXX
* Fix(TDI-40237):Remove new region China (Ningxia)
* Ensure monitoring feature can rely on system properties to configure the audit logger and does not hardcode a local file name+location+maxsize
* support system property monitoring even when no arg is passed to the main
* feat(TDI-41662): add PASSWORD property
* feat(TDI-41662): set PASSWORD property visible only for Excel 2007++
* feat(TDI-41662): add password decryption in Talend ExcelReader wrapper
- warning this is an external lib
* feat(TDI-41662): bump simpleexcel lib release to latest updates
- not sure that MANIFEST.MF should be updated but once build there was
no changes to it, so in case of...
* feat(TDI-41662): implement decryption in javajet
* feat(TDI-41662): add properties to tFileOutputExcel
* fix(TDI-41662): correct gav
* fix(TDI-41662): bump simpleexcel version
* fix(TDI-41662): add password protection on writing excel file
* fix(TDI-41662): bump talendExcel version
* fix(TDI-41662): add password protection on writing excel file (javajet)
* feat(TDI-41662): close workbook when not protected
* feat(TDI-41662): fix some stuff about tFileOutputExcel
* feat(TDI-41662): remove old parse methods to ExcelReader
* feat(TDI-41662): close workbook in any cases
* feat(TDI-41662): use agile encryption mode only in TalendExcel
* feat(TDI-41662): use agile encryption mode only in javajet comp
* feat(TDI-41662): merge master and bump TalendExcel version
* feat(TDI-41662): fix classpath version for TalendExcel
- not sure that's necessary but...
* fix(TUP-21687):Table value is not visible after filling component
properties from metadata.
* fix(TUP-21687):add/update junits for Table value is not visible after
filling component properties from metadata.
* fix(TUP-21687):add/update junits for Table value is not visible after
filling component properties from metadata.
* TESB-24597:Docker Support for Microservice - CI Part
* TESB-24597:Docker Support for Microservice - CI Part
* TESB-24597:Docker Support for Microservice - CI Part
* fix(TUP-23898):Create new plugin for junit tests of tacokit
studio-integration.
* fix(TUP-23898):Create new plugin for junit tests of tacokit
studio-integration.
* fix(TUP-23898):Create new plugin for junit tests of tacokit
studio-integration.
* fix(TUP-23898):Create new plugin for junit tests of tacokit
studio-integration.
* fix(TUP-23264):Studio can't find dependencies for tacokit components.
* fix(TUP-23264):add junits for Studio can't find dependencies for tacokit
components.
* fix(TUP-23588)For tCreateTable, the Database Type is always Mysql after
dragging and dropping from database Metadata
https://jira.talendforge.org/browse/TUP-23588
* junit(TUP-23588)For tCreateTable, the Database Type is always Mysql
after dragging and dropping from database Metadata
* fix(TUP-23588)For tCreateTable, the Database Type is always Mysql after
dragging and dropping from database Metadata
* fix(TUP-23588)For tCreateTable, the Database Type is always Mysql after
dragging and dropping from database Metadata
* fix(TUP-23588)For tCreateTable, the Database Type is always Mysql after
dragging and dropping from database Metadata
* fix(TUP-23588)For tCreateTable, the Database Type is always Mysql after
dragging and dropping from database Metadata
* Revert "fix(TUP-23729):Memory issue found when run TUJ (#3705)"
This reverts commit 1d706bc243.
* Revert "fix(TUP-23729):Memory issue found when run TUJ (#3689)"
This reverts commit 5069b086d7.
* fix(TUP-23743):ERROR when Job in MDM project calling Job in Reference DI
project:import routines.DataQuality cannot be resolved.
* fix(TUP-23743):ERROR when Job in MDM project calling Job in Reference DI
project:import routines.DataQuality cannot be resolved.
* feat(TDI-42570): stop process if parent thread has terminated
* feat(TDI-42570): stop process if parent thread has terminated
* feat(TDI-42570): stop process if parent thread has terminated. improve indentation
* feat(TDI-42570): stop process if parent thread has terminated. improve indentation
* fix(TUP-23363)'save the property' to metadata get error
* fix(TUP-23363)'save the property' to metadata get error
* fix(TUP-23363)'save the property' to metadata get error
* fix(TUP-23484):TaCoKit can not propagate update dataset if modify
datastore parameters.
* fix(TUP-23484):TaCoKit can not update dataset item if modify datastore.
* fix(TUP-20054): Due to checking fields it is hard to type
credentials/data from the keyboard
https://jira.talendforge.org/browse/TUP-20054
Fix junit issue
* add junit source
* add junit source
* fix(TUP-20054): Due to checking fields it is hard to type
credentials/data from the keyboard
https://jira.talendforge.org/browse/TUP-20054
* main/plugins/org.talend.sdk.component.studio-integration/src/main/java/org/talend/sdk/component/studio/ui/wizard/TaCoKitConfigurationWizard.java
* fix(TUP-20054): Due to checking fields it is hard to type
credentials/data from the keyboard
https://jira.talendforge.org/browse/TUP-20054
* fix(TUP-20054): Due to checking fields it is hard to type
credentials/data from the keyboard
https://jira.talendforge.org/browse/TUP-20054
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
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
CodeGeneratorEmittersPoolFactory.componentCompiled=\u03A3\u03CD\u03BD\u03B8\u03B5\u03C3\u03B7 \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03C9\u03BD \u03C3\u03B5 {0} ms
ComponentsPreferencePage.enableOnLineHelp=Activer l\'aide en ligne pour les composants
ComponentsPreferencePage.titleInstallHelp=Installer la fonctionnalit\u00E9 d\'aide hors ligne\u00A0?
ComponentsPreferencePage.msgInstallHelp=Cela va ouvrir une bo\u00EEte de dialogue de packages suppl\u00E9mentaires pour installer la fonctionnalit\u00E9 d\'aide hors ligne, continuer ?
CodeGeneratorEmittersPoolFactory.JETEmitters.NoPresent=Projekt za JETEmitter nije prisutan, potrebna je potpuna reinicijalizacija
CodeGeneratorEmittersPoolFactory.Class.NotFound=Predlo\u017Eake je prisutan, ali klasa {0} je nestala iz radnog prostora. Ovu jedinicu treba prekompajlirati.
CodeGeneratorEmittersPoolFactory.PersitentData.Error=perzistentne podatke nije mogu\u0107e spremiti:
CodeGeneratorEmittersPoolFactory.initMessage=Inicijalizacija Engine-a za generiranje je u toku...
CodeGenerator.Node.NotFound=\u010Cvor nije prona\u0111en u trenutnom procesu
CodeGeneratorEmittersPoolFactory.codeThread=Pozadinska nit za generiranje koda
CodeGeneratorEmittersPoolFactory.componentCompiled=Komponente su iskompajlirane u {0} ms
CodeGeneratorEmittersPoolFactory.JETEmitters.NoPresent=Brak projektu JETEmitters, wymagana ponowna pe\u0142na inicjalizacja
CodeGeneratorEmittersPoolFactory.Class.NotFound=Szablon nadal dost\u0119pny ale klasa {0} znikn\u0119\u0142a z obszaru roboczego. Nale\u017Cy zrekompilowa\u0107 jednostk\u0119.
CodeGeneratorEmittersPoolFactory.JETEmitters.NoPresent=Projeto JETEmitters n\u00E3o existe, \u00E9 necess\u00E1rio a reinicializa\u00E7\u00E3o
CodeGeneratorEmittersPoolFactory.Class.NotFound=Template ainda presente, mas a classe {0} disapareceu do workspace. Essa unidade precisa ser recompilada.
CodeGeneratorEmittersPoolFactory.PersitentData.Error=Os dados n\u00E3o podem ser salvos:
CodeGeneratorEmittersPoolFactory.initMessage=Inicializa\u00E7\u00E3o da Engine de Gera\u00E7\u00E3o em andamento...
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.
ChangeConnectionStatusCommand.setLinkMain=\u03BF\u03C1\u03B9\u03C3\u03BC\u03CC\u03C2 \u03A3\u03C5\u03BD\u03B4\u03AD\u03C3\u03BC\u03BF\u03C5 \u03C9\u03C2 Main
Process.IfToUpgradeMetadata=The metadata used in the following component(s) has been modified.\nSelect the component(s) that you want to update from the repository.
NewProcessWizard.title=New Job
NewProcessWizard.title=New job
CheckController.decoration.description=Value taken from the repository
ModifyMergeOrderAction.ConnectionModifyError2=Can't modify the connection when start compontent has a subJob link
Node.notSubjobStartNode2=This component "{0}" is not subJob start node.
Node.inLoop=Node ({0}) is in recursive loop.
ToggleSubjobsAction.LABEL2=Toggle SubJobs
PerformancePreferencePage.propagateContext=Propagate contexts added in repository context groups
LicenseKeyController.NewLicenseKey=Enter a new license key
ReconcilerStyledText.illegalArgs=Input args are bigger than text length:{0}, original input <{1}, {2}>, changed to <{3}, {4}>.
JobLaunchConfigurationDelegate.waitProcessRunning=Waiting for running process...
StitchDataLoaderConstants.descriptionForIntegrationSource=Extract {0} data and ingest it in the cloud destination of your choice using Stitch Data Loader. Select this option to open your browser and try it for free.
StitchDataLoaderConstants.descriptionForDataWarehouseDestination=Ingest data from over 100 popular sources to {0} using Stitch Data Loader. Select this option to open your browser and try it for free.
@@ -30,9 +30,7 @@ ContextModifyCommand.label=Modifier un contexte
DesignerPreferencePage.propertyCodeCheck=V\u00E9rifie les param\u00E8tres quand le code est g\u00E9n\u00E9r\u00E9 (le d\u00E9sactiver acc\u00E9l\u00E8rera les propri\u00E9t\u00E9s des composants)
ConnectionCreateAction.dialogMessage=nouveau nom de Sortie ?
ContextChangeDefaultCommand.label=Changer le contexte par d\u00E9faut
ActivateSubjobAction.DeactivateComplete=D\u00E9sactiver tous les Subjobs li\u00E9s
EParameterName.Level.Log.File=Niveau
ToggleSubjobsAction.LABEL=Supprimer le surlignage des sous-jobs
EParameterName.schemaOptions=Options du sch\u00E9ma
ChangeActivateStatusSubjobCommand.Label.DeactiveComplete=D\u00E9sactiver les Sous-job li\u00E9s
EParameterName.Description=Description
Process.IfToUpgradeMetadata=La m\u00E9tadonn\u00E9e utilis\u00E9e dans le(s) composant(s) suivant(s) a \u00E9t\u00E9 modifi\u00E9e.\\nS\u00E9lectionnez le(s) composant(s) que vous voulez mettre \u00E0 jour \u00E0 partir du R\u00E9f\u00E9rentiel.
JobHierarchyMessages.JobHierarchyViewPart_tooltip={0} du Job {1} du Projet {2}
EParameterName.MultiThread=Ex\u00E9cution multi thread
ChangeActivateStatusSubjobCommand.Label.ActivePart=Activer le Sous-job courant
MultiPageTalendEditor.Job=Job {0} {1}
EmfComponent.None=D\u00E9faut
MultiPageEditorContributor.View=View
@@ -302,14 +292,11 @@ EParameterName.Log.Db=Logger dans une base de donn\u00E9es
NodesPasteAction.paste=Coller
TalendEditorPaletteFactory.Tools=Outils
EParameterName.Comment=Commentaire
ChangeActivateStatusSubjobCommand.Label.DeactivePart=D\u00E9sactiver le Sous-job courant
TalendEditorDropTargetListener.dngsupportdialog.title=Glisser-d\u00E9poser non support\u00E9
TalendEditorDropTargetListener.dngsupportdialog.content=Les op\u00E9rations de glisser-d\u00E9poser ne peuvent pas \u00EAtre utilis\u00E9es sur ce composant actuellement.
AbstractLanguageMemoController.generateCode=G\u00E9n\u00E9rer le code
AbstractLanguageMemoController.generateSampleCode=G\u00E9n\u00E9rer un code d'exemple pour ce composant
AbstractPreferenceComposite.jobAssigned=Le job fils doit \u00EAtre assign\u00E9 \u00E0 {0}
AbstractPreferenceComposite.textContent=Appliquer aux sous-jobs
AbstractPreferenceComposite.tipContent=Appliquer aux sous-jobs
ColorsCodeViewerPreferencePage.keyword3Color=Couleur de Motcl\u00E93
ColorsCodeViewerPreferencePage.keyword1Color=Couleur du Mot-cl\u00E91
ColorsCodeViewerPreferencePage.keyword2Color=Couleur du Mot-cl\u00E92
ColorsCodeViewerPreferencePage.keyword3Color=Couleur du Mot-cl\u00E93
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.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
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.
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.addBtn=Ajouter...
JobDependenciesPanel.removeBtn=Supprimer
JobDependenciesPanel.editBtn=\u00C9diter
JobDependenciesPanel.editBtn=Modifier
JobDependenciesPanel.upBtn=Haut
JobDependenciesPanel.downBtn=Bas
DependencyVersionPart.comboInclusive=Inclusif
@@ -971,7 +954,7 @@ DependenciesContextSelectionDialog.selectContext=S\u00E9lectionner une variable
DependenciesContextSelectionDialog.addContext=Ajouter une variable de contexte
DependenciesContextSelectionDialog.contextInUseError=Cette variable de contexte est d\u00E9j\u00E0 en cours d\'utilisation !
NewDependencyItemDialog.addTitle=Ajouter {0}
NewDependencyItemDialog.editTitle=\u00C9diter {0}
NewDependencyItemDialog.editTitle=Modifier {0}
NewDependencyItemDialog.addMsg=Ajouter un nouveau {0}
NewDependencyItemDialog.editMsg=\u00C9diter les attributs du {0} s\u00E9lectionn\u00E9
NewDependencyItemDialog.name=&Nom
@@ -992,4 +975,29 @@ PerformancePreferencePage.defaultTimeout.read=Valeur du d\u00E9lai avant expirat
Node.hasMoreThenOneSourceKey=Ce composant n\'a pas de source cl\u00E9 d\u00E9finie.
DatabaseForm.checkFailure=\u00C9chec de la connexion
DatabaseForm.checkFailureTip=Vous devez modifier les param\u00E8tres de la base de donn\u00E9es.
Node.checkDynamicJobUsageWarning=L\'utilisation d\'un Job dynamique n\'est pas encourag\u00E9e dans les Joblets et incompatible avec l\'int\u00E9gration continue.
AbstractPreferenceComposite.textContent2=Appliquer aux sous-Jobs
AbstractPreferenceComposite.tipContent2=Appliquer aux sous-Jobs
ActivateSubjobAction.ActivateComplete2=Activer le sous-Job complet
ActivateSubjobAction.ActivatePart2=Activer le sous-Job courant
ActivateSubjobAction.DeactivateComplete2=D\u00E9sactiver le sous-Job complet
ActivateSubjobAction.DeactivatePart2=D\u00E9sactiver le sous-Job courant
ChangeActivateStatusSubjobCommand.Label.ActiveComplete2=Activer le sous-Job complet
ChangeActivateStatusSubjobCommand.Label.ActivePart2=Activer le sous-Job courant
ChangeActivateStatusSubjobCommand.Label.DeactiveComplete2=D\u00E9sactiver le sous-Job complet
ChangeActivateStatusSubjobCommand.Label.DeactivePart2=D\u00E9sactiver le sous-Job courant
ComponentSettingsView.subjob2=Sous-Job
ConnectionSetAsMainRef.ConnectionModifyError2=Impossible de modifier la connexion lorsque le composant de d\u00E9but a un lien subJob.
DisplaySubjobCommand.DisplaySubjob2=Afficher le sous-Job
DisplaySubjobCommand.HideSubjob2=Masquer le sous-Job
EParameterName.showSubjob2=Afficher le titre du sous-Job
ModifyMergeOrderAction.ConnectionModifyError2=Impossible de modifier la connexion lorsque le composant de d\u00E9but a un lien subJob.
Node.notSubjobStartNode2=Ce composant \"{0}\" n\'est pas un n\u00BDud de d\u00E9but de sous-Job.
Node.inLoop=Le n\u00BDud ({0}) est dans une boucle r\u00E9cursive.
ToggleSubjobsAction.LABEL2=D\u00E9velopper/r\u00E9duire les sous-Jobs
PerformancePreferencePage.propagateContext=Propager les contextes ajout\u00E9s aux groupes de contextes du r\u00E9f\u00E9rentiel
LicenseKeyController.NewLicenseKey=Saisissez une nouvelle cl\u00E9 de licence
ReconcilerStyledText.illegalArgs=Les arguments d\'entr\u00E9e sont plus grands que la longueur du texte\u00A0:{0}, entr\u00E9e originale <{1}, {2}>, modifi\u00E9e en <{3}, {4}>.
JobLaunchConfigurationDelegate.waitProcessRunning=En attente du processus en cours d\'ex\u00E9cution...
StitchDataLoaderConstants.descriptionForIntegrationSource=Extrait des donn\u00E9es {0} et les ing\u00E8re dans la destination Cloud de votre choix \u00E0 l'aide de Stitch Data Loader. S\u00E9lectionnez cette option pour ouvrir votre navigateur et l'essayer gratuitement.
StitchDataLoaderConstants.descriptionForDataWarehouseDestination=Ing\u00E8re des donn\u00E9es de plus de 100 sources populaires dans {0} \u00E0 l'aide de Stitch Data Loader. S\u00E9lectionnez cette option pour ouvrir votre navigateur et l'essayer gratuitement.
QueryTypeController.nothingToGuess=Ni\u0161ta za pogoditi.
SQLPatternComposite.TOS=Talend Open Studio
SQLPatternComposite.add=Dodaj
SQLPatternComposite.delete=Obri\u0161i
TalendLaunchToolbarAction.noAvailableItem=Niti jedna stavka koja se izvr\u0161ava nije dostupna.
WSDL2JAVAController.TOS=Talend Open Studio
PerformancePreferencePage.propertyCodeCheck=Provjeriti svojstva dok se generira kod (onemogu\u0107avanje ove opcije \u0107e ubrzati svojstva komponenata)
AppearancePreferencePage.groupBySource="Grupiraj prema izvoru" u kontekstu
EParameterName.dataSource=Izvor podataka
CamelPerformancePreferencePage.propertyCodeCheck=Provjeriti svojstva dok se generira kod (onemogu\u0107avanje ove opcije \u0107e ubrzati svojstva komponenata)
DesignerPreferencePage.propertyCodeCheck=Controlla i campi propriet\u00E0 quando generi il codice (disabilitandolo le propriet\u00E0 dei componenti di creerano pi\u00F9 velocemente)
ConnectionCreateAction.dialogMessage=Nuovo nome destinazione?
ChangeActivateStatusSubjobCommand.Label.DeactiveComplete=Disattiva il Subjob completo
EParameterName.Description=Descrizione
Process.IfToUpgradeMetadata=Il metadata utilizzato nel/i seguenti componente/i \u00E8 stato modificato.\nSelezione il/i componente/i che vuoi aggiornare dal repository.
StitchDataLoaderConstants.descriptionForIntegrationSource=Stitch Data Loader\u3092\u4F7F\u3044\u3001100\u3092\u8D85\u3048\u308B\u4EBA\u6C17\u306E\u30BD\u30FC\u30B9\u304B\u3089\u30C7\u30FC\u30BF\u3092{0}\u306B\u53D6\u308A\u8FBC\u307F\u307E\u3059\u3002\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u306F\u30D6\u30E9\u30A6\u30B6\u30FC\u3067\u304A\u8A66\u3057\u3044\u305F\u3060\u3051\u307E\u3059\u3002
StitchDataLoaderConstants.descriptionForDataWarehouseDestination=Stitch Data Loader\u3092\u4F7F\u3044\u3001{0}\u30C7\u30FC\u30BF\u3092\u62BD\u51FA\u3057\u3066\u6307\u5B9A\u306E\u30AF\u30E9\u30A6\u30C9\u30C7\u30B9\u30C6\u30A3\u30CD\u30FC\u30B7\u30E7\u30F3\u306B\u53D6\u308A\u8FBC\u307F\u307E\u3059\u3002\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u306F\u30D6\u30E9\u30A6\u30B6\u30FC\u3067\u304A\u8A66\u3057\u3044\u305F\u3060\u3051\u307E\u3059\u3002
DesignerPreferencePage.propertyCodeCheck=Sprawd\u017A pola w\u0142a\u015Bciwo\u015Bci podczas generowania kodu (wy\u0142\u0105czenie przyspieszy dzia\u0142anie w\u0142a\u015Bciwo\u015Bci)
ConnectionCreateAction.dialogMessage=nowy nazwa wyj\u015Bcia?
EParameterName.LoadNewVariableLabel=Je\u015Bli zmienn\u0105 za\u0142adowano to nie w tym kontek\u015Bcie
ExecuteSystemCommandCommand.Command=Wykonaj...
UpdateDetectionDialog.Operations=Operacje
Note.DefaultText=Tekst
DesignerColorsPreferencePage.ConnectionColorMessages=Je\u015Bli zmienisz kolory link\u00F3w, powiniene\u015B zrestartowa\u0107 bie\u017C\u0105ce zadanie aby zapisa\u0107 zmiany
WSDL2JAVAController.generateFileFailedFromWSDL=Wygenerowanie plik\u00F3w java z wdsl: {0} poprawne.
PerformancePreferencePage.propertyCodeCheck=Sprawd\u017A pola w\u0142a\u015Bciwo\u015Bci podczas generowania kodu (wy\u0142\u0105czenie przyspieszy dzia\u0142anie w\u0142a\u015Bciwo\u015Bci)
PerformancePreferencePage.addOrDeleteVariable=Rozg\u0142aszaj zmiany dodawania/usuwania zmiennych w repozytorium kontekst\u00F3w
CamelPerformancePreferencePage.propertyCodeCheck=Sprawd\u017A pola w\u0142a\u015Bciwo\u015Bci podczas generowania kodu (wy\u0142\u0105czenie przyspieszy dzia\u0142anie w\u0142a\u015Bciwo\u015Bci)
CamelPerformancePreferencePage.addOrDeleteVariable=Rozg\u0142aszaj zmiany dodawania/usuwania zmiennych w repozytorium kontekst\u00F3w
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.