Commit Graph

39 Commits

Author SHA1 Message Date
pyzhou
16574ec362 feat(TDI-46570):Sharded string with tFileOutputExcel (#8405)
* feat(TDI-46570):Sharded string with tFileOutputExcel

* hide use share string when append
2023-02-17 16:29:03 +08:00
pyzhou
e7f4233419 fix(TDI-48441): fix reload4j CVE (#8166)
* fix(TDI-48441):CVE reload4j 1.2.22

* Upgrade jar

# Conflicts:
#	main/plugins/org.talend.designer.components.libs/libs_src/json-lib-talend/pom.xml
#	main/plugins/org.talend.designer.components.libs/libs_src/simpleexcel/pom.xml
#	main/plugins/org.talend.designer.components.libs/libs_src/talendExcel/pom.xml
#	main/plugins/org.talend.designer.components.localprovider/components/tFileInputExcel/tFileInputExcel_java.xml
#	main/plugins/org.talend.libraries.excel/pom.xml

* upgrade simpleexcel 2.6-20220912

* add miss
2022-11-10 17:31:32 +08:00
wang wei
1281774f65 fix(TDI-48086): CVE poi-scratchpad (#7786) 2022-07-27 10:19:45 +08:00
wang wei
ff5018893a fix(TDI-47633): CVE: Replace log4j1.x by reload4j or upgrade to log4j2 (#7330) 2022-04-01 14:32:13 +08:00
Dmytro Grygorenko
78a28bc217 fix(TDI-46743): avoid file locking when using "streaming append" feature. (#7042) 2021-12-20 14:25:34 +02:00
Dmytro Grygorenko
61e8eaff4b fix(TDI-46614): CVE - update "commons-compress" to 1.21 (#6684) 2021-09-27 17:57:17 +03:00
wang wei
31c2afe9df fix(TDI-45468): support streaming append (#6623) (#6654) 2021-09-16 16:29:17 +08:00
Olha V
f8d697b4ea chore(TDI-46067): Bump commons-lang3 (#6227) (#6358) 2021-06-25 10:31:42 +08:00
hzhao-talendbj
cd1b55472d feat(TUP-29701): Upgrade eclipse 418 (#5704)
* feat(TUP-29701): Upgrade eclipse 418

* fix compile error

* fix assert issue

* fix assert issue

* change private to protected because parent class use protected

* add a null arg

* TUP-29701 add org.eclipse.emf.edit.ui to manifest

* TUP-29701 fix require missing class when run job .

* TUP-29701 set handler in URL

* TUP-29701 fix can not find class issue when create excel metadata

* TUP-29701 set mavenResulver for handler

* TUP-29701 add mavenresolver for handler
2021-06-18 17:36:45 +08:00
mbasiuk-talend
ead67aef1c fix(TDI-45455): excel output exceeding characters (#5729)
* fix(TDI-45455): truncate exceeding characters

* fix(TDI-45455): truncate exceeding characters, use property

* fix(TDI-45455): improve property wording

* fix(TDI-45455): fix substring usage
2021-01-20 20:43:11 +02:00
wang wei
7dbfc6fe51 fix(TDI-45404): tFileOutputExcel component gives The maximum number of cell styles was exceeded error (#5662) (#5672) 2020-12-28 10:38:19 +08:00
pyzhou
c41396d8f0 fix(TDI-45167):Close pre Workbook for tFileOutputExcel (#5506) 2020-11-18 11:26:22 +08:00
vyu-talend
f85a72df47 fix(TDI-45054):fix the protected file error. (#5428) (#5460)
* fix(TDI-45054):fix the protected file error.

* fix(TDI-45054):update the excel jar in component.

* fix(TDI-45054):update lib version.
2020-11-03 11:56:29 +08:00
Dmytro Grygorenko
2c71e7ec82 chore(TDI-45022): backport Apache POI update to "master" (#5408)
* chore(TDI-45022): backport Apache POI update to "master"

* fix(TDI-45022): rebuild "talendMsgMailUtil" library to preserve local changes available at the branch
2020-10-27 10:24:07 +02:00
Dmytro Grygorenko
64621ce986 fix(TDI-44743): backport to "master" branch (#5156) 2020-09-01 16:11:00 +03:00
wang wei
4abb3f0422 fix(TDI-44192): Update dom4j to 2.1.3 (#5023) 2020-08-03 14:19:40 +08:00
jzhao
6eddb2cd20 feat(TDI-43395):update dom4j to 2.1.1 (#4296)
* feat(TDI-43395):update dom4j

* feat(TDI-43395):update dom4j depends jaxen

* feat(TDI-43395):dom4j api changed

* fix compiler error
* remove useless code of txmlmap

* feat(TDI-43395):add migration task for bonita components after dom4j
update
2020-01-10 17:18:26 +08:00
mbasiuk-talend
eb31686a3e fix(TDI-42834): update commons-compress lib version (#3854)
* fix(TDI-42834): update commons-compress lib version

* fix(TDI-42834): upgrade to latest version 1.19
2019-09-26 17:05:34 +03:00
Emmanuel GALLOIS
cb8308df05 feat(TDI-41662): Password protected Excel files management (#3743)
* feat(TDI-41662): add PASSWORD property
* feat(TDI-41662): set PASSWORD property visible only for Excel 2007++
* feat(TDI-41662): add password decryption in Talend ExcelReader wrapper
- warning this is an external lib
* feat(TDI-41662): bump simpleexcel lib release to latest updates
- not sure that MANIFEST.MF should be updated but once build there was
no changes to it, so in case of...
* feat(TDI-41662): implement decryption in javajet
* feat(TDI-41662): add properties to tFileOutputExcel
* fix(TDI-41662): correct gav
* fix(TDI-41662): bump simpleexcel version
* fix(TDI-41662): add password protection on writing excel file
* fix(TDI-41662): bump talendExcel version
* fix(TDI-41662): add password protection on writing excel file (javajet)
* feat(TDI-41662): close workbook when not protected
* feat(TDI-41662): fix some stuff about tFileOutputExcel
* feat(TDI-41662): remove old parse methods to ExcelReader
* feat(TDI-41662): close workbook in any cases
* feat(TDI-41662): use agile encryption mode only in TalendExcel
* feat(TDI-41662): use agile encryption mode only in javajet comp
* feat(TDI-41662): merge master and bump TalendExcel version
* feat(TDI-41662): fix classpath version for TalendExcel
- not sure that's necessary but...
2019-08-01 11:04:13 +02:00
Roman
d544cfbbd8 feat(TDI-36668): Add possibility to write xlsm files (#3766) 2019-07-29 16:58:22 +03:00
wang wei
44c5ae1188 fix(TDI-42433): close the stream like before, we need to keep the old action for the old job (#3536)
* fix(TDI-42433): close the stream like before, we need to keep the old
action for the old job

* fix(TDI-42433): adjust details

* fix(TDI-42433): bump version
2019-06-03 09:53:36 +08:00
wang wei
f04471fc4b fix(TDI-42241): upgrade the apached poi to 4.1.0 to support java 11 (#3452)
* fix(TDI-42241): upgrade the apached poi to 4.1.0 to support java 11

* fix(TDI-42241): upgrade the apached poi to 4.1.0 to support java 11

* fix(TDI-42241): fix something, but seems should remove the file

* fix(TDI-42241): add back url path

* fix(TDI-42241): fix the build for poi

* fix(TDI-42241): fix the build for poi

* fix the MF file
2019-05-28 01:27:03 -05:00
wang wei
480d80db93 fix(TDI-42053): [Java 11] Upgrade commons.lang3 version on javajet components (#3371)
* fix(TDI-42053): [Java 11] Upgrade commons.lang3 version on javajet
components

* fix(TDI-42053): revert the changeset for tacokit integration part

* fix(TDI-42053): revert the changeset for bigdata components
2019-04-19 18:01:49 +08:00
nrousseau
f58cb661c3 chore(TUP-20636) update maven uri (#2690)
* chore(TUP-20636) update maven uri

* chore(TUP-20636) update maven uri

* chore(TUP-20636) update maven uri

* chore(TUP-20636) update maven uri
2018-09-14 10:29:23 +08:00
Roman
17ce620d83 fix(TDI-40775): version of commons-lang3 now 3.7 (#2610) 2018-08-16 14:40:09 +03:00
wang wei
432d173610 fix(TDI-40492): align all the log4j to 1.2.17 version 2018-05-21 10:36:18 +08:00
Dmytro Sylaiev
a068a3c164 fix(TDI-40125): Update talend excel library (#1985)
* Remove main method

* Update deprecated method calls

* Add commons-lang
2018-02-23 17:53:09 +02:00
jzhao
67d04a0dc3 fix(TDI-39562):tFileOutputExcel "Keep existing cell format" doesn't work in some situation (#1658) 2017-10-10 17:49:56 +08:00
pyzhou
800fa1112d TDI-38693:tFileOutputExcel -> 'Define all columns auto size' doesn't (#1243)
* TDI-38693:tFileOutputExcel -> 'Define all columns auto size' doesn't
work after Excel upgrade to 2016

* TDI-38693:correct the group ID.
2017-05-31 10:01:20 +08:00
pyzhou
06b49829b2 TDI-37924:Upgrade poi.jar to 3.16 (#1162)
* TDI-37924:Upgrade poi.jar to 3.16

* TDI-37924:delete the new jar & change the pom and version.

* TDI-37924: update to download automatically the jar of mail util
2017-04-25 09:44:17 +08:00
pyzhou
e820c6c4d5 Feature/6.4.1/tdi 38105 (#1134)
* TDI-38105:Update Excel components to support Excel 2016/next version for some other components.
2017-04-10 18:02:58 +08:00
amarkevich
07e1063751 TESB-17498 Error Calling a Web service 2016-06-16 16:20:23 +03:00
Wu Liu
9f250f7378 TDI-32585 : [tFile*Excel] remove geronimo-stax-api from dependencies 2015-05-25 11:05:35 +08:00
wchen-talend
ebbe0fabb4 TUP-2417:Remote Lib : Migrate all component definition to use the mvn:
url schema
2015-05-12 14:29:27 +08:00
jzhao
f1dae24181 TDI-30022: NotImplementedException or IllegalArgumentException when
tFileOutputExcel appends content to an Excel file containing formula
https://jira.talendforge.org/browse/TDI-30022
Note:1.Update POI
2.Fixed Hex2Dec problem
3.Rebuild sampleexcel.jar
2015-01-16 14:36:20 +08:00
wluo
9dac070a65 TDI-30967 : Add 2 new attributes in *_java.xml to help generate log4j
code
https://jira.talendforge.org/browse/TDI-30967
2014-10-31 13:58:23 +08:00
jzhao
14ea56fe20 TDI-30754: tFileInputExcel/tFileOutputExcel contains buggy dependencies
in case VERSION_2007
https://jira.talendforge.org/browse/TDI-30754
Note:Update 2 jars for excel input/output
2014-10-17 14:42:30 +08:00
wang wei
d9e56765c8 TDI-30339: Improve the performance of tFileOutputExcel(when append and
formula exist)
https://jira.talendforge.org/browse/TDI-30339
2014-08-15 16:10:36 +08:00
Sébastien Gandon
0db2c64957 [GIT Migration] Refactor main,test and i18n plugins and features for branch master 2014-06-22 10:53:02 +02:00