qiongli
82174dc5ea
feat(TDQ-21471):Iterate all context variables to check prompt needed ( #6475 )
2023-10-16 15:07:27 +08:00
Zhiwei Xue
c942e2ee35
feat(TUP-40401): improve Java17 check ( #6468 )
2023-10-13 14:35:34 +08:00
qiongli
51f3e07528
feat(TDQ-21471):Loop all context variables when prompt by DQ Report ( #6454 )
2023-10-12 17:14:10 +08:00
Jane Ding
1af34cb93f
feat(TUP-39889):tJira and tSplunk migration to TCK ( #6434 )
...
https://jira.talendforge.org/browse/TUP-39889
2023-10-12 16:48:54 +08:00
hzhao
d575088589
fix(TUP-40036): Context name defined in component didn't update after it ( #6441 )
2023-10-11 19:25:02 +08:00
qiongli
cbd9486931
feat(TDQ-21334):Support oracle custom ssl for DQ ( #6447 )
...
* feat(TDQ-21334):Support oracle custom ssl for DQ
* feat(TDQ-21334):Change oracle SSL variable to public static
2023-10-11 17:29:57 +08:00
Zhiwei Xue
c2511328fd
feat(TUP-40401):Enable Java 17 support ( #6442 )
...
* feat(TUP-40401):Enable Java 17 support
* feat(TUP-40401):add runtime capability check for publishing
2023-10-11 16:28:02 +08:00
sbliu
5c629d27b8
fix(TUP-39890) amend the judgment of snapshot version ( #6383 )
2023-10-11 10:40:29 +08:00
apoltavtsev
b63ff6f17f
APPINT-35122: Sync projects timestamp with patch build ( #6452 )
2023-10-09 19:48:12 +02:00
hcyi
e6d3e2b37a
Hcyi/tup 40299 8.0 ( #6426 )
...
* fix(TUP-40299):"Validation Failed" dialog is missing if Set string into
double type text field for Context Variable.
* fix(TUP-40299):update messages
* fix(TUP-40299):update messages
* fix(TUP-40299):if default context is not named as context, better show
"dev(Default)" which was request in this figma but not impelmented.
* fix(TUP-40299):the boarder of the title display ugly on mac.
* fix(TUP-40299):view environment dropdown box has display issue randomly
2023-10-09 10:06:08 +08:00
zyuan-talend
d5716b9d63
fix(TUP-40332):download jar for bundle packaging type. ( #6425 )
2023-10-07 14:50:13 +08:00
Jane Ding
aa3e090f18
Add localized files ( #6432 ) ( #6439 )
...
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
2023-10-07 11:39:00 +08:00
bhe-talendbj
6e31236ae2
fix(TUP-35626): Cannot retrieve module or table when password include "\" ( #6414 )
...
* fix(TUP-35626): encrypt value if not null
* fix(TUP-35626): do not escape characters inside password
* fix(TUP-35626): minize impact
* fix(TUP-35626): escape special characters
* fix(TUP-35626): reduce impact
* fix(TUP-35626): escape double quote only for password
2023-09-28 21:31:25 +08:00
apoltavtsev
ae5f950a78
APPINT-18113: Fix Junit test ( #6430 )
2023-09-28 09:53:38 +02:00
apoltavtsev
23b5df5c4f
APPINT-18113: Sync parameters of cKafka component ( #6360 )
...
* Update IElementParameter.java
* Update ObjectElementParameter.java
* Update IComponent.java
2023-09-27 09:51:14 +02:00
bhe-talendbj
98ee4f4ba1
fix(TUP-40400): add NPE check ( #6423 )
2023-09-27 15:08:15 +08:00
sbliu
ffc70af105
fix(TUP-38273) upgrade avro, replace org.apache.servicemix.bundles.avro with avro ( #6338 )
...
* fix(TUP-38273) upgrade avro, replace org.apache.servicemix.bundles.av… (#6298 )
* fix(TUP-38273) upgrade avro, replace org.apache.servicemix.bundles.avro with avro
* revert last change on this .classpath file
* add avro bundle to required
* replace org.apache.servicemix.bundles.avro with avro bundle with higher version 1.11.2
* replace bundle org.apache.servicemix.bundles.avro with avro
* set default value to null for date type
set validate defaults to false to compatible with previous avro
# Conflicts:
# main/plugins/org.talend.core.runtime/META-INF/MANIFEST.MF
# main/plugins/org.talend.metadata.managment.ui/META-INF/MANIFEST.MF
* fix(TUP-38273) upgrade spring-boot-dependencies to 2.7.7 according to avro upgrade (#6318 )
* fix(TUP-38273) upgrade spring-boot-dependencies to 2.7.7 according to avro upgrade
* upgrade *-bom dependencies of crypto-utils 7.1.16
# Conflicts:
# main/plugins/org.talend.designer.maven.tos/resources/unzip/pom.xml
* fix(TUP-38273) upgrade jackson bundle to 2.14.3 to align to TDI (#6334 )
* fix(TUP-38273) upgrade jackson bundle to 2.14.3 to align to TDI
* fix unit test failure in MetadataToolAvroHelperTest
* Wwang talend/tdi 49492 jackson (#6330 )
# Conflicts:
# main/plugins/org.talend.core.runtime/src/main/java/org/talend/core/database/conn/version/EDatabaseVersion4Drivers.java
* fix(TDI-49492): Upgrade Avro to 1.11.x tck connectors m2 (#6417 )
* feat(TDI-50294): bump component-runtime to 1.61.0
* align cxf for tck upgrade
---------
Co-authored-by: wang wei <wwang@talend.com >
Co-authored-by: undx <egallois@talend.com >
2023-09-25 14:50:12 +08:00
sbliu
5e59f89dea
feat(TUP-33474) add ssl support for oracle 18 and above ( #6347 )
...
* feat(TUP-33474) add ssl support for oracle 18 and above
* select ssl jars according to oracle version
* just keep same version with tdi
* add library needed
* amend judgement if it's oracle custom ssl connection
* fix cannot retrieve ssl dependencies
* resolve guess schema error.
2023-09-25 10:40:21 +08:00
Jane Ding
0e697d0ef6
Add localized files ( #6419 )
...
* Add localized files (#6415 )
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
* Add localized files (#6416 )
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
---------
Co-authored-by: Alexiane Yvonet <ayvonet@talend.com >
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
2023-09-21 18:58:31 +08:00
Jane Ding
9a2e7c2381
Add localized files ( #6413 )
...
* Add localized files (#6401 )
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
* Add localized files (#6402 )
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
* Add localized files (#6403 )
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
---------
Co-authored-by: Alexiane Yvonet <ayvonet@talend.com >
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
2023-09-20 16:33:22 +08:00
Chao MENG
8b4f177efc
fix(TUP-39537): improvement of studio collected logs ( #6368 )
...
https://jira.talendforge.org/browse/TUP-39537
2023-09-19 10:56:28 +08:00
zshen-talend
4ff907bf75
fix(TDQ-20339): use official jar instead of Talend library jar ( #6385 )
2023-09-15 09:43:49 +08:00
hcyi
abfd3b7c1b
fix(TUP-38042):fix a context display problem on Mac. ( #6397 ) ( #6399 )
...
* fix(TUP-38042):fix a display problem on Mac.
* fix(TUP-38042):update a message
2023-09-13 16:52:24 +08:00
apoltavtsev
4ef6f6a95e
APPINT-35897: Routelet version is corrected
2023-09-12 16:46:10 +02:00
apoltavtsev
0ae7943cf2
APPINT-35888: Resolve performance issues
2023-09-11 15:26:27 +02:00
apoltavtsev
a2ce928d6a
APPINT-35888: Avoid "duplicated in the reactor" for Jobs with Routines
2023-09-11 10:35:07 +02:00
Jane Ding
85f2664512
Add localized files ( #6380 ) ( #6386 )
...
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
2023-09-08 17:39:01 +08:00
jiezhang-tlnd
452ef9896a
chore(TUP-39865)commons-configuration2:2.8.0 | CVE-2022-23305 ( #6371 )
2023-09-07 17:01:29 +08:00
hcyi
81da114430
feat(TUP-38042):update a message ( #6378 )
2023-09-07 15:36:25 +08:00
hcyi
8b34d91c2a
feat(TUP-38042):Improve context view display. ( #6332 )
...
* feat(TUP-38042):Improve context view display.
* feat(TUP-38042):Improve context view display.
* feat(TUP-38042):Improve context view display.
* feat(TUP-38042):Improve for Move the "Enable prompt" and Remove "Prompt
label" column.
* feat(TUP-38042):update context message and improve for GUI
* feat(TUP-38042):improve for GUI
* feat(TUP-38042):Refactoring context view.
* feat(TUP-38042):TUP-40126 [bug] "Enable prompt" still use old settings
after migration
* feat(TUP-38042):TUP-40126 [bug] "Enable prompt" still use old settings
after migration
* feat(TUP-38042):TUP-40178 [bug] UI Problems
* feat(TUP-38042):TUP-40126 [bug] "Enable prompt" still use old settings
after migration
* feat(TUP-38042):TUP-40126 [bug] "Enable prompt" still use old settings
after migration
* feat(TUP-38042):TUP-40126 [bug] "Enable prompt" still use old settings
after migration
* feat(TUP-38042):TUP-40126 [bug] "Enable prompt" still use old settings
after migration and update messages
* feat(TUP-38042):TUP-40215[bug] Browse button is missing in File Type
Field
* feat(TUP-38042):TUP-40127[bug] Improve: Dropdown list doesn't shows well
after click button "V"
2023-09-07 11:01:38 +08:00
zyuan-talend
14673efa17
fix(TUP-39605): Cleanup Exchange related code. ( #6373 )
2023-09-06 16:32:00 +08:00
apoltavtsev
efd8c964b8
APINT-35122: Solve CI Build problems when using child jobs and routelets
2023-09-06 08:50:14 +02:00
Jane Ding
fc0aa30340
Add localized files ( #6372 ) ( #6375 )
...
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
2023-09-05 16:48:37 +08:00
Zhiwei Xue
3c056baeb7
fix(TUP-40082):[8.0.1 SAP] Column name containing / in input field ( #6366 )
...
schema in tSAPBapi changes to _
2023-09-05 12:05:11 +08:00
sbliu
e0d5352efa
feat(TUP-39758) upgrade jdbc drivers for Postgresql, deprecate pre V9 ( #6357 )
2023-08-30 17:41:52 +08:00
Jane Ding
440effae2d
Add localized files ( #6365 ) ( #6367 )
...
Co-authored-by: Alexiane Yvonet <ayvonet@talend.com >
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
2023-08-30 10:54:27 +08:00
sbliu
0e399e778f
fix(TUP-37091) fix checkbox show problem. ( #5757 )
2023-08-28 09:47:12 +08:00
hcyi
5e798295ea
Hcyi/add localized files 2023 8 11 ( #6354 )
...
* Add localized files (#6352 )
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
* Add localized files (#6353 )
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
---------
Co-authored-by: Alexiane Yvonet <ayvonet@talend.com >
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
2023-08-11 10:21:52 +08:00
zyuan-talend
177287eebf
fix(TUP-39924): upgrade org.codehaus.plexus:plexus-archiver to 4.8.0, ( #6345 )
...
plexus-io to 3.4.1 , maven-assembly-plugin to 3.6.0 and plexus-util to
4.0.0 for incompatibility.
2023-08-10 16:36:22 +08:00
AlixMetivier
c4ee889b3e
feat(TBD-14984): support Datafabric with universal ( #6080 )
2023-08-09 18:10:52 +02:00
Jane Ding
26ead1e043
feat(TUP-39065):Implement secured credential storage in Studio for Nexus ( #6328 )
...
* feat(TUP-39065):Implement secured credential storage in Studio for Nexus
credentials.
https://jira.talendforge.org/browse/TUP-39065
* feat(TUP-39065):Implement secured credential storage in Studio for Nexus
credentials.
https://jira.talendforge.org/browse/TUP-39065
* feat(TUP-39065):Implement secured credential storage in Studio for Nexus
credentials.
https://jira.talendforge.org/browse/TUP-39065
* feat(TUP-39065):Implement secured credential storage in Studio for Nexus
credentials.
https://jira.talendforge.org/browse/TUP-39065
2023-08-09 09:23:09 +08:00
Emmanuel GALLOIS
5553ce8694
feat(TDI-50084): bump component-runtime to 1.59.0 ( #6313 )
2023-08-07 09:43:06 +02:00
zyuan-talend
caa99b5658
feat(TUP-38945):upgrade oracle jdbc driver. ( #6339 )
2023-08-04 18:49:57 +08:00
hcyi
057580aa9e
Add localized files ( #6340 ) ( #6342 )
...
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
2023-08-04 10:50:44 +08:00
Chao MENG
d66aa2af38
fix(TUP-39759): Perspective getting reset all the time when toggling ( #6324 )
...
between old and new projects in the same workspace
https://jira.talendforge.org/browse/TUP-39759
2023-08-03 14:27:32 +08:00
wang wei
95f7b845b3
fix(TDI-45063): support bigquery metadata ( #6283 )
2023-08-02 09:53:22 +08:00
zyuan-talend
21d1ea7f84
fix(TUP-39090):Generate SCD component editor info in the documentation. ( #6329 )
2023-08-01 17:17:28 +08:00
hcyi
d3a6096bc0
Hcyi/add localized files 2023 7 31 ( #6333 )
...
* Add localized files (#6322 )
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
* Add localized files (#6326 )
---------
Co-authored-by: Alexiane Yvonet <ayvonet@talend.com >
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
2023-07-31 15:52:34 +08:00
jiezhang-tlnd
5705ca4789
chore(TUP-39647)CVE-2017-1000487 ( #6321 )
2023-07-28 14:12:14 +08:00
jiezhang-tlnd
4a7a831c77
feat(TUP-39520)Deprecate AS400 CDC / RUNCDC ( #6289 )
...
* feat(TUP-39520)Deprecate AS400 CDC / RUNCDC
https://jira.talendforge.org/browse/TUP-39520
* Deprecate Studio CDC
* code format
2023-07-27 15:28:34 +08:00
jiezhang-tlnd
e169b49a01
chore(TUP-39352)Improve / fix missing translations from product ( #6316 ) ( #6317 )
2023-07-25 14:57:44 +08:00
jiezhang-tlnd
d302023eea
chore(TUP-39647)CVE-2017-1000487,plexus-utils-3.0.8 ( #6307 )
...
* chore(TUP-39647)CVE-2017-1000487,plexus-utils-3.0.8
* add surefire-booter and surefire-api
2023-07-24 16:28:03 +08:00
Xilai Dai
2256de6b73
feat(APPINT-34616) fix the NPE when import demo project ( #5992 )
...
* feat(APPINT-34616) fix the NPE when import demo project
* feat(APPINT-34616) minor code clean up
---------
Co-authored-by: jillyan <yan95599@gmail.com >
Co-authored-by: hwei <hwei@talend.com >
2023-07-24 15:08:24 +08:00
hcyi
c2162b4074
Hcyi/add localized files 2023 7 20 ( #6314 )
...
* Add localized files (#6310 )
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
* Add localized files (#6311 )
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
---------
Co-authored-by: Alexiane Yvonet <ayvonet@talend.com >
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
2023-07-20 19:45:39 +08:00
hcyi
2ee30fecd0
Add localized files ( #6306 ) ( #6309 )
...
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
2023-07-14 15:23:58 +08:00
bhe-talendbj
340a06876c
fix(TUP-39645): add NPE check ( #6303 )
2023-07-12 17:16:43 +08:00
jiezhang-tlnd
f3c39d14d5
feat(TUP-38391)Help menu revamp - Planning ( #6301 )
2023-07-12 16:21:41 +08:00
Emmanuel GALLOIS
9c2e26bcab
feat(TDI-49951): bump component-runtime to 1.58 ( #6251 )
2023-07-12 10:16:45 +02:00
zyuan-talend
65e7cfb71e
fix(TUP-39291): Remove Talend Exchange link from Studio. ( #6285 )
2023-07-10 18:33:03 +08:00
pyzhou
b338afee4c
fix(TDI-49933): snowflake metadata time issue ( #6278 )
...
* fix(TDI-49933): snowflake metadata time issue
* fix compile error
* add some test
* test
* remove test code
2023-07-10 12:11:28 +08:00
hcyi
87d7a849ac
Hcyi/add localized files 2023 7 7 ( #6296 )
...
* Add localized files (#6290 )
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
* Add localized files (#6291 )
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
---------
Co-authored-by: Alexiane Yvonet <ayvonet@talend.com >
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
2023-07-07 19:22:08 +08:00
jiezhang-tlnd
73a2ac7971
fix(TUP-38391)remove Support button ( #6282 )
...
* fix(TUP-38391)remove Support button
* remove blank space
* change guided tour text
2023-07-06 17:33:30 +08:00
jiezhang-tlnd
e22dfb1215
chore(TUP-39332)guava:30.0-jre | CVE-2020-8908 ( #6277 )
...
* chore(TUP-39332)guava:30.0-jre | CVE-2020-8908
https://jira.talendforge.org/browse/TUP-39332
* update guava to 32.0.1
2023-07-06 10:43:17 +08:00
Jane Ding
9781e2fe08
fix(TUP-39398):"Argument not valid" Error shows in error log after edit ( #6284 )
...
* fix(TUP-39398):"Argument not valid" Error shows in error log after edit
Comment in job>Contexts View and press Enter
https://jira.talendforge.org/browse/TUP-39398
* fix(TUP-39398):"Argument not valid" Error shows in error log after edit
Comment in job>Contexts View and press Enter
https://jira.talendforge.org/browse/TUP-39398
2023-07-06 10:31:44 +08:00
qiongli
60cc7742ad
feat(TDQ-21251):Support foreign/external table for Postgresql/Redshift ( #6273 )
2023-07-04 11:29:41 +08:00
jiezhang-tlnd
5369ee2142
4 basics walkthrough should be 4 basic walkthrough ( #6270 )
2023-07-03 17:35:12 +08:00
zyuan-talend
4406d35a69
fix(TUP-39467): CVE-2022-29599,maven-shared-utils:0.9.0. ( #6274 )
2023-07-03 14:53:42 +08:00
sbliu
33d797e16c
fix(TUP-39463) fix cannot open Hive Metadata connection with context parameters(without bigdata feature installed) ( #6266 )
2023-06-28 16:15:17 +08:00
sbliu
c282d32a80
feat(TUP-38946) add support vertica 12 ( #6214 )
...
* feat(TUP-38946) add support vertica 12
* remove VERTICA 9
* remove vertica 9 driver class
* transform db connection string from vertica 9 to vertica 12
2023-06-27 14:51:12 +08:00
sbliu
543c5a29f8
Add localized files ( #6264 )
...
* Add localized files (#6259 )
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
* Add localized files (#6260 )
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
* Add localized files (#6261 )
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
---------
Co-authored-by: Alexiane Yvonet <ayvonet@talend.com >
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
2023-06-26 10:29:06 +08:00
Jane Ding
f91f791c24
fix(TUP-38646):Environment variables values are lost during the job ( #6257 )
...
export
https://jira.talendforge.org/browse/TUP-38646
2023-06-25 09:56:15 +08:00
Zhiwei Xue
be96adb142
fix(TUP-39262):Unable to save Talend type setup ( #6236 )
2023-06-21 11:21:19 +08:00
sbliu
33d1276627
chore(TUP-39233) upgrade json-smart, accessors-smart to 2.4.11 ( #6215 )
...
* chore(TUP-39233) upgrade json-smart, accessors-smart to 2.4.11
* modify omitted
2023-06-20 16:19:57 +08:00
sbliu
f6d544c5e3
fix(TUP-39239) not same ordering of the columns between table schema and ( #6227 )
...
synonym schema for oracle
2023-06-20 16:17:26 +08:00
Zhiwei Xue
2b8777269d
fix(TUP-38235):Job in a project that references other projects load very ( #6192 )
...
slowly in Studio
2023-06-20 09:47:27 +08:00
jiezhang-tlnd
fb360093a8
Jzhang/80/tup 38391 ( #6224 )
...
* feat(TUP-38391)Help menu revamp
https://jira.talendforge.org/browse/TUP-38391
* add links
* replace icons
* add icons
* added icons
* fix install software menu
* add icons folder
* keep Support menu
* code format
* code format
* format xml
* code format
* add icons
* code format
2023-06-19 14:14:35 +08:00
jiezhang-tlnd
38fdc62738
fix(TUP-39057)schema of txxxCatcher component can not be exported ( #6199 )
...
https://jira.talendforge.org/browse/TUP-39057
2023-06-19 10:05:50 +08:00
sbliu
8f1cc68be3
feat(TUP-38947) upgrade mariadb jdbc driver mariadb-java-client to 3.1.4 ( #6242 )
2023-06-16 17:21:47 +08:00
sbliu
f34bb8520c
Add localized files ( #6252 )
...
* Add localized files (#6247 )
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
* Add localized files (#6248 )
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
* Add localized files (#6249 )
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
---------
Co-authored-by: Alexiane Yvonet <ayvonet@talend.com >
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
2023-06-16 17:15:15 +08:00
jiezhang-tlnd
888c3281f6
fix(TUP-38643)The custom mvn URI is not valid ( #6205 )
...
* fix(TUP-38643)The custom mvn URI is not valid
https://jira.talendforge.org/browse/TUP-38643
* junits
2023-06-16 17:12:28 +08:00
sbliu
db614cc415
Add localized files ( #6233 ) ( #6235 )
...
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
2023-06-09 11:24:55 +08:00
Zhiwei Xue
5210b033d0
feat(TUP-38140):SAP CDS Views over Talend ( #6178 )
2023-06-08 15:17:17 +08:00
hzhao
e91b347450
fix(TUP-38590): CI/CD Pipeline generating different code ( #6177 )
2023-06-08 09:38:58 +08:00
Emmanuel GALLOIS
ea459b8710
feat(TDI-49854): bump component-runtime to 1.57 ( #6207 )
2023-06-07 15:48:28 +02:00
wang wei
2ee58ac9d0
fix(TDI-49753): improve tsetkeystore
2023-06-07 18:14:12 +08:00
Jane Ding
0e668b3239
feat(TUP-38589):Managed updates improvements ( #6196 )
...
* feat(TUP-38589):Managed updates improvements
https://jira.talendforge.org/browse/TUP-38589
* feat(TUP-38589):Managed updates improvements
https://jira.talendforge.org/browse/TUP-38589
2023-06-07 16:41:28 +08:00
msjian
1fe8bec5cf
fix(TDQ-21109): fix Dialog on tStandardizeRow support dark mode ( #6212 )
2023-06-07 16:03:11 +08:00
zyuan-talend
74d5eb4d90
fix(TUP-38922): Clear old storage of git project. ( #6210 )
2023-06-05 15:25:09 +08:00
jiezhang-tlnd
12a842a565
Add localized files ( #6221 ) ( #6225 )
...
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
2023-06-05 14:10:09 +08:00
sponomarova
9419f94c07
feat(TBD-15036): Beta - Universal Spark 3.1 for HDInsight 5.0 ( #6203 )
2023-06-01 08:26:53 +03:00
Abdulhamid Rashankar
0beef6b531
APPINT-35612:Metadata failed to propagate modifications to routes ( #6197 )
...
* APPINT-35612:Metadata failed to propagate modifications to routes
* APPINT-35612:Metadata failed to propagate modifications to routes
* APPINT-35612:Metadata failed to propagate modifications to routes
2023-05-31 09:11:42 +02:00
jiezhang-tlnd
d19f0dbce7
feat(TUP-38935)Add support to AWS (Mysql) Aurora 3.X ( #6173 )
...
* feat(TUP-38935)Add support to AWS (Mysql) Aurora 3.X
https://jira.talendforge.org/browse/TUP-38935
* update mysql driver
* add dbversion for drag and drop
* set default version
* add libray needed
2023-05-29 10:45:59 +08:00
jiezhang-tlnd
6ff18c0449
Add localized files ( #6208 ) ( #6209 )
...
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
2023-05-26 16:10:23 +08:00
jiezhang-tlnd
4c93a1bed0
chore(TUP-38346)maven-core:3.8.6 ( #6079 )
...
* chore(TUP-38346)maven-core:3.8.6
* for update time stamp
2023-05-24 09:38:22 +08:00
kjwang
2462a7a792
Kjwang/feat tup 31305 improve the code to avoid encrypt ( #6135 )
...
* TUP-31305 Improve the code to avoid encrypt the password in job
everytime
https://jira.talendforge.org/browse/TUP-31305
2023-05-22 17:33:54 +08:00
jiezhang-tlnd
e18ffe5f0f
Add localized files ( #6194 ) ( #6195 )
...
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
2023-05-19 19:06:56 +08:00
sbliu
b22b9decce
chore(TUP-38577) upgrade spring-framework-bom to 5.2.9.RELEASE ( #6188 )
2023-05-18 16:41:36 +08:00
sbliu
9a3307bace
chore(TUP-38415) upgrade xercesImpl to 2.12.2 ( #6143 )
2023-05-17 17:19:20 +08:00
jiezhang-tlnd
dd5400af61
chore(TUP-38624)Request for an API to determine if a joblet refactoring ( #6166 )
...
is ongoing
2023-05-15 18:52:38 +08:00
jiezhang-tlnd
505609aa4b
Add localized files ( #6183 ) ( #6184 )
...
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
2023-05-12 16:08:06 +08:00
msjian
99da8e2286
fix(TDQ-21121): upgrade snowflake connection driver ( #6142 )
2023-05-11 15:07:09 +08:00
Emmanuel GALLOIS
239ece2966
feat(TDI-49707): bump component-runtime to 1.56.1 ( #6128 )
...
Co-authored-by: jzhao-talend <jzhao@talend.com >
2023-05-10 15:37:43 +02:00
apoltavtsev
ce4740ce83
fix(APPINT-35554) Missing build type for child job is added
2023-05-09 15:49:19 +02:00
Dmytro Sylaiev
7c795f724c
fix(TDI-49659): Add new version of lib to module ( #6150 )
2023-05-09 12:59:44 +03:00
wang wei
67784188df
fix(TDI-49546): CVE-2022-45688, org.json:json:(<=20220924) ( #6063 )
2023-05-09 16:52:26 +08:00
kjwang
248a7d74dc
kjwang/Fix TUP-38901 Studio can invoke SSO client if no jre on mac os ( #6163 )
...
Fix TUP-38901 Studio can invoke SSO client if no jre on mac os
https://jira.talendforge.org/browse/TUP-38901
2023-05-09 10:39:18 +08:00
sbliu
c09c406c32
fix(TUP-38551) improvement, avoid potential NPE ( #6156 )
2023-05-08 16:22:50 +08:00
sponomarova
bd5b8b0f51
fix(TBD-15065): add missing property in EHadoopProperties ( #6169 )
2023-05-08 10:57:08 +08:00
sbliu
eb7c195d3e
fix(TUP-38462) add junit to check if invaid report generated ( #6133 )
...
* fix(TUP-38462) add junit to check if invaid report generated
* update test data
* update test data, remove sap connection and system objects
2023-05-08 09:32:11 +08:00
sponomarova
33162c8be4
feat(TBD-15065): Synapse with universal : GA ( #6149 )
2023-05-05 15:45:59 +03:00
hcyi
7169a3101a
fix(TUP-38348):[8.0.1] Retrieve scheme for DB2 database in Talend does ( #6068 )
...
not retrieve PK.
2023-05-05 15:56:30 +08:00
Abdulhamid Rashankar
192e47b6a3
APPINT-35490:App & API Integration - Studio Metrics gathering: build types & APIs usage ( #6161 )
2023-05-03 11:17:06 +02:00
sbliu
28eda4c880
Add localized files ( #6151 ) ( #6153 )
...
Co-authored-by: Alexiane Yvonet <ayvonet@talend.com >
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
2023-04-28 15:00:06 +08:00
zyuan-talend
309c2ac056
fix(TUP-38557): fix XXE issues. ( #6125 )
2023-04-28 10:59:05 +08:00
sbliu
64c530b6b4
chore(TUP-38551) json-smart:2.4.7 ( CVE-2023-1370) ( #6094 )
...
* chore(TUP-38551) json-smart:2.4.7 ( CVE-2023-1370)
* update json-smart version 2.4.10 to 2.4.9
* update maven url index for upgrade json-smart
2023-04-26 10:28:33 +08:00
sbliu
71f93b5165
Add localized files ( #6146 ) ( #6148 )
...
Co-authored-by: jzhangbj <jzhang@talend.com >
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
2023-04-26 10:06:35 +08:00
hcyi
41b50e16c1
fix(TUP-38181):Remove old arvo libraries. ( #6104 )
2023-04-25 16:11:47 +08:00
jiezhang-tlnd
b7711e1dd5
chore(TUP-38578CVE-2020-13956 ( #6111 )
...
org.apache.httpcomponents:httpclient:4.2.6)
2023-04-25 15:43:02 +08:00
jiezhang-tlnd
8ed759c0d8
chore(TUP-38552)Remove source code of libs ( #6134 )
2023-04-25 14:12:02 +08:00
zyuan-talend
3ff40da876
fix(TUP-38735): velocity:1.5 | CVE-2020-13936 on TOS. ( #6138 )
2023-04-24 15:24:04 +08:00
sbliu
da6a983f29
Add localized files ( #6136 ) ( #6137 )
...
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
2023-04-20 17:48:06 +08:00
kjwang
2913c80aef
Fix TUP-38743 Dark Mode: Job editor color is still using light theme in ( #6130 ) ( #6131 )
...
Fix TUP-38743 Dark Mode: Job editor color is still using light theme in Remote Project
https://jira.talendforge.org/browse/TUP-38743
2023-04-18 16:56:14 +08:00
kjwang
fa2abaf8f3
Kjwang/fix tup 38656 improve job designer in dark mode ( #6121 ) ( #6126 )
...
* TUP-38645 On dark mode, Job designer & subjob color can't restore to
correct default color
https://jira.talendforge.org/browse/TUP-38645
2023-04-17 18:14:54 +08:00
sbliu
81e63ecab0
chore(TUP-38572) upgrade xstream to 1.4.20 ( #6101 )
2023-04-14 10:21:05 +08:00
Emmanuel GALLOIS
3b647c2316
feat(TDI-49562): bump component-runtime to 1.55 ( #6054 )
2023-04-13 12:00:27 +02:00
kjwang
4ff0184a49
TUP-38591 Text in unselected row isn't clear in FileJson wizard>"Fields ( #6116 )
...
TUP-38591 Text in unselected row isn't clear in FileJson wizard>"Fields to extract"
https://jira.talendforge.org/browse/TUP-38591
2023-04-13 14:35:24 +08:00
sbliu
0e37b9632e
fix(TUP-38637) fix context update problem from TUP-38212 ( #6114 )
2023-04-13 10:58:40 +08:00
bhe-talendbj
f2a4328037
fix(TUP-38617): add new api ( #6103 )
2023-04-13 09:52:12 +08:00
Jane Ding
771a1bf810
fix(TUP-37227):Issue building when items names too long ( #6067 ) ( #6087 )
...
https://jira.talendforge.org/browse/TUP-37227
2023-04-12 16:38:38 +08:00
kjwang
3f7d1a83d9
TUP-37441 Improve mapper display in dark mode ( #5906 )
...
* TUP-37441 Improve mapper display in dark mode
2023-04-12 10:35:08 +08:00
Jane Ding
c20078c3d1
feat(TUP-38424):Add dark mode info to the pendo of Login Project ( #6088 )
...
https://jira.talendforge.org/browse/TUP-38424
2023-04-11 17:09:46 +08:00
Zhiwei Xue
d13ae7e637
fix(TUP-38316):[801 CI/CD] Duplicate Parameter error in the artifact and ( #6058 )
...
creating the task
2023-04-11 09:23:44 +08:00
bhe-talendbj
6b094dd4fd
feat(TUP-38297): Improve Update settings for user/password ( #6075 )
...
* feat(TUP-38297): delete basic auth credential
* feat(TUP-38297): throw error
2023-04-10 16:54:41 +08:00
sponomarova
1ebdb18d27
feat(TBD-12991): Azure Synapse with Universal ( #6070 )
2023-04-10 11:40:44 +03:00
sbliu
98930c8c96
Add localized files ( #6093 ) ( #6098 )
...
Co-authored-by: Alexiane Yvonet <ayvonet@talend.com >
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
2023-04-07 10:47:55 +08:00
sbliu
a7ab220672
fix(TUP-38212) using updated context ( #6089 )
2023-04-06 15:59:34 +08:00
sbliu
553b2770c9
fix(TUP-37855) add log to network check exception ( #5987 )
...
* fix(TUP-37855) add log to network check exception
* fix(TUP-37855) add check ulr to networkutil error log
2023-04-03 11:28:28 +08:00
jiezhang-tlnd
dd851d3202
Add localized files ( #6082 ) ( #6084 )
...
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
2023-03-30 17:20:09 +08:00
vyu-talend
f47f991977
chore(TDI-49458):bump file enhanced. ( #6076 )
2023-03-30 16:31:59 +08:00
Zhiwei Xue
a2e44cb5c2
fix(TUP-37990):remove custom bundle org.bouncycastle.bcprov ( #6049 )
2023-03-29 17:08:03 +08:00
hcyi
e36f0690f0
fix(TUP-38199):Remove updates section from Studio preferences. ( #6052 )
2023-03-29 11:49:58 +08:00
Jill Yan
9c4a9c1589
8.0/APPINT-35452 correct snapshot post fix ( #6060 )
...
* APPINT-35452 correct snapshot post fix
* APPINT-35452 correct snapshot post fix
* APPINT-35452 correct snapshot post fix
2023-03-28 09:34:25 +08:00
sbliu
da4ba3f1a0
Add localized files ( #6066 ) ( #6071 )
...
Co-authored-by: Alexiane Yvonet <ayvonet@talend.com >
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
2023-03-27 15:20:18 +08:00
bhe-talendbj
087dac391d
chore(TUP-38259): refactor proxyrepositoryfactory ( #6057 )
2023-03-27 09:22:03 +08:00
dicarcab
ab843f7a55
fix(TBD-14951):OracleDB Migration task affecting DI Jobs ( #6041 )
2023-03-23 09:16:02 +01:00
jiezhang-tlnd
5949ce647d
chore(TUP-38180)CVE-2022-45787,org.apache.james:apache-mime4j:0.6 ( #6050 )
2023-03-21 17:05:55 +08:00
hcyi
f9e7be104e
fix(TUP-38139):context tab doesn't get updated after press 'undo'. ( #6017 )
2023-03-21 09:48:48 +08:00
sbliu
774e6dea26
Add localized files ( #6051 ) ( #6056 )
...
Co-authored-by: Alexiane Yvonet <ayvonet@talend.com >
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
2023-03-17 11:03:54 +08:00
Oleksandr Zhelezniak
3eccad0352
fix(TDI-31777): bump talendcsv ( #5926 )
2023-03-10 12:46:52 +02:00
kjwang
ada4bcf7e3
Fix TUP-38298 Can't edit the two default contexts in testcase ( #6046 )
...
* Fix TUP-38298 Can't edit the two default contexts in testcase
https://jira.talendforge.org/browse/TUP-38298
2023-03-10 17:39:34 +08:00
jiezhang-tlnd
7c72d190de
Add localized files ( #6040 ) ( #6045 )
...
Co-authored-by: jzhangbj <jzhang@talend.com >
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
2023-03-10 09:29:09 +08:00
jiezhang-tlnd
025cec4828
Add localized files ( #6039 )
...
* Add localized files
* Add localized files (#6038 )
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
---------
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
2023-03-09 18:20:50 +08:00
bhe-talendbj
91df21afcd
feat(TUP-38202): Preference for repositories where the username and password can be set in the settings (Window > preferences > Talend > Update settings) of the Talend studio ( #6032 )
...
* feat(TUP-38202): Add p2 credential api
* feat(TUP-38202): add basic auth api
* feat(TUP-38202): add basic auth api
* feat(TUP-38202): add check for forbidden status code
2023-03-08 15:20:11 +08:00
Jane Ding
a3af2de13a
feat(TUP-37093):Send Mapper data to PTP ( #5982 )
...
* feat(TUP-37093):Send Mapper data to PTP
https://jira.talendforge.org/browse/TUP-37093
* feat(TUP-37093):Send Mapper data to PTP
https://jira.talendforge.org/browse/TUP-37093
* feat(TUP-37093):Send Mapper data to PTP
https://jira.talendforge.org/browse/TUP-37093
2023-03-08 11:11:00 +08:00
kjwang
5c6fd374f1
Kjwang/tup 35058 issues on tmc after publishing ( #5954 )
...
TUP-35058 Issues on TMC after publishing artifact with Int type parameter but string values
https://jira.talendforge.org/browse/TUP-35058
2023-03-07 16:45:17 +08:00
AlixMetivier-zz
c11aa42cee
feat(TBD-13123): K8S with Livy ( #5090 )
...
* feat(TBD-13123): K8S with Livy
* fix for wizard
---------
Co-authored-by: unknown <ametivier@talend.com >
2023-03-03 11:03:33 +01:00
Jill Yan
5506094ec3
tcommon-studio-se/m80/APPINT-35365 ( #6006 )
...
* APPINT-35365 fix output flow empty
* APPINT-35365 fix output flow empty
* APPINT-35365 fix empty outflow name
* APPINT-35365 fix empty outflow name
2023-03-03 10:24:36 +08:00
sbliu
a0a7b7cc52
chore(TUP-37430) cleanup orgtalendlibraries ( #5985 )
...
* chore(TUP-37430) cleanup default group id org.talend.libraries
* remove extension of library needed
* recovery last removed 'librariesNeeded' extension for unit test
* revert , keep not changed
* revert for org.talend.libraries
2023-03-02 20:29:19 +08:00
sbliu
0a7eb0653f
Add localized files ( #6027 ) ( #6028 )
...
Co-authored-by: jzhangbj <jzhang@talend.com >
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
2023-03-02 20:03:44 +08:00
sbliu
baabcf9167
Add localized files ( #6024 ) ( #6026 )
...
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
2023-03-02 17:46:06 +08:00
Jane Ding
d24160aaf7
Revert "fix(TUP-37227):Issue building when items names too long ( #5905 )" ( #6023 )
...
This reverts commit 6e88e334a3 .
2023-03-02 15:59:50 +08:00
Emmanuel GALLOIS
ff42b63947
feat(TDI-49432): bump component-runtime to 1.54 ( #5994 )
2023-03-01 16:48:33 +01:00
kjwang
bc536f772e
TUP-38032 [Studio 8.0]"Overwrite existing item" option is not display ( #5983 )
...
TUP-38032 [Studio 8.0]"Overwrite existing item" option is not display even increase the window height to maximum
https://jira.talendforge.org/browse/TUP-38032
2023-03-01 09:32:50 +08:00
Jane Ding
6e88e334a3
fix(TUP-37227):Issue building when items names too long ( #5905 )
...
* fix(TUP-37227):Issue building when items names too long (#5828 )
* fix(TUP-37227):Issue building when items names too long
https://jira.talendforge.org/browse/TUP-37227
* fix(TUP-37227):Issue building when items names too long
https://jira.talendforge.org/browse/TUP-37227
* fix(TUP-37227):Issue building when items names too long
https://jira.talendforge.org/browse/TUP-37227
* fix(TUP-37227):Issue building when items names too long
https://jira.talendforge.org/browse/TUP-37227
* fix(TUP-37227):Issue building when items names too long
https://jira.talendforge.org/browse/TUP-37227
* fix(TUP-37227):Issue building when items names too long
https://jira.talendforge.org/browse/TUP-37227
* fix(TUP-37227):Issue building when items names too long
https://jira.talendforge.org/browse/TUP-37227
* fix(TUP-37227):Issue building when items names too long
https://jira.talendforge.org/browse/TUP-37227
Conflicts:
main/plugins/org.talend.designer.maven.ui/src/main/java/messages.properties
2023-02-27 19:04:04 +08:00
Jane Ding
5b86f87d99
Add localized files ( #6010 ) ( #6011 )
...
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
2023-02-24 16:46:50 +08:00
Jane Ding
11ff6ac63d
fix(TUP-37569):Update Support>Documentation link with CLM link ( #5979 )
...
* fix(TUP-37569):Update Support>Documentation link with CLM link
https://jira.talendforge.org/browse/TUP-37569
* fix(TUP-37569):Update Support>Documentation link with CLM link
https://jira.talendforge.org/browse/TUP-37569
2023-02-24 16:22:00 +08:00
Jane Ding
a4679a906a
fix(TUP-37568):Edits to the Help Contents menu ( #5981 )
...
* fix(TUP-37568):Edits to the Help Contents menu
https://jira.talendforge.org/browse/TUP-37568
* fix(TUP-37568):Edits to the Help Contents menu
https://jira.talendforge.org/browse/TUP-37568
2023-02-24 16:21:45 +08:00
Oleksandr Zhelezniak
a4a0bc0649
fix(TDI-49284): talend file enhanced ( #5989 )
2023-02-23 13:49:05 +02:00
jiezhang-tlnd
0709202ae3
fix(TUP-37874)SQL inject risk ( #6007 )
2023-02-23 15:13:12 +08:00
ypiel
899c5a03f6
Revert "chore(TDI-49432): bump component-runtime:1.54.0 ( #6001 )" ( #6003 )
...
This reverts commit 5e1bca282f .
2023-02-22 14:20:32 +01:00
ypiel
5e1bca282f
chore(TDI-49432): bump component-runtime:1.54.0 ( #6001 )
2023-02-22 14:04:54 +01:00
jiezhang-tlnd
61a8ed2b73
fix(TUP-37874)SQL inject risk ( #5955 )
...
* fix(TUP-37874)SQL inject risk
* add back
* add back
* SQL inject risk
2023-02-22 18:17:19 +08:00
kjwang
ab88eda019
TUP-37176 SSO logs out way too often on the Studio ( #5800 )
...
* TUP-37176 SSO logs out way too often on the Studio
https://jira.talendforge.org/browse/TUP-37176
2023-02-22 17:35:43 +08:00
zyuan-talend
c4942af4b0
fix(TUP-35060): tWarn does not show the TalendDate.TO_CHAR method. ( #5962 )
2023-02-21 11:57:43 +08:00
Jane Ding
80ccccb407
Add localized files ( #5995 )
...
* Add localized files (#5986 )
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
* Add localized files (#5991 )
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
---------
Co-authored-by: Alexiane Yvonet <ayvonet@talend.com >
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
2023-02-21 11:22:27 +08:00
hcyi
4063e6888b
fix(TUP-37696):Issue on redshift SSO metadata after update aws-java-sdk. ( #5925 )
...
* fix(TUP-37696):Issue on redshift SSO metadata after update aws-java-sdk.
* fix(TUP-37696):Issue on redshift SSO metadata after update aws-java-sdk.
2023-02-21 09:57:27 +08:00
Colm O hEigeartaigh
54d1a85c1f
TDI-49282 - maxDate in TalendDate is not validated ( #5944 )
2023-02-13 14:21:53 +08:00
Jane Ding
a2c23dd110
Add localized files ( #5978 )
...
* Add localized files (#5976 )
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
* Add localized files (#5977 )
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
---------
Co-authored-by: jzhangbj <jzhang@talend.com >
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
2023-02-10 09:44:10 +08:00
Zhiwei Xue
9e56acd4e5
feat(TUP-37353):Guess Schema for tBigQueryInput ( #5953 )
2023-02-09 17:00:24 +08:00
Zhiwei Xue
a9f5e42f6d
fix(TUP-37971):Studio 8 failed to update using "NIGHTLY" Update URL if ( #5973 )
...
Studio was used before
2023-02-09 11:30:22 +08:00
zyuan-talend
e4250d1120
fix(TUP-37700):generate microservice dependencies into componentIndex ( #5923 )
...
file.
2023-02-07 15:14:37 +08:00
sbliu
7225c51654
fix(TUP-37692) XPath json use context can't get any data when running job ( #5909 )
...
* fix(TUP-37692) some change not finished
* to show tree node according to if add root or add root/object
2023-02-07 09:32:21 +08:00
bhe-talendbj
11bf826613
feat(TUP-37595): reintroduce ingres/vectorwise in metedata ( #5902 )
...
* feat(TUP-37595): add back ingres and vectorwise db
* feat(TUP-37595): add back ingres and vectorwise db
* feat(TUP-37595): enable ingres and vectorwise
2023-02-06 17:24:29 +08:00
bhe-talendbj
2039df6058
fix(TUP-37920): fix sqllite retrieve tables ( #5959 )
2023-02-06 17:22:22 +08:00
hcyi
59147d2bf3
fix(TUP-36823):Generated SQL Query for Teradata misses reserved word ( #5915 )
...
"TIME"
2023-02-06 15:29:54 +08:00
bhe-talendbj
a272ce7fe3
feat(TUP-37841): Generating jsonform for all of components automatically ( #5947 )
...
* feat(TUP-37841): add jsonform generator
* feat(TUP-37841): add jsonform generator
* feat(TUP-37841): correct class path
* feat(TUP-37841): correct class path
* feat(TUP-37841): refactor
* feat(TUP-37841): refactor
2023-02-06 10:00:19 +08:00
jiezhang-tlnd
d32d4c1c2c
fix(TUP-37349)Data viewer for tCouchBaseInput get npe error ( #5848 )
...
* fix(TUP-37349)Data viewer for tCouchBaseInput get npe error
https://jira.talendforge.org/browse/TUP-37349
* Data viewer for tCouchBaseInput get npe error
2023-02-06 09:39:51 +08:00
Emmanuel GALLOIS
51ca13e2ee
fix(TCOMP-2368): align log4j version ( #5966 )
2023-02-03 14:31:10 +01:00
Zhiwei Xue
3d697f472c
fix(TUP-35407):project rootPom template not considered anymore. ( #5917 )
...
* fix(TUP-35407):project rootPom template not considered anymore.
* fix(TUP-35407):improve UI
2023-02-03 17:41:07 +08:00
kjwang
0dcd60f44b
TUP-37344 If access token & refresh token change to invalid, can't show ( #5835 )
...
TUP-37344 If access token & refresh token change to invalid, can't show log in dialog when user selected auto login
https://jira.talendforge.org/browse/TUP-37344
2023-02-03 11:02:47 +08:00
Jane Ding
8f59c857d8
fix(TUP-37358):Adding org.ops4j.pax.url.mvn.useFallbackRepositories=false for studio ops4j ( #5868 )
...
* fix(TUP-37358):Adding
org.ops4j.pax.url.mvn.useFallbackRepositories=false for studio ops4j
https://jira.talendforge.org/browse/TUP-37358
* fix(TUP-37358):Adding
org.ops4j.pax.url.mvn.useFallbackRepositories=false for studio ops4j
https://jira.talendforge.org/browse/TUP-37358
2023-02-02 17:26:06 +08:00
Jane Ding
442631c61b
fix(TUP-37253):Excel Metadata fails to set column names and results in ( #5816 )
...
IndexOutOfBounds for æ character
https://jira.talendforge.org/browse/TUP-37253
2023-02-02 17:25:45 +08:00
Emmanuel GALLOIS
31303fa608
feat(TDI-49275): bump component-runtime to 1.53.0 ( #5943 )
2023-02-01 11:21:34 +01:00
bhe-talendbj
fea26cbefa
fix(TUP-37425): Performance: Not Responding while Retrieving schema and the database contains many tables ( #5950 )
...
* fix(TUP-37425): fix retrieve schema
* fix(TUP-37425): check NPE
2023-01-30 19:38:16 +08:00
Jane Ding
21254ffaca
Add localized files ( #5945 ) ( #5946 )
...
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
Co-authored-by: build-talend-doc <build-talend-doc@talend.com >
2023-01-28 11:48:39 +08:00
bhe-talendbj
caa4b51cc4
chore(TUP-37660): upgrade sqlite-jdbc ( #5899 )
2023-01-18 14:37:10 +08:00
bhe-talendbj
b2fdccc3e7
chore: fix junit exe resolve ( #5936 )
...
* chore: fix exe resolve
* chore: revert unnecessay changes
* chore: remove exe dependency test
2023-01-17 17:55:34 +08:00
jiezhang-tlnd
da208c72f6
force update time stamp ( #5934 )
2023-01-17 16:11:39 +08:00
bhe-talendbj
bd6a271805
bugfix(TUP-37425): Performance: Not Responding while Retrieving schema and the database contains many tables ( #5864 )
...
* fix(TUP-37425): retrieve table comment once
* fix(TUP-37425): add busy indicator
* fix(TUP-37425): fix UI responsiveness
2023-01-16 19:26:43 +08:00
Zhiwei Xue
cd5af34395
fix(TUP-37751):Data view/Guess schema fail if set java interpreter to ( #5924 )
...
jdk 8
2023-01-11 21:15:09 +08:00
bhe-talendbj
ba71689fac
feat(TUP-37030): Research: Enable signing GIT commits from GPG ( #5767 )
...
* feat(TUP-37030): enable git preference page
* feat(TUP-37030): enable egit preference page for standard mode
2023-01-11 10:29:30 +08:00
hzhao
f6a123ad2b
feat(TUP-37472): Oracle version cleanup ( #5895 )
...
* feat(TUP-37472): Oracle version cleanup
* feat(TUP-37472): Oracle version cleanup
* feat(TUP-37472): Oracle version cleanup
* feat(TUP-37472): Oracle version cleanup
2023-01-11 10:10:58 +08:00
sbliu
14d9caec2e
feat(TUP-36197) Remove git branch name in project setting ( #5898 )
...
* feat(TUP-36197) retrieve branch name for build/publish job
* set branch value from null to empty
2023-01-10 15:26:20 +08:00
hzhao
96f177cb95
chore(TUP-35265): upgrade 'crypto-utils' jar in low level ( #5647 )
...
* chore(TUP-35265): upgrade 'crypto-utils' jar in low level
* chore(TUP-35265): upgrade 'crypto-utils' jar in low level
* chore(TUP-35265): upgrade 'crypto-utils' jar in low level
* chore(TUP-35265): upgrade 'crypto-utils' jar in low level
* chore(TUP-35265): upgrade 'crypto-utils' jar in low level
* chore(TUP-35265): upgrade 'crypto-utils' jar in low level
* chore(TUP-35265): upgrade 'crypto-utils' jar in low level
* chore(TUP-35265): upgrade 'crypto-utils' jar in low level
* chore(TUP-35265): upgrade 'crypto-utils' jar in low level
2023-01-10 14:42:34 +08:00
kjwang
4a34141e6f
TUP-30674 Support rename on custom jar and inner code. ( #5831 )
...
TUP-30674 Support rename on custom jar and inner code.
https://jira.talendforge.org/browse/TUP-30674
2023-01-10 11:51:31 +08:00
Wei Hua
9bf06c26bb
APPINT-35260 CVE-2022-36033, jsoup:1.14.2 ( #5892 )
2023-01-09 18:15:17 +08:00
Jane Ding
51010064c7
fix(TUP-37012):Help Pane: Online Tools menu: ( #5858 )
...
* fix(TUP-37012):Help Pane: Online Tools menu:
Bugtracker/sources/exchange/forum menus
https://jira.talendforge.org/browse/TUP-37012
* fix(TUP-37012):Help Pane: Online Tools menu:
Bugtracker/sources/exchange/forum menus
https://jira.talendforge.org/browse/TUP-37012
* fix(TUP-37012):Help Pane: Online Tools menu:
Bugtracker/sources/exchange/forum menus
https://jira.talendforge.org/browse/TUP-37012
2023-01-09 10:36:43 +08:00
Zhiwei Xue
d0a5c76459
feat(TUP-36692):Modify Studio launcher ini for more --add-opens when apply monthly update ( #5824 )
...
* feat(TUP-36692):Modify Studio launcher ini for more --add-opens when
apply monthly update
* Revert "feat(TUP-36692):Modify Studio launcher ini for more --add-opens when apply monthly update"
This reverts commit 7ce834063440af5b87c9a35f1ecfbbdc67413829.
* feat(TUP-36692): include p2.inf for patch only
2023-01-06 16:25:16 +08:00
Emmanuel GALLOIS
4b308e1d34
feat(TCOMP-2235): bump cxf to 3.5.5
2023-01-05 12:02:14 +01:00
Emmanuel GALLOIS
b39332b706
feat(TCOMP-2235): bump component-runtime to 1.52.1 ( #5908 )
2023-01-05 11:58:17 +01:00
hcyi
556ab359d9
fix(TUP-37587):CVE : upgrade redshift-jdbc42 to 2.1.0.10 or latest ( #5886 )
2023-01-05 11:25:54 +08:00
jiezhang-tlnd
55f8537c15
chore(TUP-37524)CVE-2022-46364,org.apache.cxf:cxf-core:3.4.4,3.5.2 ( #5878 )
2023-01-04 16:36:08 +08:00
jiezhang-tlnd
98f0a248dc
chore(TUP-37124)CVE-2022-36033,org.jsoup:jsoup:1.14.2 ( #5793 )
...
* chore(TUP-37124)CVE-2022-36033,org.jsoup:jsoup:1.14.2
* change verison to 1.15.3
2022-12-30 14:41:42 +08:00
Jane Ding
360c36b6bb
fix(TUP-37467):[8.0.1&7.3.1] custom component are no more build as ( #5876 )
...
* fix(TUP-37467):[8.0.1&7.3.1] custom component are no more build as
snapshot but releases since june/july patch
https://jira.talendforge.org/browse/TUP-37467
* fix(TUP-37467):[8.0.1&7.3.1] custom component are no more build as
snapshot but releases since june/july patch
https://jira.talendforge.org/browse/TUP-37467
* fix(TUP-37467):[8.0.1&7.3.1] custom component are no more build as
snapshot but releases since june/july patch
https://jira.talendforge.org/browse/TUP-37467
* fix(TUP-37467):[8.0.1&7.3.1] custom component are no more build as
snapshot but releases since june/july patch
https://jira.talendforge.org/browse/TUP-37467
2022-12-28 17:41:01 +08:00
kjwang
c5e48b7e97
feat: TUP-37444 DI Repository view improvements ( #5881 ) ( #5897 )
...
* feat: TUP-37444 DI Repository view improvements
https://jira.talendforge.org/browse/TUP-37444
2022-12-27 10:24:43 +08:00
Chao MENG
8b3040a4f6
feat(TUP-37052): dark theme support ( #5849 )
...
feat(TUP-37052): dark theme support
https://jira.talendforge.org/browse/TUP-37052
2022-12-26 15:27:53 +08:00
Jane Ding
fac09dcc63
Revert "fix(TUP-37227):Issue building when items names too long ( #5828 )" ( #5889 )
...
This reverts commit 00a777d477 .
2022-12-23 11:43:18 +08:00
pyzhou
f97757fa8e
fix(TDI-49103):bump up tck 1.52.0 ( #5884 )
2022-12-22 10:30:14 +08:00
wchen-talend
3a557a7658
feat(TUP-36415): fix tuj ( #5879 )
2022-12-20 09:58:37 +08:00
Jane Ding
00a777d477
fix(TUP-37227):Issue building when items names too long ( #5828 )
...
* fix(TUP-37227):Issue building when items names too long
https://jira.talendforge.org/browse/TUP-37227
* fix(TUP-37227):Issue building when items names too long
https://jira.talendforge.org/browse/TUP-37227
2022-12-19 12:02:00 +08:00
jiezhang-tlnd
eb661b81c5
80 loc ja jp 2022 12 15 08 15 ( #5875 )
...
* Add localized files (#5873 )
Co-authored-by: jenkins-git <jenkins-git@talend.com >
* Add localized files (#5874 )
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: Alexiane Yvonet <ayvonet@talend.com >
2022-12-16 11:35:38 +08:00
Zhiwei Xue
557afc2b02
feat(TUP-36415): set java 17 options unselected by default ( #5871 )
2022-12-15 15:11:22 +08:00
zyuan-talend
965a4d5a3b
fix(TUP-36936):CVE: CVE-not-disclosed, upgrade org.sonatype.plexus:plexus-cipher:1.4 to org.codehaus.plexus:1.8. ( #5859 )
2022-12-14 16:31:44 +08:00
Wei Hua
bde2e73cfa
- remove duplicate classes ItemReportRecorder/ItemsReportUtil/MigrationReportHelper/MigrationReportRecorder ( #5782 )
2022-12-12 10:19:25 +01:00
bhe-talendbj
421dde4b8e
feat(TUP-37162): Improvement needed for standard Git mode ( #5805 )
...
* feat(TUP-37162): add new repository node status api
* feat(TUP-37162): init impl
* feat(TUP-37162): add new api
* feat(TUP-37162): remove unnecessary changes
* feat(TUP-37162): fix logoff
* feat(TUP-37162): compute invalid referenced projects
* feat(TUP-37162): add ref project
2022-12-09 15:50:44 +08:00
jiezhang-tlnd
037502c43c
Add localized files ( #5862 ) ( #5863 )
...
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: jzhangbj <jzhang@talend.com >
Co-authored-by: jenkins-git <jenkins-git@talend.com >
2022-12-09 09:24:38 +08:00
jiezhang-tlnd
12345b5216
Add localized files ( #5860 ) ( #5861 )
...
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
Co-authored-by: jenkins-git <jenkins-git@talend.com >
2022-12-08 18:21:17 +08:00
Emmanuel GALLOIS
850a8cbdf6
feat(TDI-48896): bump component-runtime to 1.51.2 ( #5853 )
2022-12-06 08:47:05 +01:00
pyzhou
fe6ed85b34
fix(TDI-48873):reload4j wrong artifactId ( #5856 )
2022-12-06 11:55:56 +08:00
pyzhou
46a2aac8c1
fix(TDI-48873):sl4j upgrade 1.7.34 ( #5833 )
...
* fix(TDI-48873):sl4j upgrade 1.7.34
# Conflicts:
# main/plugins/org.talend.designer.maven.repo.tck/pom.xml
* slf4j-reload4j
* reload4j
2022-12-06 10:36:33 +08:00
Zhiwei Xue
424266a771
feat(TUP-36415):fix junit failure ( #5854 )
2022-12-06 10:10:31 +08:00
Zhiwei Xue
d2751b3e59
workitem(TUP-37424):Add a system property to setup global module access ( #5851 )
2022-12-05 17:35:50 +08:00
Chao MENG
90aeb07148
fix(TUP-37051): Studio perspective continuously reset after install R2022-09 patch ( #5803 )
...
* fix(TUP-37051): Studio perspective continuously reset after install
R2022-09 patch
https://jira.talendforge.org/browse/TUP-37051
* fix(TUP-37051): Studio perspective continuously reset after install
R2022-09 patch
https://jira.talendforge.org/browse/TUP-37051
* fix(TUP-37051): Studio perspective continuously reset after install
R2022-09 patch
https://jira.talendforge.org/browse/TUP-37051
* fix(TUP-37051): Studio perspective continuously reset after install
R2022-09 patch
https://jira.talendforge.org/browse/TUP-37051
2022-12-05 11:19:09 +08:00
Zhiwei Xue
ef76386e26
feat(TUP-36415):Add needed --add-opens parameters for job execution ( #5650 )
...
* feat(TUP-36415):Add needed --add-opens parameters for job execution
* feat(TUP-36415): Fix parse java version error.
* feat(TUP-36415): append components info in module_access.properties
* feat(TUP-36415):enable internal access by default for new project
* Revert "feat(TUP-36415): Fix parse java version error."
This reverts commit 0286bcf31a90127aabe3b541d4dc61ff7c464411.
* feat(TUP-36415): fix tuj (#5739 )
* feat(TUP-36415):fix testcase related problem
* feat(TUP-36415):fix tck guess schema
* feat(TUP-37053):Handle Studio not managed --add-opens for JDBC and user
component for Job execution
* feat(TUP-36415):add junit
* feat(TUP-36415):fix tDqReportRun action
* fix(TUP-37335):the setting is not updated timely
* fix(TUP-37342):[bug] Dataview Database schema fail
* fix(TUP-37352):MongoDBOutput is unable work in the Java 17
* fix(TUP-37374):[bug] guess schema for couchbase get error
2022-12-02 15:43:28 +08:00
jiezhang-tlnd
a76d9081dc
Add localized files ( #5845 ) ( #5850 )
...
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
Co-authored-by: jenkins-git <jenkins-git@talend.com >
2022-12-02 15:16:46 +08:00
hzhao
6d10555da1
fix(TUP-37161): Pop up windows can not be closed when log on a migrate ( #5838 )
...
* fix(TUP-37161): Pop up windows can not be closed when log on a migrate
big project
* fix(TUP-37161): Pop up windows can not be closed when log on a migrate
2022-12-02 10:53:49 +08:00
Jane Ding
6aec89ed62
Fix MetadataTalendTypeFilterTest.sparkDynamicTypeTest junit fail ( #5842 )
2022-11-29 17:08:57 +01:00
hcyi
4d5c0aba06
feat(TUP-35746):Change the download of jars ( #5840 )
2022-11-29 15:41:58 +08:00
sbliu
156a67b79a
chore(TUP-36969) upgrade slf4j ( #5810 )
...
* chore(TUP-36969) upgrade slf4j
* add dependency to slf4j 1.7.34
* replace slf4j-log4j12 with slf4j-reload4j
* slf4j-log4j12-1.7.34.jar replaced with slf4j-reload4j-1.7.34.jar
2022-11-25 17:41:43 +08:00
Chao MENG
0de0c82b35
fix(TUP-37228): Studio errors when attempting to create a Cloudera Dynamic Distro when repository.apache.org port 80 is blocked ( #5822 )
...
* fix(TUP-37228): Studio errors when attempting to create a Cloudera
Dynamic Distro when repository.apache.org port 80 is blocked
https://jira.talendforge.org/browse/TUP-37228
* fix(TUP-37228): Studio errors when attempting to create a Cloudera
Dynamic Distro when repository.apache.org port 80 is blocked
https://jira.talendforge.org/browse/TUP-37228
2022-11-25 14:49:41 +08:00
Zhiwei Xue
83d720a6df
fix(TUP-37254):Error in selectively generating all poms when a job is ( #5813 )
...
used as child job from multiple jobs
2022-11-23 11:37:29 +08:00
Jane Ding
bba3a2a7ff
fix(TUP-36933):[7.3.1] import dependencies is not working when we do a ( #5790 )
...
* fix(TUP-36933):[7.3.1] import dependencies is not working when we do a
copy from brunch
https://jira.talendforge.org/browse/TUP-36933
* fix(TUP-36933):[7.3.1] import dependencies is not working when we do a
copy from brunch
https://jira.talendforge.org/browse/TUP-36933
* fix(TUP-36933):[7.3.1] import dependencies is not working when we do a
copy from brunch
https://jira.talendforge.org/browse/TUP-36933
* fix(TUP-36933):[7.3.1] import dependencies is not working when we do a
copy from brunch
https://jira.talendforge.org/browse/TUP-36933
2022-11-22 11:08:34 +08:00
kjwang
33e9a9bf7c
TUP-37007 Disable DTDs feature for DocumentBuilder in class org.eclipse.urischeme.patched.internal.registration.PlistFileWriter ( #5763 )
...
* TUP-37007 Disable DTDs feature for DocumentBuilder in class
org.eclipse.urischeme.patched.internal.registration.PlistFileWriter
https://jira.talendforge.org/browse/TUP-37007
2022-11-22 10:10:33 +08:00
Jane Ding
865d4317ea
Add localized files ( #5825 )
...
* Add localized files (#5811 )
Co-authored-by: jenkins-git <jenkins-git@talend.com >
* Add localized files (#5814 )
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: jzhangbj <jzhang@talend.com >
2022-11-22 09:53:15 +08:00
zyuan-talend
8949a8291a
fix(TUP-37016):CVE-2022-41853, upgrade org.hsqldb:hsqldb:2.3.1 to 2.7.1. ( #5806 ) ( #5807 )
2022-11-17 11:45:08 +08:00
Samuel ANTOINE
620a43e169
feat(TBD-14288): add dynamic schema on tAvroInput ( #5659 )
...
feat(TBD-14288): add dynamic schema on tavroinput
2022-11-16 09:07:12 +01:00
hcyi
6143714a75
feat(TUP-35746):Change the download of jars ( #5789 )
2022-11-16 10:41:58 +08:00
pyzhou
613ec4e1ae
fix(TDI-48676):ResumeUtil OOM
...
* fix(TDI-48676):ResumeUtil OOM
* replace duplicate variable
2022-11-15 20:15:49 +08:00
zyuan-talend
c2f33ca3c7
fix(TUP-37016):CVE-2022-41853, upgrade org.hsqldb:hsqldb:2.3.1 to 2.7.1 ( #5783 ) ( #5762 )
2022-11-15 15:07:20 +08:00
Jane Ding
ee7e8a0a32
Add localized files ( #5795 )
...
* Add localized files (#5784 )
Co-authored-by: jenkins-git <jenkins-git@talend.com >
* Add localized files (#5785 )
Co-authored-by: jenkins-git <jenkins-git@talend.com >
* Add localized files (#5786 )
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: Alexiane Yvonet <ayvonet@talend.com >
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
Co-authored-by: jzhangbj <jzhang@talend.com >
2022-11-15 09:44:45 +08:00
bhe-talendbj
f28610deb2
feat(TUP-35957): Use standard git storage mode in workspace ( #5447 )
...
* feat(TUP-35957): add new api
* feat(TUP-35957): reference project checking for new git mode
* feat(TUP-35957): support multiple git repo for reference projects
* feat(TUP-35957): add new api
* feat(TUP-35957): revert ICoreService changes
* feat(TUP-35957): fix NPE
* feat(TUP-35957): add switch check
* feat(TUP-35957): add new api
* feat(TUP-35957): add api
* feat(TUP-35957): add notifiction service
* feat(TUP-35957): fix popup and jobInfo
2022-11-10 17:53:37 +08:00
pyzhou
77b762d835
fix(TDI-48441):CVE reload4j 1.2.22 ( #5776 )
2022-11-10 17:31:35 +08:00
Wei Hua
c8ff7f0115
fix(APPINT-35058) [8.0.1] Add optional mechanism to align project models BUILD_TYPE ( #5780 )
2022-11-09 16:43:18 +01:00
Emmanuel GALLOIS
257085413d
feat(TDI-48644): bump component-runtime to 1.50 ( #5664 )
2022-11-09 13:17:49 +01:00
sbliu
743861d278
chore(TUP-36964) commons-text upgrade to 1.10.0 ( #5765 )
...
* chore(TUP-36964) commons-text upgrade to 1.10.0
* update reference part of commons-text
recovery tcksdk/pom.xml (will be upgraded by DI team)
* remove unused lower version jar
2022-11-09 14:38:51 +08:00
sbliu
a464909db1
feat(TUP-32228) Load multiple libraries with routine by detect the selected module ( #5672 )
...
* feat(TUP-32228) allow add direct dependencies for select module, for global routine,custom routine jars, global beans, custom bean jars
* share dependencies to custom nexus if needed
* add progress dialog for maven command execution
2022-11-09 09:54:18 +08:00
zyuan-talend
33121074d8
fix(TUP-36566):CVE:upgrade reload4j to 1.2.22. ( #5735 )
...
* fix(TUP-36566):CVE:upgrade reload4j to 1.2.22.
* fix(TUP-36566):CVE:upgrade reload4j to 1.2.22.
2022-11-08 15:10:26 +08:00
pyzhou
3e3eca887d
fix(TDI-48793):CVE Apache commons text 1.10.0 ( #5768 )
2022-11-08 12:13:37 +08:00
hcyi
81991f3acf
feat(TUP-33031):List invalid items with Project analysis of 8.0 ( #5726 )
...
* feat(TUP-33031):List invalid items with Project analysis of 8.0
* feat(TUP-33031):improve for List invalid items with Project analysis of
8.0
* feat(TUP-33031):improve for List invalid items with Project analysis of
8.0
* feat(TUP-33031):improve for List invalid items with Project analysis of
2022-11-07 18:42:23 +08:00
Jane Ding
cc7f8e4183
fix(TUP-36862):Transfer pendo to EE ( #5723 )
...
* fix(TUP-36862):Transfer pendo to EE
https://jira.talendforge.org/browse/TUP-36862
* fix(TUP-36862):Transfer pendo to EE
https://jira.talendforge.org/browse/TUP-36862
* fix(TUP-36862):Transfer pendo to EE
https://jira.talendforge.org/browse/TUP-36862
* fix(TUP-36862):Transfer pendo to EE
https://jira.talendforge.org/browse/TUP-36862
2022-11-04 15:14:14 +08:00
Wei Hua
718c7055c5
APPINT-35058 [8.0.1] Add optional mechanism to align project models BUILD_TYPE ( #5678 )
...
Co-authored-by: apoltavtsev <apoltavtsev@gmail.com >
2022-11-03 17:28:37 +08:00
sbieliaievl
74b613a5e4
fix(APPINT-35116) - fix for nexus versions ( #5743 )
2022-11-03 10:25:50 +02:00
sbliu
c1e0c419e3
chore(TUP-36930) upgrade jackson-databind to 2.13.4.2,jackson-core/jackson-annotations to 2.13.4 ( #5719 )
2022-11-01 14:37:05 +08:00
Xilai Dai
4b5b9ad5c5
feat(APPINT-34707) add new getService() into BundleUtils class ( #5610 )
2022-10-31 17:25:01 +08:00
Zhiwei Xue
0b9dc184ec
feat(TUP-36683):Selective generateAllPoms ( #5753 )
2022-10-31 16:45:23 +08:00
kjwang
65fc3816e2
Fix TUP-32606 Support SSO on Studio fix build error on 80 ( #5752 )
...
Fix TUP-32606 Support SSO on Studio fix build error on 80
2022-10-31 12:02:35 +08:00
Jane Ding
0ac2233c7f
Add localized files ( #5750 )
...
* Add localized files (#5745 )
Co-authored-by: jenkins-git <jenkins-git@talend.com >
* Add localized files (#5725 )
Co-authored-by: jenkins-git <jenkins-git@talend.com >
* Add localized files (#5732 )
Co-authored-by: jenkins-git <jenkins-git@talend.com >
* Add localized files (#5747 )
Co-authored-by: jenkins-git <jenkins-git@talend.com >
* Add localized files (#5746 )
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: Alexiane Yvonet <ayvonet@talend.com >
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
Co-authored-by: jzhangbj <jzhang@talend.com >
2022-10-27 16:55:08 +08:00
Zhiwei Xue
a5fce652e2
feat(TUP-36683):Selective generateAllPoms ( #5676 )
2022-10-26 20:47:35 +08:00
Svitlana Anulich
62c3cd96fc
fix(TBD-14328): ClassNotFoundException when check service for CDP 7.x knox ( #5715 ) ( #5740 )
2022-10-24 17:05:11 +03:00
kjwang
617d7a0971
TUP-36904 Ubuntu ARM64: Cannot "login with TalendCloud" with installed ( #5714 )
...
TUP-36904 Ubuntu ARM64: Cannot "login with TalendCloud" with installed studio
https://jira.talendforge.org/browse/TUP-36904
2022-10-21 17:59:49 +08:00
sbliu
8e71165264
fix(TUP-36726) change tooltip message ( #5730 )
2022-10-21 11:16:54 +08:00
Emmanuel GALLOIS
cee928c438
Revert "feat(TDI-48595): REVERT bump component-runtime dependencies ( #5708 )" ( #5727 )
...
This reverts commit 30139714d4 .
2022-10-20 12:41:22 +02:00
Emmanuel GALLOIS
30139714d4
feat(TDI-48595): REVERT bump component-runtime dependencies ( #5708 )
2022-10-20 10:49:08 +02:00
sbieliaievl
d31a64654e
fix(APPINT-34581) - fixed versions
2022-10-18 14:31:48 +02:00
Liu Xinquan
22f590c376
fix(TDQ-20751) tDqReportRun Snowflake Context ( #5694 )
2022-10-17 17:32:10 +08:00
jiezhang-tlnd
aba7988f3b
Add localized files ( #5695 ) ( #5697 )
...
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
Co-authored-by: jenkins-git <jenkins-git@talend.com >
2022-10-17 09:32:23 +08:00
Laurent BOURGEOIS
7e0ef66029
fix(TBD-14263):Support MongoDB v4+ - Spark Batch 3.1+ - GA ( #5686 ) ( #5698 )
2022-10-14 15:50:59 +02:00
Samuel ANTOINE
cc953fa42f
(fix-bug) junit on dynamic schema component declaration ( #5692 )
...
Co-authored-by: samuel_antoine <santoine@talend.com >
2022-10-13 18:03:22 +08:00
sbieliaievl
6efda8ecae
fix(APPINT-34581) - Studio cloud publish Talend Runtime versions ( #5614 )
...
* Revert "Revert "Route and data services features versions behave differently in Talend Runtime (#5531 )" (#5575 )"
This reverts commit e1743f86d3 .
* fix(APPINT-34581) - code refactoring for getting versions
* Revert "Revert "Route and data services features versions behave differently in Talend Runtime (#5531 )" (#5575 )"
This reverts commit e1743f86d3 .
* fix(APPINT-34581) - code refactoring for getting versions
* fix(APPINT-34581) - removed CI cloud publish related changes
* fix(APPINT-34581) - added get version methods for feature and bundle
* fix(APPINT-34581)
* fix(APPINT-34581) - changed
* fix(APPINT-34581) - code refactoring
* fix(APPINT-34581) - code refactoring
2022-10-13 10:25:00 +03:00
kjwang
396f9ef099
TUP-36732 Studio can not fetch SSO access token automatically if stay on ( #5689 )
...
TUP-36732 Studio can not fetch SSO access token automatically if stay on logon dialog for long time
https://jira.talendforge.org/browse/TUP-36732
2022-10-13 15:04:36 +08:00
Jane Ding
d6acf0a5be
fix(TUP-36893):Add new column import_product for Import items pendo ( #5690 )
...
event
https://jira.talendforge.org/browse/TUP-36893
2022-10-13 15:03:51 +08:00
sbliu
50cdd7f3c6
fix(TUP-36726) add warning icon and tip message. ( #5683 )
2022-10-13 14:49:23 +08:00
Jane Ding
508867dce3
fix(TUP-36284):Compile error in Studio ( #5607 )
...
* fix(TUP-36284):Compile error in Studio
https://jira.talendforge.org/browse/TUP-36284
* fix(TUP-36284):Compile error in Studio
https://jira.talendforge.org/browse/TUP-36284
2022-10-13 11:13:39 +08:00
Svitlana Anulich
7cf9823f64
fix(TBD-14194): add knox session timeout variable ( #5685 )
2022-10-12 23:29:30 +03:00
sbieliaievl
80f3b27c0c
feat(APPINT-26700) - Ability to modify microservice application properties file within Talend Studio ( #5590 )
...
Co-authored-by: arashankar <abdulhamid0606@gmail.com >
2022-10-12 12:30:28 +02:00
kjwang
d872ced133
Fix TUP-36747 Improve logs when Log in with Talend Cloud ( #5679 )
...
Fix TUP-36747 Improve logs when Log in with Talend Cloud
https://jira.talendforge.org/browse/TUP-36747
2022-10-12 16:48:20 +08:00
Emmanuel GALLOIS
2d9fffa6d4
feat(TDI-48595): bump component-runtime to 1.49 ( #5649 )
2022-10-12 10:21:06 +02:00
kjwang
bf8135943a
TUP-36812 If user installed JAVA version less than 11, Web browser can't ( #5673 )
...
* TUP-36812 If user installed JAVA version less than 11, Web browser can't
call back SSO client.
https://jira.talendforge.org/browse/TUP-36812
2022-10-12 15:26:02 +08:00
Jane Ding
83ec5c0d42
fix(TUP-36780):Add tracking to Studio ( #5655 )
...
https://jira.talendforge.org/browse/TUP-36780
2022-10-12 10:47:26 +08:00
Jane Ding
26a119649b
fix(TUP-36710):Some tMap data not show in pendo ( #5636 )
...
https://jira.talendforge.org/browse/TUP-36710
2022-10-12 10:46:21 +08:00
jiezhang-tlnd
be594bc22c
80 loc fr fr 2022 10 06 04 08 ( #5670 )
...
* Add localized files (#5662 )
Co-authored-by: jenkins-git <jenkins-git@talend.com >
* Add localized files (#5665 )
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: Alexiane Yvonet <ayvonet@talend.com >
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
2022-10-09 10:38:50 +08:00
jiezhang-tlnd
f917599a0c
80 2022 09 29 07 23 ( #5657 )
...
* Add localized files (#5653 )
Co-authored-by: jenkins-git <jenkins-git@talend.com >
* Add localized files (#5656 )
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: Alexiane Yvonet <ayvonet@talend.com >
2022-09-30 15:54:05 +08:00
Samuel ANTOINE
90c5220f08
feat(TBD-13810): add dynamic schema on tfileinputdelimited ( #5599 )
...
feat(TBD-13810): add dynamic schema on tfileinputdelimited (#5599 )
2022-09-30 09:47:13 +02:00
sbliu
b963938b24
fix(TUP-36169) Performance issue when execute "Generate Doc as html" ( #5579 )
2022-09-30 14:33:18 +08:00
dicarcab
37af226974
fix(TBD-10400): Reject flow doesn't work correctly for dates in extra… ( #5630 )
2022-09-27 10:31:23 +02:00
kjwang
3a7614ee6a
TUP-36748 Studio send request to wrong data center when token invalid ( #5633 ) ( #5646 )
...
* TUP-36748 Studio send request to wrong data center when token invalid
https://jira.talendforge.org/browse/TUP-36748
2022-09-26 18:31:12 +08:00
kjwang
efd27e4ec9
Fix TUP-36733 Fix junit error on maintenance/8.0 ( #5628 )
...
Fix TUP-36733 Fix junit error on maintenance/8.0
https://jira.talendforge.org/browse/TUP-36733
2022-09-23 19:48:24 +08:00
kjwang
e12e687963
Fix TUP-36740 When open tmc login page, we should encode all the ( #5631 ) ( #5632 )
...
Fix TUP-36740 When open tmc login page, we should encode all the parameters in URL
https://jira.talendforge.org/browse/TUP-36740
2022-09-22 21:06:41 +08:00
jiezhang-tlnd
9c1122e971
Add localized files ( #5627 ) ( #5629 )
...
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
Co-authored-by: jenkins-git <jenkins-git@talend.com >
2022-09-22 18:23:50 +08:00
zyuan-talend
b684d299f4
fix(TUP-36519):"Detect and update all jobs" does not update all jobs. ( #5596 )
2022-09-22 12:55:26 +08:00
sbliu
c6b22629fd
feat(TUP-36340) fix problem that still show missing orai18n jar . ( #5616 )
2022-09-22 09:58:42 +08:00
kjwang
355d94e5de
Fix TUP-36723 can not list project when use old way to fetch from token ( #5613 ) ( #5621 )
...
Fix TUP-36723 can not list project when use old way to fetch from token
https://jira.talendforge.org/browse/TUP-36723
2022-09-22 09:54:16 +08:00
kjwang
6318fb8131
kjwang/Fix TUP-36721 Only display SSO page for Talend Studio ( #5611 ) ( #5620 )
...
kjwang/Fix TUP-36721 Only display SSO page for Talend Studio
https://jira.talendforge.org/browse/TUP-36721
2022-09-22 09:35:49 +08:00
kjwang
a490fe61ab
Fix: TUP-36714 Improve the code for SSO feature ( #5608 ) ( #5612 )
...
* Fix: TUP-36714 Improve the code for SSO feature
https://jira.talendforge.org/browse/TUP-36714
2022-09-21 13:03:39 +08:00
zshen-talend
2b6fe49b09
fix(TDQ-19700):snowflake type don't should show on the combo list of DB ( #5605 )
...
* fix(TDQ-19700):snowflake type don't should show on the combo list of DB
wizard
* fix(TDQ-19700): second time switch context failed when schema is empty
2022-09-20 12:23:27 +08:00
kjwang
351bf44095
Temp commit ( #5271 )
...
TUP-32606 Support SSO on Studio
https://jira.talendforge.org/browse/TUP-32606
2022-09-16 15:06:03 +08:00
jiezhang-tlnd
5bab4f7de2
Add localized files ( #5598 ) ( #5600 )
...
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: Alexiane Yvonet <ayvonet@talend.com >
Co-authored-by: jenkins-git <jenkins-git@talend.com >
2022-09-16 10:23:48 +08:00
Emmanuel GALLOIS
9479f25100
feat(TDI-48418): Bump component-runtime to 1.48 ( #5593 )
2022-09-15 11:42:52 +02:00
zshen-talend
fc7cae42bf
fix(TDQ-19700): fix the bug about second time switch change original value( #5595 )
2022-09-15 12:19:23 +08:00
jiezhang-tlnd
c8dcf3e70e
Add localized files ( #5585 ) ( #5589 )
...
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: jzhangbj <jzhang@talend.com >
Co-authored-by: jenkins-git <jenkins-git@talend.com >
2022-09-09 17:52:07 +08:00
jiezhang-tlnd
3b7f69525c
Add localized files ( #5583 ) ( #5587 )
...
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
Co-authored-by: jenkins-git <jenkins-git@talend.com >
2022-09-09 17:18:33 +08:00
AlixMetivier-zz
996d2ee452
feat(TBD-13647): allow switch from transient to interactive cluster ( #5424 )
...
Co-authored-by: unknown <ametivier@talend.com >
2022-09-08 16:35:11 +02:00
sbliu
a695e44d7f
feat(TUP-36340) oracle add support of orai18n.jar ( #5528 )
...
orai18n jar version using 19, same as ojdbc version of oracle 18,
support nls feature only apply to oracle 18
2022-09-08 10:41:39 +08:00
Liu Xinquan
f77aadd99f
Xqliu/tdq 20610 lucene core 8.0 ( #5566 )
2022-09-06 17:19:27 +08:00
sbieliaievl
e1743f86d3
Revert "Route and data services features versions behave differently in Talend Runtime ( #5531 )" ( #5575 )
...
This reverts commit c88e5002b3 .
2022-09-06 11:13:24 +03:00
hzhao
5ef866743b
fix(TUP-36593): Nexus proxy password is stored in clear text in project ( #5562 )
2022-09-05 23:34:20 +08:00
zshen-talend
656987c139
feat(TDQ-19700): add condition to avoid junit failed ( #5573 )
2022-09-05 22:12:38 +08:00
zshen-talend
e8902f55cc
Zshen/feat/tdq 19700 3support switch context for snowflake jdbc ( #5567 )
2022-09-02 15:57:46 +08:00
sbliu
024bd7bf5c
fix junit failure on 8.0 ( #5559 )
2022-09-02 09:32:00 +08:00
msjian
5e1d06edf6
chore(TDQ-20612): a wording issue ( #5561 )
2022-09-01 16:35:54 +08:00
sbieliaievl
73699ce3c1
Version in Cloud Artifact tab is not updated ( #5538 )
...
* fix(APPINT-34899) - added new constants for cloud publish event
* fix(APPINT-34899) - added cloud name constant for cloud version event
2022-09-01 10:52:03 +03:00
Oleksandr Zhelezniak
b218688c82
fix(TDI-48431): synchronize flush resumeutil ( #5552 )
2022-09-01 10:08:17 +03:00
bhe-talendbj
5fb4b545f4
feat(TUP-36373): Delete .m2 with UI option when apply a monthly update ( #5549 )
...
* feat(TUP-36373): initial impl
* feat(TUP-36373): delete m2 during startup
* feat(TUP-36373): delete m2 during startup
2022-09-01 10:10:58 +08:00
sbliu
4d9fa8adee
chore(TUP-36502) upgrade org.postgresql:postgresql:42.2.25 to 42.2.26 ( #5545 )
2022-08-31 09:34:14 +08:00
hcyi
75c8efe0f0
fix(TUP-36483):Code generation fails with xmlmap. ( #5540 )
2022-08-30 17:56:58 +08:00
jiezhang-tlnd
cfc2a29f92
fix(TUP-35898)Studio does not display an error message when importing ( #5397 )
...
* fix(TUP-35898)Studio does not display an error message when importing
bad zip job archive
* format code
2022-08-30 09:32:17 +08:00
bhe-talendbj
3c2ccf0f38
feat(TUP-35886): add new method to rename tck component name ( #5436 )
...
* feat(TUP-35886): add new method to rename tck component name
* feat(TUP-35886): add junit
* feat(TUP-35886): add junit
* feat(TUP-35886): refactor name
* feat(TUP-35886): fix junit
* feat(TUP-35886): fix junit
* feat(TUP-35886): refactor and update doc
2022-08-29 17:45:27 +08:00
Jane Ding
48905f03a9
feat(TUP-35712):Track item signature with Pendo ( #5499 )
...
* feat(TUP-35712):Track item signature with Pendo
https://jira.talendforge.org/browse/TUP-35712
* feat(TUP-35712):Track item signature with Pendo
https://jira.talendforge.org/browse/TUP-35712
* feat(TUP-35712):Track item signature with Pendo
https://jira.talendforge.org/browse/TUP-35712
* feat(TUP-35712):Track item signature with Pendo
https://jira.talendforge.org/browse/TUP-35712
* feat(TUP-35712):Track item signature with Pendo
https://jira.talendforge.org/browse/TUP-35712
* feat(TUP-35712):Track item signature with Pendo
https://jira.talendforge.org/browse/TUP-35712
* feat(TUP-35712):Track item signature with Pendo
https://jira.talendforge.org/browse/TUP-35712
* feat(TUP-35712):Track item signature with Pendo
https://jira.talendforge.org/browse/TUP-35712
* feat(TUP-35712):Track item signature with Pendo
https://jira.talendforge.org/browse/TUP-35712
* feat(TUP-35712):Track item signature with Pendo
https://jira.talendforge.org/browse/TUP-35712
* feat(TUP-35712):Track item signature with Pendo
https://jira.talendforge.org/browse/TUP-35712
* feat(TUP-35712):Track item signature with Pendo
https://jira.talendforge.org/browse/TUP-35712
* feat(TUP-35712):Track item signature with Pendo
https://jira.talendforge.org/browse/TUP-35712
* feat(TUP-35712):Track item signature with Pendo
https://jira.talendforge.org/browse/TUP-35712
* feat(TUP-35712):Track item signature with Pendo
https://jira.talendforge.org/browse/TUP-35712
* feat(TUP-35712):Track item signature with Pendo
https://jira.talendforge.org/browse/TUP-35712
* feat(TUP-35712):Track item signature with Pendo
https://jira.talendforge.org/browse/TUP-35712
2022-08-29 09:35:15 +08:00
sbieliaievl
c88e5002b3
Route and data services features versions behave differently in Talend Runtime ( #5531 )
...
* fix(APPINT-34581) - added try take cloud version
* fix(APPINT-34581) - removed version hardcode
* fix(APPINT-34581) - added version for features
* fix(APPINT-34962) - added bundle version to feature
* fix(APPINT-34581)
2022-08-26 11:27:13 +03:00
AlixMetivier
af3ca0c30d
Revert "feat(TBD-13810): add dynamic schema on thdfsinputformat components ( #5442 )" ( #5544 )
...
This reverts commit a5df51204e .
2022-08-17 17:15:55 +02:00
jiezhang-tlnd
dc687f1a50
Revert "feat(TUP-35808)Generate module name from maven url ( #5425 )" ( #5536 )
...
This reverts commit 4c0b9c6f91 .
2022-08-11 15:03:30 +08:00
hzhao-talendbj
14a610a72b
fix(TUP-36341): Unable to run DQ reports with subjob+joblet on a cloud ( #5517 )
...
* fix(TUP-36341): Unable to run DQ reports with subjob+joblet on a cloud
* fix(TUP-36341): Unable to run DQ reports with subjob+joblet on a cloud
* (TUP-36341): Unable to run DQ reports with subjob+joblet on a cloud
2022-08-09 16:21:30 +08:00
zyuan-talend
153a831b0b
fix(TUP-35909):add missed context items for demo. ( #5518 )
2022-08-09 11:12:08 +08:00
hcyi
2bcc470833
fix(TUP-36012):CVE:com.h2database:h2:2.1.210 ( #5454 )
2022-08-09 11:00:19 +08:00
ypiel
88d10b08ec
Chore: bump tck 1.47.0 on maintenance 8.0 ( #5491 )
...
* bump to component-runtime 1.47.1
Co-authored-by: Emmanuel GALLOIS <egallois@talend.com >
2022-08-08 13:42:28 +02:00
jiezhang-tlnd
5687315bd2
fix(TUP-36127)Upgrade commons-configuration to 2.8.0 ( #5514 )
...
* fix(TUP-36127)Upgrade commons-configuration to 2.8.0
* exclude commons-configuration2
* chore(TUP-36127) exclude commons-configuration2
* add dependency commons-text
2022-08-08 14:09:34 +08:00
wang wei
7cfce8de2a
fix(TDI-48203): fix for microservice case ( #5526 )
2022-08-05 15:05:42 +08:00
Jane Ding
da7f173be2
feat(TUP-35644):tMap - possible simplified metrics to send to Pendo ( #5524 )
...
https://jira.talendforge.org/browse/TUP-35644
2022-08-05 10:08:26 +08:00
jiezhang-tlnd
f5a6347377
Add localized files ( #5520 ) ( #5523 )
...
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: Alexiane Yvonet <ayvonet@talend.com >
Co-authored-by: jenkins-git <jenkins-git@talend.com >
2022-08-04 17:17:37 +08:00
Zhiwei Xue
e7ba1d5016
fix(TUP-36175):align bcprov-jdk15on to 1.70 ( #5461 )
2022-08-02 10:23:42 +08:00
zyuan-talend
ba1ee02e4e
Add localized files ( #5507 )
...
* Add localized files (#5505 )
Co-authored-by: jenkins-git <jenkins-git@talend.com >
* Add localized files (#5506 )
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: jzhangbj <jzhang@talend.com >
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
2022-07-29 15:51:09 +08:00
Samuel ANTOINE
a5df51204e
feat(TBD-13810): add dynamic schema on thdfsinputformat components ( #5442 )
...
* feat(TBD-13810): add dynamic schema on thdfsinputformat components
2022-07-29 07:26:46 +02:00
kjwang
dfe132d87e
TUP-36242 jobs changing Hadoop metadata distribution after changing ( #5484 )
...
TUP-36242 jobs changing Hadoop metadata distribution after changing project/branch
https://jira.talendforge.org/browse/TUP-36242
2022-07-28 16:03:38 +08:00
jiezhang-tlnd
4c0b9c6f91
feat(TUP-35808)Generate module name from maven url ( #5425 )
...
* feat(TUP-35808)Generate module name from maven url
* handle for component and plugin.xml
* handle for component
* move to moduleNeeded.java
* format code
* feat(TUP-35808)Generate module name from maven url
* feat(TUP-35808)Generate module name from maven url
* add junits
* feat(TUP-35808)Generate module name from maven url
* add warning for incorrect module name
* add warning log for module name
* Use MODULE (name in plugin.xml) to build MVN_URI
* handle log
* handle mssql metedata
2022-07-27 18:38:21 +08:00
sbliu
16b6699cc9
feat(TUP-29393) replace nexus connection timeout with default connection timeout ( #5475 )
2022-07-27 17:42:01 +08:00
jiezhang-tlnd
3f57a592d1
fix(TUP-35446)CVE: org.apache.maven:maven-core:3.8.3 ( #5446 )
2022-07-27 11:25:19 +08:00
wang wei
74bc5ee66f
fix(TDI-48203): [CVE]: routines.system.JSONObject(Object bean) use reflect to call method invoke, that's dangerous for evil script inject ( #5426 )
2022-07-27 09:29:03 +08:00
sbliu
6a0c96627f
fix(TUP-36252) fix NPE for tos studio build job ( #5482 )
2022-07-26 14:25:12 +08:00
sbliu
ecf339a6ca
chore(TUP-35865) upgrade wstx-asl-3.2.9.jar with wstx-core-asl-4.4.1 and stax2-api-4.2.1 ( #5438 )
2022-07-22 17:28:02 +08:00
Zhiwei Xue
dc5c3d0ec9
fix(TUP-18979):fix junit failure ( #5492 )
2022-07-22 16:15:34 +08:00
Jane Ding
503924aa75
Jding/add localized files 2022 07 21 ( #5488 )
...
* Add localized files (#5486 )
Co-authored-by: jenkins-git <jenkins-git@talend.com >
* Add localized files (#5487 )
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: Alexiane Yvonet <ayvonet@talend.com >
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
2022-07-21 17:43:39 +08:00
hzhao-talendbj
4ed461840a
fix jackson cve ( #5480 )
2022-07-19 20:37:51 +08:00
hzhao-talendbj
cafa72f52a
Revert "chore(TUP-35265): upgrade 'crypto-utils' jar in low level ( #5372 )" ( #5476 )
...
This reverts commit aed39722eb .
2022-07-19 16:25:28 +08:00
pyzhou
af62f01007
fix(TDI-48024): ResumeUtil performance issue ( #5458 )
...
* fix(TDI-48024): ResumeUtil performance issue
* NPE
2022-07-19 12:01:41 +08:00
zyuan-talend
5e4b9311a9
fix(TUP-36231,TUP31721): deploy libs from custom component. ( #5468 ) ( #5473 )
2022-07-19 10:07:24 +08:00
Zhiwei Xue
a6164bf006
fix(TUP-18979):fix sync mapping file error of job project ( #5470 )
2022-07-18 16:55:14 +08:00
sbliu
24622068ec
chore(TUP-35863) remove lower version of maven-settings ( #5419 )
...
* chore(TUP-35863) remove lower version of maven-settings
2022-07-18 09:44:36 +08:00
Jane Ding
ad085163f9
feat(TUP-35644):tMap - possible simplified metrics to send to Pendo ( #5409 )
...
* feat(TUP-35644):tMap - possible simplified metrics to send to Pendo
https://jira.talendforge.org/browse/TUP-35644
* feat(TUP-35644):tMap - possible simplified metrics to send to Pendo
https://jira.talendforge.org/browse/TUP-35644
* feat(TUP-35644):tMap - possible simplified metrics to send to Pendo
https://jira.talendforge.org/browse/TUP-35644
* feat(TUP-35644):tMap - possible simplified metrics to send to Pendo
https://jira.talendforge.org/browse/TUP-35644
2022-07-14 17:23:15 +08:00
sbliu
4ba9104034
chore(TUP-35948) TP_ALL as cloud/on-prem license ( #5445 )
2022-07-14 15:53:26 +08:00
sbieliaievl
216082efac
fix(APPINT-33559) - fixed screenshot is not available in demos ( #5344 )
...
* fix(APPINT-33559) - added sreenshots to DI demo jobs
* fix(APPINT-33559) - fix for saving screenshot after duplicating
* fix(APPINT-33559) - removed exception
* fix(APPINT-33559) - added io exception
2022-07-14 10:50:58 +03:00
sponomarova
d652f86bf2
feat(TBD-13825): GA - Azure Synapse Spark pools with Azure AD Service Principal ( #5427 )
2022-07-14 10:05:25 +03:00
zshen-talend
c6620e03e6
feat(TDQ-19828): make sure tDataQualityRule support spark job ( #5435 )
2022-07-14 12:32:25 +08:00
Zhiwei Xue
d44180bf64
fix(TUP-18979):Fix UI import issue ( #5457 )
2022-07-13 18:22:40 +08:00
Zhiwei Xue
e754516075
fix(TUP-18979):Migration tasks including mapping files ( #5441 )
2022-07-13 11:02:27 +08:00
Laurent BOURGEOIS
e192a5a747
fix(TBD-13998):Issue with Use Kerberos authentication checkbox in tImpalaConnection and tImpalaInput components ( #5443 ) ( #5451 )
2022-07-11 15:28:20 +02:00
sbliu
9e602c54ad
fix(TUP-32331) fix unit failure. ( #5448 )
2022-07-11 18:06:04 +08:00
hcyi
0d098da3bc
fix(TUP-35774):The prompt feature for context variables. ( #5376 )
2022-07-07 17:09:40 +08:00
Emmanuel GALLOIS
8843c51255
feat(TDI-48200) bump component-runtime to 1.46 ( #5422 )
...
* feat(TDI-48200): bump component-runtime to 1.46.1
2022-07-07 10:29:48 +02:00
sbliu
3207338fe6
fix(TUP-32331) fix cannot translate to valid file path when url contains special '#' ( #5355 )
2022-07-07 14:48:39 +08:00
hzhao-talendbj
aed39722eb
chore(TUP-35265): upgrade 'crypto-utils' jar in low level ( #5372 )
2022-07-04 17:42:03 +08:00
hzhao-talendbj
6e0d5400bf
fix(TUP-35645): Studio update git for nothing ( #5335 )
2022-07-01 12:57:46 +08:00
zyuan-talend
afa700b229
fix(TUP-31721):Not clear studio index cache in normal case. ( #5350 )
2022-06-30 14:54:07 +08:00
jiezhang-tlnd
bb48918802
fix(TUP-35979)Adjust nimbus-jose-jwt-9.3.jar to nimbus-jose-jwt-9.22 ( #5413 )
2022-06-30 12:08:31 +08:00
jiezhang-tlnd
54e08f8d10
chore(TUP-35857)CVE: bsh-2.0b4.jar ( #5375 )
2022-06-30 09:47:30 +08:00
bhe-talendbj
ce221bc5b3
fix(TUP-35637): not clean target folders ( #5374 )
2022-06-28 16:51:43 +08:00
zyuan-talend
45ee6a61eb
fix(TUP-35823): CVE consolidate maven-artifact-manager to 2.2.1. ( #5383 )
2022-06-28 15:39:44 +08:00
bhe-talendbj
d03c572ed4
chore(TUP-35849): add classifier support ( #5408 )
2022-06-28 15:27:54 +08:00
msjian
5cd44b8318
fix(TDQ-19435): fxi NPE and remove useless jars ( #5393 )
2022-06-28 14:18:08 +08:00
zyuan-talend
e4cff52913
Add localized files. ( #5407 )
...
* Add localized files (#5384 )
Co-authored-by: jenkins-git <jenkins-git@talend.com >
* Add localized files (#5401 )
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: jzhangbj <jzhang@talend.com >
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: Alexiane Yvonet <ayvonet@talend.com >
2022-06-24 09:38:47 +08:00
Chao MENG
21a9fcae19
chore: update plugin timestamp ( #5403 )
2022-06-23 17:13:44 +08:00
Jane Ding
4c2ed00331
fix(TUP-35599):SuggestionValues.Item support of user friendly UI label ( #5351 )
...
* fix(TUP-35599):SuggestionValues.Item support of user friendly UI label
different from it's id
https://jira.talendforge.org/browse/TUP-35599
* fix(TUP-35599):SuggestionValues.Item support of user friendly UI label
different from it's id
https://jira.talendforge.org/browse/TUP-35599
2022-06-21 22:03:15 +08:00
Liu Xinquan
b16c6c5d0e
fix(TDQ-20360) snowflake jdbc connection context mode issue ( #5388 )
2022-06-17 16:38:41 +08:00
hzhao-talendbj
503077af62
Add localized files ( #5385 ) ( #5386 )
...
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: Xuwei ZHU <xzhu@talend.com >
Co-authored-by: jenkins-git <jenkins-git@talend.com >
2022-06-16 17:53:53 +08:00
AlixMetivier
155beefd6b
feat(TBD-13824): Spark 3.2.x standalone GA ( #5322 )
2022-06-16 12:07:50 +03:00
jiezhang-tlnd
a068fcdf66
feat(TUP-35192)Hide the Debug->Modules from show view ( #5368 )
...
https://jira.talendforge.org/browse/TUP-35192
2022-06-16 16:55:03 +08:00
Liu Xinquan
81ec0e7368
fix(TDQ-20360) snowflake jdbc connection context mode issue ( #5378 )
2022-06-16 15:07:12 +08:00
hcyi
f30930d483
fix(TUP-35508):Better to improve context prompt for JDBC. ( #5370 )
...
* fix(TUP-35508):Better to improve context prompt for JDBC.
* fix(TUP-35508):Better to improve context prompt for JDBC.
2022-06-14 15:06:14 +08:00
qiongli
c4abb4e764
fix(TDQ-20442):Split 'handelDQComponents()' so as to handle 2 DQ components( #5352 )
2022-06-10 10:27:51 +08:00
Jane Ding
c66b0b1101
feat(TUP-33085):Add Icon(s) to open Help ( #5328 )
...
* feat(TUP-33085):Add Icon(s) to open Help
https://jira.talendforge.org/browse/TUP-33085
* feat(TUP-33085):Add Icon(s) to open Help
https://jira.talendforge.org/browse/TUP-33085
* feat(TUP-33085):Add Icon(s) to open Help
https://jira.talendforge.org/browse/TUP-33085
* feat(TUP-33085):Add Icon(s) to open Help
https://jira.talendforge.org/browse/TUP-33085
fix(TUP-35782):[bug] button 'Online help' can't work for some TCK
components
https://jira.talendforge.org/browse/TUP-35782
* feat(TUP-33085):Add Icon(s) to open Help
https://jira.talendforge.org/browse/TUP-33085
* feat(TUP-33085):Add Icon(s) to open Help
https://jira.talendforge.org/browse/TUP-33085
2022-06-09 17:55:55 +08:00
Emmanuel GALLOIS
287d7733bc
feat(TDI-48010): bump component-runtime to 1.45.2 ( #5327 )
...
* feat(TDI-48010): bump component-runtime to 1.45.0
* feat(TDI-48010): bump component-runtime to 1.45.1
2022-06-09 10:11:42 +02:00
Oleksandr Zhelezniak
5bcbdc1ca9
feat(TDI-48013): jackson align ( #5347 )
...
* bump version of Jackson libraries to 2.13.2 and 2.13.2.2
2022-06-09 10:06:11 +03:00
jiezhang-tlnd
74f6189a58
fix(TUP-35826)link path generated is not correct for tRunjob ( #5364 )
2022-06-09 12:27:32 +08:00
jiezhang-tlnd
dc66db4b77
fix(TUP-35539)Netsuite parent node show as Items missing parent node ( #5332 )
...
* fix(TUP-35539)Netsuite: parent node show as "Items missing parent node
(Deprecated)" after import or do delete the datastore directly
https://jira.talendforge.org/browse/TUP-35539
* export dataset need with datastore
* format code
* handle reference project case
* handle import issue
* improve code
* improve code
* improve code
2022-06-09 10:01:23 +08:00
msjian
52224ab37c
fix(TDQ-20476) :add jboss-marshalling-2.0.12.Final.jar to build to fix run analysis get error ( #5353 )
2022-06-08 16:21:58 +08:00
jiezhang-tlnd
a0423027d2
fix(TUP-35683)doc use job for route, joblet for routelet ( #5357 )
...
https://jira.talendforge.org/browse/TUP-35683
2022-06-08 15:16:16 +08:00
bhe-talendbj
c0359b5b78
feat(TUP-33929): remove duplicated sub modules from parent ( #5235 )
...
* feat(TUP-33929): remove duplicated sub modules from parent
* feat(TUP-33929): refactor
* feat(TUP-33929): add logs for profile mode
2022-06-08 11:06:58 +08:00
jiezhang-tlnd
239b697b01
feat(TUP-34931)Support Sybase 17 ( #5236 )
...
* feat(TUP-34931)Support Sybase 17
* add library needed
2022-06-08 09:49:56 +08:00
hcyi
0142e33068
feat(TUP-34855):Setup custom JKS for job signature from GUI. ( #5305 )
...
* feat(TUP-34855):Setup custom JKS for job signature from GUI.
* feat(TUP-34855):hide password in mvn command
* feat(TUP-34855):Setup custom JKS for job signature from GUI
2022-06-02 10:52:15 +08:00
jiezhang-tlnd
0451c982ab
feat(TUP-28853)tRunjob is ok, need handle joblet ( #5269 )
...
* feat(TUP-28853)tRunjob is ok, need handle joblet
* generation document is ok from standard process
* format code
* improve performance
* format code
* improve performance
* format code
* improve performance
* handle latest version
* handle route process
* format code
* format code
2022-05-31 17:02:22 +08:00
sbliu
a221cab814
chore(TUP-35684) upgrade xmlbeans. ( #5339 )
2022-05-31 16:12:32 +08:00
bhe-talendbj
f649cdaa0d
chore(TUP-35685): upgrade database driver version ( #5330 )
2022-05-31 11:38:43 +08:00
Chao MENG
f6f1ff0c8e
feat(TUP-33655): Improve Git pull & Merge if current branch and target ( #5307 )
...
branch are on different monthly update.
https://jira.talendforge.org/browse/TUP-33655
2022-05-31 10:11:57 +08:00
Oleksandr Zhelezniak
85e0d731ec
fix(TDI-45946): greenplum mapping ( #5278 )
...
* add TIMESTAMP WITH TIME ZONE
* add TIME WITH TIME ZONE
2022-05-30 16:16:33 +03:00
sbliu
8d0e77ffd7
fix(TUP-35598) fix OutOfMemoryError: Metaspace ( #5333 )
2022-05-30 16:39:01 +08:00
hzhao-talendbj
d2ce5eb839
Add localized files ( #5336 ) ( #5337 )
...
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: Alexiane Yvonet <ayvonet@talend.com >
Co-authored-by: jenkins-git <jenkins-git@talend.com >
2022-05-30 15:57:25 +08:00
bhe-talendbj
cac1899508
fix(TUP-35518): fix dropdownlist of context ( #5286 )
2022-05-26 16:07:23 +08:00
sbliu
c3710b0199
chore(TUP-35445) upgrade guava to 30.0-jre ( #5325 )
2022-05-26 11:24:34 +08:00
Zhiwei Xue
48baa99ee7
fix(TUP-31233):Routine pom is not updated after installed the required ( #5309 )
...
* fix(TUP-31233):Routine pom is not updated after installed the required
jar of user routine
* fix(TUP-31233):Routine pom is not updated after installed the required
jar of user routine
2022-05-25 18:05:00 +08:00
Chao MENG
a2a2fdc4c1
fix(TUP-35616): Problems on the \ processing on the password field after TUP-32821 ( #5319 )
...
* fix(TUP-35616): Problems on the \ processing on the password field after
TUP-32821
https://jira.talendforge.org/browse/TUP-35616
* Update ElementParameterParser.java
* fix(TUP-35616): Problems on the \ processing on the password field after
TUP-32821
https://jira.talendforge.org/browse/TUP-35616
* fix(TUP-35616): Problems on the \ processing on the password field after
TUP-32821
https://jira.talendforge.org/browse/TUP-35616
* fix(TUP-35616): Problems on the \ processing on the password field after
TUP-32821
https://jira.talendforge.org/browse/TUP-35616
2022-05-19 19:25:10 +08:00
hzhao-talendbj
73375cda48
801 loc translate fr 2022 05 19 ( #5321 )
...
* Add localized files (#5316 )
Co-authored-by: jenkins-git <jenkins-git@talend.com >
* Add localized files (#5317 )
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: jzhangbj <jzhang@talend.com >
2022-05-19 18:44:41 +08:00
hcyi
c49e6af190
fix(TUP-35607):should no prompt for analysis when DB connection have context group with Multiple db set ( #5310 )
...
* fix(TUP-35607):should no prompt for analysis when DB connection have
context group with Multiple db set
* fix(TUP-35607):should no prompt for analysis when DB connection have
context group with Multiple db set
* fix(TUP-35607):should no prompt for analysis when DB connection have
context group with Multiple db set
2022-05-19 17:47:15 +08:00
Jane Ding
a2c9fb3308
fix(TUP-33119):SuggestionValues.Item label is received at runtime ( #5303 )
...
instead of id when used inside table
https://jira.talendforge.org/browse/TUP-33119
2022-05-17 17:44:03 +08:00
Jane Ding
812a94119c
Revert "fix(TUP-33119):SuggestionValues.Item label is received at runtime ( #5139 )" ( #5301 )
...
This reverts commit 9d2f2d25ae .
2022-05-16 15:51:20 +08:00
Emmanuel GALLOIS
f26a582453
feat(TDI-47911): bump component-runtime to 1.44.3 ( #5274 )
2022-05-13 09:55:36 +02:00
Liu Xinquan
7228acdfaf
Revert "chore(TDQ-20339) improve mvn path: org.talend.libraries.jfreechart ( #5283 )" ( #5298 )
...
This reverts commit ed91d67ccc .
2022-05-13 11:42:25 +08:00
bhe-talendbj
09c48442c1
fix(TUP-35541): replace log4j-1.x ( #5290 )
2022-05-13 10:37:44 +08:00
Jane Ding
af128c8734
fix(TUP-35538):failed to run job when studio is Chinese on R04 ( #5295 )
...
* fix(TUP-35538):failed to run job when studio is Chinese on R04
https://jira.talendforge.org/browse/TUP-35538
* fix(TUP-35538):failed to run job when studio is Chinese on R04
https://jira.talendforge.org/browse/TUP-35538
2022-05-13 10:29:02 +08:00
hzhao-talendbj
a7bfec2ca6
Add localized files ( #5287 ) ( #5289 )
...
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
Co-authored-by: jenkins-git <jenkins-git@talend.com >
2022-05-12 21:04:27 +08:00
Chao MENG
063fff3ba9
Cmeng/feat/tup 33928 tmc update 8 ( #5249 )
...
* feat(TUP-33928): Controlled Studio Updates from TMC
https://jira.talendforge.org/browse/TUP-33928
2022-05-12 18:58:16 +08:00
Chao MENG
8f899d61c5
feat(TUP-32821): Credential property value in json format in tck ( #5243 )
...
framework
https://jira.talendforge.org/browse/TUP-32821
2022-05-12 18:35:15 +08:00
Liu Xinquan
ed91d67ccc
chore(TDQ-20339) improve mvn path: org.talend.libraries.jfreechart ( #5283 )
2022-05-12 17:18:24 +08:00
hcyi
0eae9a3add
feat(TUP-34889):Support to prompt Context on Metadata Connection ( #5253 )
...
* feat(TUP-34889):Support to prompt Context on Metadata Connection
* feat(TUP-34889):Support to prompt Context on Metadata Connection
* feat(TUP-34889):Support to prompt Context on Metadata Connection
* feat(TUP-34889):active the prompt when export as context
* feat(TUP-34889):improve for Support to prompt Context on Metadata
Connection
* feat(TUP-34889):add junits and improve.
* feat(TUP-34889):update messages
* feat(TUP-34889):fix bug TUP-35369
* feat(TUP-34889): fix a bug .
* feat(TUP-34889):fix bug TUP-35503 and TUP-35504
* feat(TUP-34889):improve if multiple context group but not prompt .
2022-05-12 17:08:25 +08:00
Jane Ding
9d2f2d25ae
fix(TUP-33119):SuggestionValues.Item label is received at runtime ( #5139 )
...
instead of id when used inside table
https://jira.talendforge.org/browse/TUP-33119
2022-05-11 10:38:15 +08:00
Jane Ding
9c6a4cfd9c
fix(TUP-35315):Redshift SSO support driver 2.x ( #5241 )
...
* feat(TUP-35069):Upgrade Redshift driver to v2.x
https://jira.talendforge.org/browse/TUP-35069
* feat(TUP-35069):Upgrade Redshift driver to v2.x
https://jira.talendforge.org/browse/TUP-35069
* fix(TUP-35315):Redshift SSO support driver 2.x
https://jira.talendforge.org/browse/TUP-35315
* fix(TUP-35315):Redshift SSO support driver 2.x
https://jira.talendforge.org/browse/TUP-35315
fix(TUP-35356):[Bug] Redshiftsso can not check pass and throw error log
"java.lang.NoClassDefFoundError: com/amazonaws/auth/AWSCredentials"
* fix(TUP-35315):Redshift SSO support driver 2.x
https://jira.talendforge.org/browse/TUP-35315
fix(TUP-35356):[Bug] Redshiftsso can not check pass and throw error log
"java.lang.NoClassDefFoundError: com/amazonaws/auth/AWSCredentials"
* fix(TUP-35315):Redshift SSO support driver 2.x
https://jira.talendforge.org/browse/TUP-35315
fix(TUP-35356):[Bug] Redshiftsso can not check pass and throw error log
"java.lang.NoClassDefFoundError: com/amazonaws/auth/AWSCredentials"
* fix(TUP-35315):Redshift SSO support driver 2.x
https://jira.talendforge.org/browse/TUP-35315
fix(TUP-35411):[Bug] When create redshift sso use driver 2, studio can
not load the properties ok.
* fix(TUP-35315):Redshift SSO support driver 2.x
https://jira.talendforge.org/browse/TUP-35315
fix(TUP-35424):[Bug] studio throw NPE error log when save tredshiftsso
component to a built-in metadata.
* fix(TUP-35315):Redshift SSO support driver 2.x
https://jira.talendforge.org/browse/TUP-35315
* fix(TUP-35315):Redshift SSO support driver 2.x
https://jira.talendforge.org/browse/TUP-35315
* fix(TUP-35315):Redshift SSO support driver 2.x
https://jira.talendforge.org/browse/TUP-35315
* fix(TUP-35315):Redshift SSO support driver 2.x
https://jira.talendforge.org/browse/TUP-35315
2022-05-11 10:36:12 +08:00
Zhiwei Xue
5c9555669a
fix(TUP-35219):Nullpointer exception with building job on ( #5246 )
...
commandline-script mode
2022-05-09 10:11:04 +08:00
Zhiwei Xue
4a9f849581
fix(TUP-34109):[7.3.1] slow project export compared to studio 6.5.1 ( #5202 )
2022-05-09 10:08:17 +08:00
hcyi
767fb94ff3
fix(TUP-35248):Context password exposed when hovering over context on Talend 8 ( #5264 )
...
* fix(TUP-35248):Context password exposed when hovering over context on
Talend 8
* fix(TUP-35248):add junits
2022-05-06 15:56:28 +08:00
hzhao-talendbj
1543d95ed5
Add localized files ( #5272 ) ( #5273 )
...
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
Co-authored-by: jenkins-git <jenkins-git@talend.com >
2022-05-06 09:43:44 +08:00
Chao MENG
9401dfdfa2
fix(TUP-35048): Job takes about 30-60 minutes to build in Studio ( #5222 )
...
* fix(TUP-35048): Job takes about 30-60 minutes to build in Studio
https://jira.talendforge.org/browse/TUP-35048
* fix(TUP-35048): Job takes about 30-60 minutes to build in Studio
https://jira.talendforge.org/browse/TUP-35048
Add junit
2022-05-05 17:28:20 +08:00
sbliu
8f794d57eb
Add localized files ( #5268 )
...
Co-authored-by: Alexiane Yvonet <ayvonet@talend.com >
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
2022-04-28 18:33:44 +08:00
hzhao-talendbj
139ee4790a
chore(TUP-35039):CVE: com.fasterxml.jackson ( #5226 )
2022-04-26 09:36:44 +08:00
sbliu
e8c59475c0
Add localized files ( #5257 )
...
Co-authored-by: Alexiane Yvonet <ayvonet@talend.com >
Co-authored-by: jzhangbj <jzhang@talend.com >
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
2022-04-24 10:14:56 +08:00
sponomarova
b30ceb1644
feat(TBD-13632): Dataproc GA ( #5104 )
2022-04-20 11:16:46 +03:00
Jane Ding
8339e97e6f
feat(TUP-35069):Upgrade Redshift driver to v2.x ( #5227 )
...
https://jira.talendforge.org/browse/TUP-35069
2022-04-19 17:42:23 +08:00
Chao MENG
dbc7b38790
chore: fix swtbot issue ( #5240 )
2022-04-19 11:12:49 +08:00
Zhiwei Xue
a4c10d3e7f
fix(TUP-35302):Maven URI isn't updated if install R2022-03v2 first then ( #5231 )
...
install R2022-04
2022-04-18 14:23:30 +08:00
Laurent BOURGEOIS
129274171f
feat(TBD-13522):CDE - GA ( #5161 )
2022-04-15 17:36:33 +02:00
sbliu
d2a1b44dc5
Add localized files ( #5218 )
...
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
Co-authored-by: jzhangbj <jzhang@talend.com >
2022-04-15 15:10:33 +08:00
zyuan-talend
6976cb5f7c
fix(TUP-35195): Deploy studio index to oss. ( #5215 )
2022-04-15 14:24:29 +08:00
Jane Ding
6acab4ee3f
feat(TUP-35069):Upgrade Redshift driver to v2.x ( #5192 )
...
* feat(TUP-35069):Upgrade Redshift driver to v2.x
https://jira.talendforge.org/browse/TUP-35069
* feat(TUP-35069):Upgrade Redshift driver to v2.x
https://jira.talendforge.org/browse/TUP-35069
* feat(TUP-35069):Upgrade Redshift driver to v2.x
https://jira.talendforge.org/browse/TUP-35069
* feat(TUP-35069):Upgrade Redshift driver to v2.x
https://jira.talendforge.org/browse/TUP-35069
* feat(TUP-35069):Upgrade Redshift driver to v2.x
https://jira.talendforge.org/browse/TUP-35069
* feat(TUP-35069):Upgrade Redshift driver to v2.x
https://jira.talendforge.org/browse/TUP-35069
fix(TUP-35236):[bug] Addition parameter table layout issue
* feat(TUP-35069):Upgrade Redshift driver to v2.x
https://jira.talendforge.org/browse/TUP-35069
fix(TUP-35249):[bug]Use string parameter and Addition parameter table
showed when switch to other DB type
2022-04-14 17:45:08 +08:00
sponomarova
b68673389c
feat(TBD-13328): Synapse service principal ( #5204 )
2022-04-14 12:21:21 +03:00
yyin
06aea8f475
Feat TDQ-20141 add param algoversion ( #5212 )
2022-04-14 16:05:36 +08:00
Chao MENG
c41901deea
Cmeng/feat/tup 31734 test branch 8 ( #5169 )
...
* feat(TUP-31734): Prompt users to Test patches when migrating projects
https://jira.talendforge.org/browse/TUP-31734
2022-04-14 14:43:50 +08:00
hzhao-talendbj
0a926f8c03
feat(TDI-46111): update url ( #5209 )
2022-04-13 16:30:54 +08:00
Emmanuel GALLOIS
53f53ace47
feat(TDI-47693): bump component-runtime to 1.43.1 ( #5141 )
...
* feat(TDI-47693): bump component-runtime to 1.43.0
* fix(TDI-47693): component-runtime 1.43.1
- fix misaligned openwebbeans-spi dependency
2022-04-13 09:13:32 +02:00
hzhao-talendbj
ad29b74b2a
feat(TUP-34929): Support for MSSQL Database 2019 ( #5163 )
...
* feat(TUP-34929): Support for MSSQL Database 2019
* feat(TUP-34929): Support for MSSQL Database 2019
* feat(TUP-34929): add dependency log4j
* feat(TUP-34929): Support for MSSQL Database 2019
2022-04-13 11:25:45 +08:00
jiezhang-tlnd
56ae308496
add new line break ( #5206 )
2022-04-12 17:35:22 +08:00
bhe-talendbj
c3b356d954
feat(TUP-34987): Identify Jobs having CVEs remediated improvement. ( #5159 )
...
* feat(TUP-34987): add cache
* feat(TUP-34987): refactor
* feat(TUP-34987): add cache
2022-04-12 16:51:48 +08:00
jiezhang-tlnd
5eaf89d87e
fix(TUP-35153)remove old log4j from plugin ( #5198 )
2022-04-08 16:12:41 +08:00
hcyi
b2f0466ce3
feat(TUP-34849):Support retrieve SAP ADSOs metadata for provisioning. ( #5155 )
2022-04-08 10:52:44 +08:00
hzhao-talendbj
6f07c4da98
feat(TUP-34896): support teradata jdbc version 17 ( #5168 )
...
* feat(TUP-34896): support teradata jdbc version 17
* feat(TUP-34896): support teradata jdbc version 17
2022-04-07 15:25:25 +08:00
zyuan-talend
80a1ccd382
fix(TUP-35011):Improve Studio index build for monthly. ( #5160 )
2022-04-07 14:49:48 +08:00
qiongli
27dfb6a195
fix(TDQ-20222):Move backward 'handelDQComponents()' to avoid reset ( #5164 )
2022-04-06 16:14:33 +08:00
sbliu
330e31abb6
Add localized files ( #5177 ) ( #5185 )
...
Co-authored-by: Alexiane Yvonet <ayvonet@talend.com >
2022-04-01 16:12:55 +08:00
jiezhang-tlnd
8763339c06
remove bundle type ( #5184 )
2022-04-01 15:35:49 +08:00
wang wei
e6946750e0
fix(TDI-47633): CVE: Replace log4j1.x by reload4j or upgrade to log4j2 ( #5146 )
2022-04-01 14:32:31 +08:00
jiezhang-tlnd
e914973534
fix(TUP-34954)CVE: Replace log4j1.x by reload4j ( #5142 )
...
* fix(TUP-34954)CVE: Replace log4j1.x by reload4j
* fix(TUP-34954)CVE: Replace log4j1.x by reload4j
* update driver version
* exclude log4j from slf4j-log4j12
* update maven-repository
2022-04-01 14:14:22 +08:00
Zhiwei Xue
668987a61b
fix(TUP-35133):Run a job with subjob failed after applied a patch with ( #5167 )
...
new version of CI-Builder
2022-03-30 17:40:30 +08:00
Chao MENG
0accf530d1
fix(TUP-35034): CI - stop the build if custom component is missing ( #5151 )
...
* fix(TUP-35034): CI - stop the build if custom component is missing
https://jira.talendforge.org/browse/TUP-35034
* fix(TUP-35034): CI - stop the build if custom component is missing
https://jira.talendforge.org/browse/TUP-35034
2022-03-30 16:09:50 +08:00
Oleksandr Zhelezniak
44341a7f9b
fix(TDI-47651): bump Redshift driver to 1.2.55.1083 ( #5154 )
2022-03-25 11:46:31 +02:00
sbliu
ff46e1bab5
Add localized files ( #5157 ) ( #5158 )
...
Co-authored-by: jzhangbj <jzhang@talend.com >
2022-03-25 16:02:47 +08:00
sbliu
46b4b3a8db
Add localized files ( #5149 )
...
* Add localized files (#5147 )
Co-authored-by: jenkins-git <jenkins-git@talend.com >
* Add localized files (#5148 )
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: Alexiane Yvonet <ayvonet@talend.com >
2022-03-24 17:33:27 +08:00
jiezhang-tlnd
eb9690239d
chore(TUP-34977)Help links in Studio ( #5132 )
2022-03-21 14:49:43 +08:00
sbliu
7bbef8f4b2
Add localized files ( #5138 )
...
Co-authored-by: Alexiane Yvonet <ayvonet@talend.com >
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
Co-authored-by: jzhangbj <jzhang@talend.com >
2022-03-18 11:38:42 +08:00
kjwang
df8f2bee44
Fix TUP-34930 Talend Studio 7.3 font color issues ( #5101 )
...
Fix TUP-34930 Talend Studio 7.3 font color issues
https://jira.talendforge.org/browse/TUP-34930
2022-03-17 10:30:12 +08:00
jiezhang-tlnd
ec8bf846c8
add parameter datacenter ( #5118 )
2022-03-14 15:09:46 +08:00
bhe-talendbj
61a97e6f00
fix(TUP-33810): fix test case ( #5126 )
2022-03-14 14:56:31 +08:00
sbliu
09cc2ab88d
Add localized files ( #5116 )
...
* Add localized files (#5105 )
* Add localized files (#5113 )
* Add localized files (#5114 )
* Add localized files (#5115 )
2022-03-11 18:30:11 +08:00
hzhao-talendbj
8abfa5691b
chore(TUP-34729): change code simply to trigger plugin updated ( #5123 )
2022-03-11 15:43:36 +08:00
hzhao-talendbj
5d90e3ddf9
chore(TUP-34729): change order simply to trigger plugin updated ( #5119 )
...
* chore(TUP-34729): change order simply to trigger plugin updated
* chore(TUP-34729): change order simply to trigger plugin updated
* chore(TUP-34729): change order simply to trigger plugin updated
* chore(TUP-34729): change code simply to trigger plugin updated
2022-03-11 15:41:10 +08:00
chmyga
51e101a2d6
feat(TDI-46441): update mapping ( #4646 )
...
Co-authored-by: Dmytro Chmyga <dmytro.chmyga@globallogic.com >
Co-authored-by: Dmytro Sylaiev <dmytro.sylaiev@globallogic.com >
2022-03-10 19:08:20 +08:00
msjian
e501f74225
fix(TDQ-19889): fix reload database functions for context prompt ( #5112 )
...
connection
2022-03-10 17:07:37 +08:00
Emmanuel GALLOIS
bbe564d285
feat(TDI-47609): bump component-runtime to 1.42.0 ( #5088 )
2022-03-10 08:44:21 +01:00
Liu Xinquan
ca6dd0414d
fix(TDQ-20069) new component DQ rules Part 2 for GA (DI standard job) ( #5109 )
2022-03-10 11:28:24 +08:00
msjian
7c81cea780
feat(TDQ-19889):support analysis when using file connection prompt context ( #5094 )
2022-03-10 10:05:02 +08:00
Jane Ding
c4196919f7
fix(TUP-28898):Drag Exasol connection to a job choose tDBOutput(Exasol) ( #5077 )
...
not work as tExasolOutput
https://jira.talendforge.org/browse/TUP-28898
2022-03-09 16:03:37 +08:00
hcyi
fccaad16b0
fix(TUP-34427):Resource:"The system cannot find the path specified" ( #5100 )
...
error shows if build job first then run job and job calls child job
which using resource.
2022-03-09 14:44:41 +08:00
Jane Ding
78295beef0
feat(TUP-33990):Pendo tracking for Studio integrations with API Designer ( #5059 )
...
* feat(TUP-33990):Pendo tracking for Studio integrations with API Designer
& API Tester
https://jira.talendforge.org/browse/TUP-33990
* feat(TUP-33990):Pendo tracking for Studio integrations with API Designer
& API Tester
https://jira.talendforge.org/browse/TUP-33990
* feat(TUP-33990):Pendo tracking for Studio integrations with API Designer
& API Tester
https://jira.talendforge.org/browse/TUP-33990
* fix(TUP-34791):Add project reference to Project Login Pendo tracking
https://jira.talendforge.org/browse/TUP-34791
* fix(TUP-34791):Add project reference to Project Login Pendo tracking
https://jira.talendforge.org/browse/TUP-34791
* fix(TUP-34791):Add project reference to Project Login Pendo tracking
https://jira.talendforge.org/browse/TUP-34791
2022-03-09 14:42:54 +08:00
wang wei
ce8da37a4a
fix(TDI-47154): send exception info for audit log ( #5103 )
2022-03-08 22:02:14 +08:00
bhe-talendbj
7e29ffef3b
feat(TUP-33809): Studio commandline: DetectCVE to Get list of jobs impacted by CVE jars ( #5022 )
...
* feat(TUP-33809): add detect cve service interface
* feat(TUP-33809): merge cveitem from different distributions
* feat(TUP-33809): add project name to report
* feat(TUP-33809): add columns to report header
* feat(TUP-33809): update report columns
* feat(TUP-33809): update report and cve index column names
* feat(TUP-33809): update usedbyTalend
* feat(TUP-33809): add getproductdate and test case
* feat(TUP-33809): fix test case
* feat(TUP-33809): revert from version changes
* feat(TUP-33809): by default not include fixed is false
* feat(TUP-33809): by default include not fixed is false
* feat(TUP-33809): add cvss colum for report
* feat(TUP-33809): update column name
* feat(TUP-33809): add clone of object
2022-03-08 10:43:54 +08:00
zshen-talend
9a72cf74ae
Zshen/feat/tdq 20069 backport on 80 for patch3 ( #5095 )
2022-03-07 17:24:10 +08:00
Zhiwei Xue
9b02401b3f
workitem(TUP-34590):improve performance of import items for tuj ( #5087 )
2022-03-04 16:26:58 +08:00
jiezhang-tlnd
de0005397b
fix(TUP-34772)com.h2database:h2:2.0.206 ( #5045 )
2022-03-04 14:09:04 +08:00
jiezhang-tlnd
1b99ea876d
Backport localized files 0303 ( #5084 )
...
* Add localized files (#5064 )
Co-authored-by: jenkins-git <jenkins-git@talend.com >
* Add localized files (#5065 )
Co-authored-by: jenkins-git <jenkins-git@talend.com >
* Add localized files (#5082 )
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: jiezhang-tlnd <40561780+jiezhang-tlnd@users.noreply.github.com >
Co-authored-by: Alexiane Yvonet <ayvonet@talend.com >
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
2022-03-04 08:43:52 +08:00
kjwang
1cf24c225c
Fix TUP-32950 On Ubuntu 18.04.5 documentation comment is displayed as a ( #5078 )
...
Fix TUP-32950 On Ubuntu 18.04.5 documentation comment is displayed as a black box in Talend Studio designer tab
https://jira.talendforge.org/browse/TUP-32950
2022-03-02 17:27:44 +08:00
Hongchun Yi
340f3e3029
fix(TUP-34593):Cannot connect to Salesforce with password starting with
...
double-quotes
2022-03-02 12:10:07 +08:00
AlixMetivier
b625946c87
fix(TBD-13493): Hive connection failed in Talend 8 with CDH 7.1.6 ( #5058 )
...
https://jira.talendforge.org/browse/TBD-13493
Co-authored-by: Chao MENG <cmeng@talend.com >
2022-03-01 16:52:54 +01:00
msjian
1944bc03fe
feat(TDQ-19889): Enabling the prompt context for profiling ( #4991 ) ( #5055 )
2022-02-28 12:22:27 +08:00
hcyi
f8ae64d1a6
fix(TUP-34593):Cannot connect to Salesforce with password starting with ( #5068 )
...
double-quotes
2022-02-25 17:51:57 +08:00
hzhao-talendbj
ca2ebecc4e
chore(TUP-34729): remove jar which is not used by osgi or point to any ( #5039 )
...
component
2022-02-25 17:41:17 +08:00
Jill Yan
3e276b2faa
Revert "APPINT-34310 remove lib folder for MS zip ( #5052 )" ( #5071 )
...
This reverts commit b8d9189565 .
2022-02-25 15:40:50 +08:00
sbliu
5ed90797f0
fix(TUP-34769) Error fields for Rejects get dropped from tSalesforceOutput after Sync Columns. ( #5061 )
...
fix bug TUP-33497
2022-02-23 18:01:51 +08:00
Jill Yan
b8d9189565
APPINT-34310 remove lib folder for MS zip ( #5052 )
...
Co-authored-by: jillyan <yan955599@gmail.com >
2022-02-22 14:42:25 +08:00
Xilai Dai
9c80461254
(APPINT-33481) fix the missing jetty-all when cHttp as server for MS ( #5003 )
2022-02-22 10:10:05 +08:00
Jane Ding
b301fec008
Revert "fix(TUP-28898):Drag Exasol connection to a job choose tDBOutput(Exasol) ( #4867 )" ( #5050 )
...
This reverts commit 21aed909e7 .
2022-02-18 17:17:37 +08:00
ypiel
f369769f4d
fix(TDI-47477): Fix ParserUtils for tExtractPositionalFields
2022-02-18 10:15:52 +01:00
sponomarova
66b27d8a65
feat(TBD-12990): Dataproc TP ( #5034 )
2022-02-17 18:48:57 +02:00
kjwang
de1c6ab17e
Revert "Fix TUP-32950 On Ubuntu 18.04.5 documentation comment is displayed as a ( #4949 )" ( #5042 )
...
This reverts commit 7dd57d3b8a .
2022-02-17 17:32:26 +08:00
sbliu
fd64f25f47
feat(TUP-34032): Support connection string and X509 authentication method for MongoDB Metadata. ( #4959 )
...
add field for context extraction
2022-02-15 14:16:27 +08:00
Jane Ding
7cece59991
fix(TUP-34401):Detect Dependencies is not working ( #5033 )
...
https://jira.talendforge.org/browse/TUP-34401
2022-02-15 11:22:18 +08:00
bhe-talendbj
3515f254e8
fix(TUP-34682): fix required wrong bundle ( #5029 )
...
fix(TUP-34682): fix required wrong bundle
2022-02-15 10:54:20 +08:00
Jane Ding
4124061a46
fix(TUP-34438):CVE: com.h2database:h2:1.4.198 ( #4981 )
...
* fix(TUP-34438):CVE: com.h2database:h2:1.4.198
https://jira.talendforge.org/browse/TUP-34438
* fix(TUP-34438):CVE: com.h2database:h2:1.4.198
https://jira.talendforge.org/browse/TUP-34438
* fix(TUP-34438):CVE: com.h2database:h2:1.4.198
https://jira.talendforge.org/browse/TUP-34438
* fix(TUP-34438):CVE: com.h2database:h2:1.4.198
https://jira.talendforge.org/browse/TUP-34438
* fix(TUP-34483)CVE: com.h2database:h2:1.4.198
Co-authored-by: jiezhang-tlnd <jie.zhang@talend.com >
2022-02-14 17:59:14 +08:00
jiezhang-tlnd
3c9cc66ffa
Add localized files ( #5028 ) ( #5031 )
...
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
Co-authored-by: jenkins-git <jenkins-git@talend.com >
2022-02-14 16:01:21 +08:00
Jane Ding
21aed909e7
fix(TUP-28898):Drag Exasol connection to a job choose tDBOutput(Exasol) ( #4867 )
...
not work as tExasolOutput
https://jira.talendforge.org/browse/TUP-28898
2022-02-14 10:12:27 +08:00
kjwang
9987c00841
kjwang/Fix TUP-34660 TOS Cannot build job successfully ( #5026 )
...
kjwang/Fix TUP-34660 TOS Cannot build job successfully
https://jira.talendforge.org/browse/TUP-34660
2022-02-11 18:19:02 +08:00
kjwang
5cf8ee359c
TUP-34510 Wrong dependency on TOS build ( #4993 )
...
TUP-34510 Wrong dependency on TOS build
https://jira.talendforge.org/browse/TUP-34510
2022-02-09 16:15:37 +08:00
jiezhang-tlnd
a33889b88d
Add localized files ( #5019 ) ( #5021 )
...
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
Co-authored-by: jenkins-git <jenkins-git@talend.com >
2022-02-07 18:01:57 +08:00
zyuan-talend
c7aefba2a6
fix(TUP-34489):forward interpreter to child job in commandline. ( #5000 )
2022-02-07 12:15:12 +08:00
Jane Ding
e906b6925b
fix(TUP-34401):Detect Dependencies is not working ( #4979 )
...
https://jira.talendforge.org/browse/TUP-34401
2022-01-30 11:26:15 +08:00
hcyi
bdc5ccd55b
fix(TUP-34595):we are trying to access api.eu.cloud.talend.com without ( #5007 )
...
passing through a proxy.
2022-01-29 11:18:41 +08:00
zyuan-talend
0e1b35e7de
fix(TUP-33432): Improve feature manager top bar button for mac. ( #4998 )
2022-01-29 10:09:22 +08:00
jiezhang-tlnd
4ba66eddcd
fix(TUP-34483)CVE org.apache.maven.shared maven-shared-utils [0.4,0.1] ( #4995 )
2022-01-28 16:57:12 +08:00
jiezhang-tlnd
b5bed2a301
Add localized files ( #4999 ) ( #5001 )
...
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
Co-authored-by: jenkins-git <jenkins-git@talend.com >
2022-01-28 16:00:32 +08:00
apoltavtsev
fc33cddda6
feat(APPINT-32531) Make all DS/Route builds Java 11 and above compatible, design/build & run should work with different Java versions ( #4969 )
2022-01-27 09:26:06 +01:00
Emmanuel GALLOIS
f5e702a00e
feat(TDI-47414): bump component-runtime to 1.41.0 ( #4983 )
2022-01-27 09:20:46 +01:00
jiezhang-tlnd
ccab416ff2
fix(TUP-31581)Remove CryptoHelper from test-studio-commandline ( #4986 )
2022-01-27 09:36:05 +08:00
jiezhang-tlnd
f1393a7d51
fix(TUP-34281): Cleanup of old translation files ( #4954 )
...
* fix(TUP-34281): Cleanup of old translation files
* Cleanup of old translation files
* change Require-Bundle of org.talend.model
* reset org.talend.model
2022-01-26 18:12:54 +08:00
kjwang
ce12083ea6
TUP-34120 Restart studio after install feature will have : "Workbench ( #4913 ) ( #4978 )
...
TUP-34120 Restart studio after install feature will have : "Workbench has not been created yet" in error log
https://jira.talendforge.org/browse/TUP-34120
2022-01-26 14:30:10 +08:00
hzhao-talendbj
a669d7f92a
fix(TUP-33675): try set manifest required version 1.0.7 ( #4953 )
...
* fix(TUP-33675): try set manifest required version 1.0.7
* fix(TUP-33675):Throw "Invalid key name: mdm.encryption.key" in error log
* fix(TUP-33675):fix wrong commit
2022-01-25 14:29:16 +08:00
jiezhang-tlnd
72668901f0
fix(TUP-34390)Wrong file selection dialog title for "Export custom ( #4965 )
...
settings" in Modules view
https://jira.talendforge.org/browse/TUP-34390
2022-01-25 10:12:21 +08:00
kjwang
7dd57d3b8a
Fix TUP-32950 On Ubuntu 18.04.5 documentation comment is displayed as a ( #4949 )
...
Fix TUP-32950 On Ubuntu 18.04.5 documentation comment is displayed as a black box in Talend Studio designer tab
https://jira.talendforge.org/browse/TUP-32950
2022-01-21 14:48:18 +08:00
Wei Hua
b83974b619
Hwei/bugfix/801/appint 33765 ( #4975 )
...
* APPINT-33765 [7.3.1 patch] ClassNotFoundException in runtime when DB connection (SQLServer) in joblet without using alias
* APPINT-33765 [7.3.1 patch] ClassNotFoundException in runtime when DB connection (SQLServer) in joblet without using alias
2022-01-21 10:30:52 +08:00
jiezhang-tlnd
2f2db71457
Add localized files ( #4980 ) ( #4984 )
...
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
Co-authored-by: jenkins-git <jenkins-git@talend.com >
2022-01-21 09:56:02 +08:00
Chao MENG
38befbe884
chore: change the url check url ( #4971 )
2022-01-19 11:59:35 +08:00
Jill Yan
74c96bca38
Revert "APPINT-33992 ( #4937 )" ( #4967 )
...
This reverts commit 21232bf4e4 .
2022-01-17 12:04:12 +08:00
kjwang
0fe5142ec4
TUP-34420 In 8.0 patch, there are some libraries plugin's version can't ( #4960 )
...
TUP-34420 In 8.0 patch, there are some libraries plugin's version can't update that cause Studio can't apply it.
https://jira.talendforge.org/browse/TUP-34420
2022-01-13 17:31:52 +08:00
zshen-talend
8810097d4b
Zshen/feat/tdq 19814 backport 80 ( #4962 )
...
* feat(TDQ-19814): create a new component tDataQualityRules
* feat(TDQ-19814): remove code call about IClasspathAdjuster
2022-01-13 16:59:17 +08:00
zyuan-talend
440986e764
fix(TUP-27184):escape label value for javajet. ( #4961 )
2022-01-13 16:40:04 +08:00
jiezhang-tlnd
290bcee6eb
Jzhang/80/tup 34021 re ( #4956 )
...
* fix(TUP-34347)DataViewer doesnt work on retrieved schema
* fix(TUP-34347)DataViewer doesnt work on retrieved schema
2022-01-13 15:27:24 +08:00
hcyi
6b2b710b9f
fix(TUP-34020):CVE: org.apache.axis2:axis2-kernel:[1.1-1.8.0] ( #4839 )
2022-01-12 18:47:59 +08:00
Jill Yan
21232bf4e4
APPINT-33992 ( #4937 )
...
Co-authored-by: jillyan <yan955599@gmail.com >
2022-01-12 15:57:14 +08:00
Zhiwei Xue
ed81969198
feat(TUP-33284):Allow Publishing to cloud only if the job items are ( #4916 ) ( #4917 )
...
committed and pushed to Git
2022-01-11 15:53:48 +08:00
zyuan-talend
f19b61bb60
fix(TUP-27184):copy label from GraphicNode to DataNode. ( #4947 )
2022-01-11 15:46:06 +08:00
Xilai Dai
455ed6e133
Feat/maintenance/8.0/appint 34208 ( #4948 )
...
* add git info in pom.xml
* (APPINT-34208) add branch name into pom properties
* (APPINT-34208) fix the getting branch name
Co-authored-by: Zhiwei Xue <zwxue@talend.com >
2022-01-11 15:01:40 +08:00
hcyi
f4925493d8
fix(TUP-30975):Can't move Couchbase connection to folder. ( #4914 )
2022-01-10 10:31:54 +08:00
Jane Ding
b52a7c0c15
Add localized files ( #4941 ) ( #4942 )
...
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
Co-authored-by: jenkins-git <jenkins-git@talend.com >
2022-01-07 11:18:13 +08:00
kjwang
77bfe5f89f
TUP-34282 CVE: log4j-core(1.2-api)-[2-2.16.0) ( #4925 )
...
TUP-34282 CVE: log4j-core(1.2-api)-[2-2.16.0)
https://jira.talendforge.org/browse/TUP-34282
Conflicts:
main/plugins/org.talend.designer.maven.repo.tcksdk/pom.xml
2022-01-07 09:59:54 +08:00
hzhao-talendbj
3beb45da54
fix(TUP-33644): TMC: error pop up when uncheck "use manual commit mode" ( #4939 )
...
* fix(TUP-33644): TMC: error pop up when uncheck "use manual commit mode"
* fix(TUP-33644): TMC: error pop up when uncheck "use manual commit mode
2022-01-06 18:01:15 +08:00
cbadillo1603
e0b63e2692
fix(TBD-12184):Password field missing for tImpalaRow ( #4520 ) ( #4927 )
...
* Revert "Revert "fix(TBD-12184):Password field missing for tImpalaRow (#4472 )" (#4507 )"
This reverts commit f7fb174301 .
* fix(TBD-12184):Password field missing for tImpalaRow
* fix(TBD-12184):Password field missing for tImpalaRow
* fix(TBD-12184):Password field missing for tImpalaRow
* fix(TBD-12184):Password field missing for tImpalaRow
2022-01-04 14:18:54 +01:00
Emmanuel GALLOIS
e18d768d45
feat(TDI-47278): bump component-runtime to 1.40.0 ( #4897 )
2022-01-04 12:34:51 +01:00
hzhao-talendbj
c926c78297
fix(TUP-33962): Error in handling default value as NULL ( #4875 ) ( #4918 )
...
* fix(TUP-33962): Error in handling default value as NULL
* fix(TUP-33962): Error in handling default value as NULL
* fix(TUP-33962): Error in handling default value as NULL
2022-01-04 17:51:16 +08:00
Jane Ding
4a473f97bd
Localize message update 4 maintenance80 ( #4923 )
...
* Add localized files (#4920 )
Co-authored-by: jenkins-git <jenkins-git@talend.com >
* Add localized files (#4921 )
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: Alexiane Yvonet <ayvonet@talend.com >
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
2022-01-04 12:02:16 +08:00
Zhiwei Xue
fe3969b4da
workitem(TUP-34111):slow studio build time for remote execution ( #4884 )
2021-12-30 16:07:03 +08:00
jiezhang-tlnd
3ef0cbce5f
chore(TUP-34021)CVE: org.apache.maven:maven-core:3.8.1 ( #4861 )
...
* chore(TUP-34021)CVE: org.apache.maven:maven-core:3.8.1
* CVE on maven-core-3.8.1
2021-12-30 15:01:37 +08:00
zyuan-talend
6d68cd1e26
fix(TUP-33214):complement the tree node sorting logic. ( #4911 )
2021-12-30 11:55:23 +08:00
Jane Ding
897730f107
fix(TUP-33830):[7.3] ref project compilation error ( #4842 )
...
* fix(TUP-33830):[7.3] ref project compilation error
https://jira.talendforge.org/browse/TUP-33830
* fix(TUP-33830):[7.3] ref project compilation error
https://jira.talendforge.org/browse/TUP-33830
2021-12-29 11:35:20 +08:00
sbliu
b23971ce4b
chore(TUP-33954) upgrade ant 1.10.9 to 1.10.11 ( #4836 )
2021-12-28 17:49:20 +08:00
hzhao-talendbj
091637fba2
fix(TUP-33939): Ubuntu: Cannot close "Quick Tour" ( #4904 )
...
* fix(TUP-33939): Ubuntu: Cannot close "Quick Tour"
* fix(TUP-33939): Ubuntu: Cannot close "Quick Tour"
2021-12-27 19:14:44 +08:00
hcyi
8fa6b6e972
fix(TUP-33897):Remove username from Studio Cloud Login. ( #4864 )
...
* fix(TUP-33897):Remove username from Studio Cloud Login.
* fix(TUP-33897):fix a bug when check connection at the first time.
* fix(TUP-33897):fix a bug when check connection at the first time.
2021-12-27 10:28:27 +08:00
bhe-talendbj
dc2d37a3f2
fix(TUP-34155): add dependencies to shade plugin ( #4899 )
2021-12-21 14:48:52 +08:00
undx
76ba5fa734
Revert "feat(TDI-47278): bump component-runtime to 1.39.3"
...
This reverts commit aab581232e .
2021-12-20 12:21:31 +01:00
undx
aab581232e
feat(TDI-47278): bump component-runtime to 1.39.3
2021-12-20 12:20:23 +01:00
Jane Ding
7293f33b65
Add localized files ( #4880 ) ( #4895 )
...
Co-authored-by: jenkins-git <jenkins-git@talend.com >
Co-authored-by: tsasada-talend <51699524+tsasada-talend@users.noreply.github.com >
Co-authored-by: jenkins-git <jenkins-git@talend.com >
2021-12-20 09:56:43 +08:00
Chao MENG
89e5ab0ae6
fix(TUP-34118): Can't use latest dependencies of tcompv0 after installed ( #4881 )
...
patch
https://jira.talendforge.org/browse/TUP-34118
2021-12-16 20:50:46 +08:00
Chao MENG
efdc58a2a2
fix(TUP-34141): can't pull the changes of requiredFeatures.json for ( #4879 )
...
local mode
https://jira.talendforge.org/browse/TUP-34141
2021-12-16 18:17:27 +08:00
Chao MENG
d0a82b708b
fix(TUP-34140): run job with tRunJob failed if user B logon a project that user A installed some features contain routine ( #4874 )
...
* fix(TUP-34140): run job with tRunJob failed if user B logon a project
that user A installed some features contain routine
https://jira.talendforge.org/browse/TUP-34140
* fix(TUP-34140): run job with tRunJob failed if user B logon a project
that user A installed some features contain routine
https://jira.talendforge.org/browse/TUP-34140
2021-12-15 22:40:32 +08:00
bhe-talendbj
86e9c0287b
fix(TUP-34105): backport ( #4868 )
2021-12-15 11:44:25 +08:00
hcyi
93b6012426
feat(TUP-33198):add some junits ( #4849 )
2021-12-15 10:40:40 +08:00
Chao MENG
3eaf1769d9
fix(TUP-34118): Can't use latest dependencies of tcompv0 after installed ( #4859 )
...
patch
https://jira.talendforge.org/browse/TUP-34118
2021-12-14 18:55:56 +08:00
bhe-talendbj
045405ff29
fix(TUP-34105): upgrade log4j2 ( #4852 )
...
* fix(TUP-34105): upgrade log4j2
* fix(TUP-34105): fix test case
* fix(TUP-34105): update version
* fix(TUP-34105): update version
* fix(TDI-47241): CVE: log4j-api(core)-[2 - 2.15.0)
* add the miss jar align
* fix(TUP-34105): fix synchronize libs
* fix(TUP-34105): update plugin version
* fix(TUP-34105): update plugin version
* fix(TUP-34105): update bundle version
* fix(TUP-34105): update bundle version
* fix(TUP-34105): update bundle version
Co-authored-by: wwang-talend <wwang@talend.com >
2021-12-14 15:40:24 +08:00
kjwang
feba8702bc
TUP-34096 failed to logon the project, after clicking NO on the patch update restart dialog ( #4850 )
...
* TUP-34096 failed to logon the project, after clicking NO on the patch
update restart dialog
https://jira.talendforge.org/browse/TUP-34096
2021-12-13 15:09:52 +08:00
wang wei
70b21e3faf
fix(TDI-46962): tAmazonAuoraOutput compilation errors ( #4761 )
2021-12-13 11:21:56 +08:00
Zhiwei Xue
5be1510aed
fix(TUP-32059):Add git info in the jobinfo.properties when building job ( #4826 )
...
from CI
2021-12-10 19:02:17 +08:00
Chao MENG
a437c4d2b5
fix(TUP-33713): Logon popup message in a mess when main project and ( #4847 )
...
refer project are on different patch level
https://jira.talendforge.org/browse/TUP-33713
2021-12-09 20:31:55 +08:00
kjwang
3871353f4b
TUP-33713 Logon popup message in a mess when main project and refer ( #4843 )
...
project are on different patch level
2021-12-09 18:37:58 +08:00
hcyi
c451cc14b3
feat(TUP-33198):Support retrieve SAP ADSO service metadata with SAP JCO3 ( #4814 )
...
* feat(TUP-33198):Support retrieve SAP ADSO service metadata with SAP JCO3
* feat(TUP-33198):fix TUP-33952[Bug] Import sap connection without hana
info and drag the node into job as tsapadsoinput, the connection type is
null.
* feat(TUP-33198):Support retrieve SAP ADSO service metadata with SAP JCO3
2021-12-09 16:57:51 +08:00
hzhao-talendbj
6201ede2a4
feat(TUP-22589): Create read-only mode in Studio for restricted GIT ( #4828 )
2021-12-09 11:04:26 +08:00
jiezhang-tlnd
570cefddf5
Jzhang/80/tup 33728 re ( #4827 )
...
* fix(TUP-33728)Migrate studio65 job to 801, miss DB connection
* fix(TUP-33728)Migrate studio65 job to 801, miss DB connection
* fix(TUP-33728)Migrate studio65 job to 801, miss DB connection
2021-12-09 09:24:54 +08:00
kjwang
ff17aa0b4d
TUP-33735 "Hierarchical Mapper" can't show properly when switch git ( #4834 )
...
TUP-33735 "Hierarchical Mapper" can't show properly when switch git branch
https://jira.talendforge.org/browse/TUP-33735
2021-12-08 18:15:40 +08:00
hzhao-talendbj
a6848c5f64
feat(TUP-32064): Build up to date Studio index automatically ( #4810 )
...
* feat(TUP-32064): Build up to date Studio index automatically
* feat(TUP-32064): Build up to date Studio index automatically
* feat(TUP-32064): try remove index folder
* feat(TUP-32064): try use generate-sources
* feat(TUP-32064): Build up to date Studio index automatically
* feat(TUP-32064): Build up to date Studio index automatically
* feat(TUP-32064): Build up to date Studio index automatically
* feat(TUP-32064): Build up to date Studio index automatically
* feat(TUP-32064): Build up to date Studio index automatically
* feat(TUP-32064): Build up to date Studio index automatically
* feat(TUP-32064): Build up to date Studio index automatically
2021-12-08 14:49:03 +08:00
Emmanuel GALLOIS
77c1caf679
feat(TDI-46838): bump component-runtime to 1.39.2 ( #4829 )
2021-12-07 09:30:44 +01:00
pyzhou
9bdee7ea3c
fix(TDI-47147):tMap TUJ fix ( #4830 )
2021-12-03 17:50:15 +08:00
sbliu
74f469e17f
fix(TUP-33533) output CRLF for generated bat file. ( #4816 )
2021-12-03 16:01:22 +08:00
bhe-talendbj
cb9d039027
feat(TUP-33718): regenerate index and component index data ( #4784 ) ( #4822 )
...
* feat(TUP-33718): regenerate index and component index data
* feat(TUP-33718): fix load dynamic distributions
* feat(TUP-33718): clone new property
* feat(TUP-33718): load dynamic distribution modules
* feat(TUP-33718): load dynamic distribution modules
2021-12-02 17:15:00 +08:00
Chao MENG
7c8d50725a
fix(TUP-33121): Talend Studio gives no error if unable to connect to ( #4807 )
...
remote GIT repository
https://jira.talendforge.org/browse/TUP-33121
2021-11-29 10:35:07 +08:00
jiezhang-tlnd
01bf5e8539
Jzhang/maintenance/80/tup 33728 ( #4789 )
...
* fix(TUP-33728)Migrate studio65 job to 801 miss DB connection
https://jira.talendforge.org/browse/TUP-33728
* fix(TUP-33728)Migrate studio65 job to 801 miss DB connection
* format code
* format code
2021-11-26 15:03:08 +08:00
Chao MENG
a565767101
chore: fix switching branch npe ( #4809 )
2021-11-25 17:41:01 +08:00
Wei Hua
8d63a02566
APPINT-32136 Job & Run view displays DI job icon and/or label when a route or routelet editor is active ( #4781 ) ( #4813 )
...
- Add routelet icon
2021-11-25 17:00:25 +08:00
pyzhou
7115862cc3
fix(TDI-46992): ResumeUtil throw BufferOverflowException ( #4771 )
...
* fix(TDI-46992): ResumeUtil throw BufferOverflowException
* replace variable
2021-11-25 13:51:26 +08:00
sbliu
1cc3a2935d
fix(TUP-33497) Bug in tDBOutput component when linking rejects to tMap. ( #4808 )
2021-11-24 17:12:07 +08:00
Zhiwei Xue
2f423ba276
feat(TUP-26972):Prompt to Automatically push changes to Remote Branch ( #4795 )
2021-11-23 18:23:35 +08:00
jiezhang-tlnd
3484f0f782
fix(TUP-33412)CVE commons-codec-1.11 ( #4803 )
...
* fix(TUP-33412)CVE commons-codec-1.11
* exclude cve jar
2021-11-23 16:23:51 +08:00
bhe-talendbj
7594d7d541
fix(TUP-33659): remove show starting page ( #4763 ) ( #4788 )
...
* fix(TUP-33659): remove show starting page (#4763 )
* fix(TUP-33659): fix restart
* fix(TUP-33659): revert EclipseCommandLine
2021-11-23 15:48:29 +08:00
Jane Ding
3d8ca2eddb
fix(TUP-33617):java.io.OptionalDataException on tAvroInput ( #4775 ) ( #4801 )
...
* fix(TUP-33617):java.io.OptionalDataException on tAvroInput
https://jira.talendforge.org/browse/TUP-33617
* fix(TUP-33617):java.io.OptionalDataException on tAvroInput
https://jira.talendforge.org/browse/TUP-33617
2021-11-23 10:56:48 +08:00
Jane Ding
c7552be2ed
fix(TUP-33709):"Failed to create assembly" when compile a BD job with ( #4783 ) ( #4802 )
...
studio commandline
https://jira.talendforge.org/browse/TUP-33709
2021-11-23 10:56:16 +08:00
bhe-talendbj
a0f44a7991
fix(TUP-33854): fix exitdata ( #4798 )
2021-11-22 18:20:52 +08:00
kjwang
fdadf536c9
TUP-33735 "Hierarchical Mapper" can't show properly when switch git ( #4785 ) ( #4799 )
...
TUP-33735 "Hierarchical Mapper" can't show properly when switch git branch
https://jira.talendforge.org/browse/TUP-33735
2021-11-22 16:03:00 +08:00
Xilai Dai
c0fe39749a
(APPINT-34059) fix the following artifacts could not be resolved: org.codehaus.plexus:plexus-utils:jar:3.3.0 ( #4793 )
2021-11-22 11:09:50 +08:00
Zhiwei Xue
86c0efb4a3
fix(TUP-33791):Error pops up while running job in main project and it ( #4796 )
...
call childjob from reference project_Migrate
2021-11-19 17:27:48 +08:00
jiezhang-tlnd
d1568a294d
chore(TUP-33498)CVE Oauth 2.0 SDK with OpenID Connect extensions in ( #4791 )
...
Studio
2021-11-19 15:16:13 +08:00
bhe-talendbj
683228e53a
Update version from 8.0.2-SNAPSHOT to 8.0.1-SNAPSHOT ( #4787 )
2021-11-18 12:01:55 +08:00
Jenkins Continuous Build server
7c774542aa
Set version to 8.0.2 SNAPSHOT
2021-11-16 11:09:31 +01:00
kjwang
f384da5e85
TUP-22780 Icons under repository broken during switch to branch, and NPE pop up ( #4749 )
...
* TUP-22780 Icons under repository broken during switch to branch, and NPE
pop up
https://jira.talendforge.org/browse/TUP-22780
* TUP-22780 Icons under repository broken during switch to branch, and NPE
pop up
https://jira.talendforge.org/browse/TUP-22780
2021-11-09 19:26:37 +08:00
jiezhang-tlnd
08b62b8f69
Jzhang/relase/80/tup 33627 ( #4770 )
...
* fix(TUP-33627)[Linux aarch64] License agreement panel and introduction
are blank
https://jira.talendforge.org/browse/TUP-33627
* fix(TUP-33627)[Linux aarch64] License agreement panel and introduction
are blank
* [Linux aarch64] License agreement panel and introduction are blank
2021-11-05 20:05:00 +08:00
Chao MENG
b8689e25c1
fix(TUP-33642):Studio without update settings do not give any infor/warning when logon a monthly migrated project. ( #4766 ) ( #4767 )
...
* fix(TUP-33642):Studio without update settings do not give any
infor/warning when logon
a monthly migrated project.
* fix(TUP-33642):Studio without update settings do not give any
infor/warning when logon a monthly migrated project.
Co-authored-by: hcyi <hcyi@talend.com >
2021-11-04 22:16:15 +08:00
Jane Ding
aca3de12e6
fix(TUP-33385):Error pops up while logging on migrated project if the ( #4752 ) ( #4765 )
...
project which exported from monthly patch studio>Studio
https://jira.talendforge.org/browse/TUP-33385
2021-11-04 19:55:39 +08:00
bhe-talendbj
d11a664df6
fix(TUP-33414): [bug] JETL: Studio is closed after patch installed ( #4744 ) ( #4764 )
...
* fix(TUP-33414): fix restart params
* fix(TUP-33414): revert unintentional changes
* fix(TUP-33414): revert unintentional changes
* fix(TUP-33414): revert unintentional changes
* fix(TUP-33414): fix exit data
* fix(TUP-33414): change only for jetl and windows
* fix(TUP-33414): change only for jetl and windows
* fix(TUP-33414): change only for jetl and windows
* fix(TUP-33414): change only for jetl and windows
* fix(TUP-33414): add logs
* fix(TUP-33414): add logs
2021-11-04 19:03:56 +08:00
jiezhang-tlnd
1602306e93
feat(TUP-33651)Remove the old download action ( #4762 )
...
https://jira.talendforge.org/browse/TUP-33651
2021-11-04 15:13:16 +08:00
sbouyer
497a7b63e0
Add localized files ( #4751 )
...
Co-authored-by: jenkins-git <jenkins-git@talend.com >
2021-11-04 10:43:02 +08:00
Alexiane Yvonet
635210a114
Add localized files ( #4731 )
...
Co-authored-by: jenkins-git <jenkins-git@talend.com >
2021-11-04 10:42:55 +08:00
tsasada-talend
6f8bc10c6f
Add localized files ( #4732 )
...
Co-authored-by: jenkins-git <jenkins-git@talend.com >
2021-11-04 10:42:47 +08:00
Jenkins Continuous Build server
606aa40664
Set version to 8.0.1
2021-11-03 17:02:07 +01:00
Zhiwei Xue
16791ae92d
fix(TUP-33317):deactivate TDM features get errors in error log and DQ ( #4756 )
2021-11-03 18:15:23 +08:00
Jane Ding
fdb83c5620
feat(TUP-33421):Send Studio login information to Pendo ( #4726 ) ( #4755 )
...
* feat(TUP-33421):Send Studio login information to Pendo
https://jira.talendforge.org/browse/TUP-33421
* feat(TUP-33421):Send Studio login information to Pendo
https://jira.talendforge.org/browse/TUP-33421
* feat(TUP-33421):Send Studio login information to Pendo
https://jira.talendforge.org/browse/TUP-33421
* feat(TUP-33421):Send Studio login information to Pendo
https://jira.talendforge.org/browse/TUP-33421
* feat(TUP-33421):Send Studio login information to Pendo
https://jira.talendforge.org/browse/TUP-33421
* feat(TUP-33421):Send Studio login information to Pendo
https://jira.talendforge.org/browse/TUP-33421
* feat(TUP-33421):Send Studio login information to Pendo
https://jira.talendforge.org/browse/TUP-33421
2021-11-03 18:04:21 +08:00
Liu Xinquan
59f8f6c3ce
fix(TDQ-19753) TOS_DQ failed to fetch sqlexplorer.jar and chart.jar ( #4742 )
2021-11-02 10:11:43 +08:00
kjwang
0cfdb4ecdd
Fix TUP-33607 Show tooltip on the warning icon of "Find features needed ( #4739 )
...
Fix TUP-33607 Show tooltip on the warning icon of "Find features needed for import"
https://jira.talendforge.org/browse/TUP-33607
2021-11-01 16:22:59 +08:00
Zhiwei Xue
0029c41b81
fix(TUP-33317):deactivate TDM features get errors in error log and DQ ( #4741 )
...
refresh get error dialog
2021-11-01 16:21:23 +08:00
bhe-talendbj
761ac868c5
fix(TUP-33594): No studio version when start studio / commandline in the logs ( #4729 ) ( #4735 )
...
* fix(TUP-33594): print out product version
* fix(TUP-33594): add javax.servlet
* fix(TUP-33594): revert unnecessary changes
2021-11-01 09:26:23 +08:00
nrousseau
40c7bbd422
fix(TUP-33595): SLF4J not working in Studio 8 ( #4736 )
2021-11-01 09:22:20 +08:00
sbliu
93024e2d02
feat(TUP-33462) Removal / deprecate of DB versions linked to DI components. ( #4730 )
...
align vertica, Vertica db versions and remove remove db interbase, ingres, Vectorwise, ParAccel.
2021-10-29 17:24:25 +08:00
pyzhou
594b972bd2
fix(TDI-46937): fix tmap tuj ( #4723 )
...
* fix(TDI-46937): fix tmap tuj
* fix(TDI-46937):fix tuj
2021-10-29 16:47:08 +08:00
zyuan-talend
082b262552
fix(TUP-33432):show the dropdown list when click on "Support" button. ( #4724 )
2021-10-28 15:45:55 +08:00
jiezhang-tlnd
147d0826db
fix(TUP-33312)CWE-327: upgrade bcprov-jdk15on to 1.69 ( #4674 ) ( #4718 )
2021-10-28 11:52:10 +08:00
hzhao-talendbj
0ac05064df
fix(TUP-33485): [tELTMap] Delimited identifiers does not work for ( #4719 ) ( #4721 )
...
Snowflake
2021-10-27 18:10:46 +08:00
bhe-talendbj
d26e65929e
chore(TUP-33502): change logs ( #4717 ) ( #4720 )
2021-10-27 15:40:52 +08:00
Zhiwei Xue
acf4f73876
feat(TUP-33307):change version display in dialog ( #4714 ) ( #4715 )
2021-10-27 10:29:51 +08:00
Nicolas Rousseau
6ebca7beda
fix(TUP-33546): fix arm issue on mac
2021-10-26 20:08:49 +08:00
pyzhou
cf73cae37e
fix(TDI-46923):add back jboss marshalling ( #4711 )
2021-10-26 10:00:13 +08:00
kjwang
7d6625d66c
TUP-33396 [bug]better disable button "Install and restart" button if no feature selected (Improve the tooltip) ( #4708 )
...
* TUP-33396 [bug]better disable button "Install and restart" button if no
feature selected (Improve the tooltip)
2021-10-25 14:34:15 +08:00
Jenkins Continuous Build server
a4acc6db37
Set version to 8.0.1
2021-10-21 16:11:19 +02:00