Commit Graph

26 Commits

Author SHA1 Message Date
Andreas Mattes
af7a3ff3e4 fix(TESB-22183): Fix support for circular WSDL imports to WSDLLoader. (#1685)
* fix(TESB-22183): Add support for circular WSDL imports to WSDLLoader.

Circular WSDL imports are not prohibited by WS-I basic profile. However, they are currently causing WSDL import to fail in an endless recursion. The present fix corrects this condition and ensures that WSDL documents are not imported more than once.

* fix(TESB-22183): Attribute name error in fix corrected.

* fix(TESB-22183): "location" attribute corrected for circular imports.

* fix(TESB-22183): Fix support for circular WSDL imports to WSDLLoader.

Imports causing circular WSDL document dependencies are now removed, because WSDL4J does not handle them properly, but runs into an endless recursion, but processes the WSDL as expected when the "backwards" import is removed.
2018-05-24 17:21:49 +02:00
Andreas Mattes
44466bd2c6 fix(TESB-22183): Add support for circular WSDL imports to WSDLLoader. (#1676)
* fix(TESB-22183): Add support for circular WSDL imports to WSDLLoader.

Circular WSDL imports are not prohibited by WS-I basic profile. However, they are currently causing WSDL import to fail in an endless recursion. The present fix corrects this condition and ensures that WSDL documents are not imported more than once.

* fix(TESB-22183): Attribute name error in fix corrected.

* fix(TESB-22183): "location" attribute corrected for circular imports.
2018-05-22 17:41:16 +08:00
Chao MENG
709c732b48 fix a junit failed (#1493) 2018-03-08 11:58:21 +08:00
Irene Wang
4f5f8406d2 DEVOPS-3791 Update copyright year to 2018 2018-02-09 12:55:53 +01:00
Irene Wang
1e74758e26 DEVOPS-3791 Update copyright year to 2018 2018-02-09 11:35:01 +01:00
Seloen
9b44328ac4 feat(TUP-18192): intelligent auto map leveraging data quality algorithms (#1195)
* feat(TUP-18192)Intelligent Auto-Map,leveraging Data Quality algorithms

*Levenshtein and Jaccard done

https://jira.talendforge.org/browse/TUP-18192

* feat(TUP-18192)Intelligent Auto-Map,leveraging Data Quality algorithms

https://jira.talendforge.org/browse/TUP-18192

* feat(TUP-18192)Intelligent Auto-Map,leveraging Data Quality algorithms

*Refined version

https://jira.talendforge.org/browse/TUP-18192
2017-09-06 09:45:24 +08:00
Irene Wang
df57151cc9 Update copyright to 2017 2017-09-05 17:12:21 +02:00
Rémy DUBOIS
8ddd5dea93 fix(TBD-5163): Remove the dependencies signature in the fat jar (#1081) 2017-06-09 15:40:36 +02:00
GGu
823e64ab9c test(TUP-17687): fix some junit issues (#1027)
* test(TUP-17687): fix the problem for accessing web junit

* test(TUP-17687): fix one error log for NPE DB

* test(TUP-17687): disable the debug flag for port test
2017-05-17 11:19:27 +08:00
Chao MENG
34135160b8 Feature/6.4.0/tup 5116 tup 5280 bd project and tic (#938)
* TUP-5116 feature: Supports BD options for users/projects
https://jira.talendforge.org/browse/TUP-5116

* TUP-5280 feature: Studio use TIC as user management (additionaly to TAC)
https://jira.talendforge.org/browse/TUP-5280

Conflicts:
	main/plugins/org.talend.core.runtime/src/main/java/org/talend/core/service/IRemoteService.java

* TUP-5116 feature: Supports BD options for users/projects
https://jira.talendforge.org/browse/TUP-5116

* TUP-5280 feature: Studio use TIC as user management (additionaly to TAC)
https://jira.talendforge.org/browse/TUP-5280

* feat(TUP-5280): fix a problem of fetching lib info from tac
https://jira.talendforge.org/browse/TUP-5280
2017-04-10 16:27:53 +08:00
zwxue
dd6b8713df Fixed failed JUnit ElapsedTimeTest. (#771) 2016-12-01 16:04:04 +08:00
Sizhao Liu
b3facb2eda TDQ-12253 move a utility class to TDQ repos 2016-08-22 11:59:47 +02:00
Sizhao Liu
a7ffd92ded TDQ-12253 move BidiMultiMap to DQ repo + remove unnecessary usage of AsciiUtils 2016-08-19 17:58:40 +02:00
Sizhao Liu
3fdf86b6dc TDQ-12253 unify the behavior of removeDiacriticalMark method with StringUtils.stripAccents(input) from Apache Commons Lang 2016-08-19 16:30:30 +02:00
Sizhao Liu
3346784e7c move test classes into the right packages 2016-08-19 12:24:22 +02:00
GGu
c0bc52353a TUP-4528: Fix some junits in common se 2016-05-05 13:48:56 +08:00
GGu
85103a19e4 TBD-3308: add one JSON util for merge two object 2016-04-18 18:16:21 +08:00
iwang
d2d3647bd2 Update copyright year to 2016 2016-01-25 09:46:46 +01:00
Sebastien Gandon
5f5899c934 TCOMP-12 : moved the CryptoHelper into daikon. 2015-11-25 17:37:10 +01:00
GGu
8d53fb1336 TUP-2863: enable to use the parent pom from repository view. 2015-05-26 18:34:10 +08:00
Mike Hirt
075f444e9c Update copyright to 2015 2015-01-02 14:20:05 +01:00
GGu
fe5cad4ea0 TDI-31303: encrypt the pass for project settings when import. 2014-11-25 11:53:49 +08:00
GGu
9c8460622e TDI-30227: make sure the empty password to encrypt also. 2014-10-17 11:56:52 +08:00
GGu
fca77eefc1 TDI-30227: add the CryptoHeler junit test. 2014-10-15 12:04:55 +08:00
Zhao Mingli
63190670de TDQ-9270: add a new multi keys map 2014-08-20 16:35:50 +08:00
Sébastien Gandon
890a391388 [GIT Migration] Refactor main,test and i18n plugins and features for branch master 2014-06-22 05:06:26 +02:00