Compare commits

...

14 Commits

Author SHA1 Message Date
hcyi
0193473b43 fix(TUP-40771):Remove plugin org.talend.studio.components.tcompv0.jdbc. (#911) 2023-12-06 16:26:57 +08:00
Oleksandr Zhelezniak
dfe630e48e feat(TDI-50607): bump connectors 1.52.0 (#907) 2023-12-01 16:38:44 +02:00
ypiel
c12c1d6c6c chore(TDI-50608): bump tcompv0 0.37.27. (#908) 2023-12-01 14:48:13 +01:00
sbliu
11bbe772c1 chore(TUP-40453) upgrade avro from 1.11.2 to 1.11.3 (#889) 2023-11-30 17:25:51 +08:00
Emmanuel GALLOIS
3b95a3fe64 feat(TDI-50426): bump component-runtime to 1.62.1 (#887) 2023-11-09 10:20:50 +01:00
Fabien Désiles
030409d307 chore(TDI-50491): Bump Studio 8.0 with TCOMPV0 0.37.26 (#886)
https://jira.talendforge.org/browse/TDI-50491
2023-11-06 15:51:33 +01:00
Emmanuel GALLOIS
7992a807c9 feat(TDI-50426): bump component-runtime to 1.62.0 (#881) 2023-11-02 19:34:16 +02:00
Oleksandr Zhelezniak
6c2c2070bc feat(TDI-50473): bump connectors 1.51.0 (#885) 2023-11-02 19:33:31 +02:00
kjwang
8f0689cf8a Update component version for test (#857)
Feat_TUP-39096_new_TCK_JDBC_integrate 
---------

Co-authored-by: Zhiwei Xue <zwxue@talend.com>
2023-11-02 20:05:30 +08:00
jiezhang-tlnd
883e79cbef chore(TUP-39474)json-io:4.9.9 | CVE-2023-34610 (#878)
* chore(TUP-39474)json-io:4.9.9 | CVE-2023-34610

* UPDATE json-io to 4.14.0-TALEND
2023-10-27 10:33:40 +08:00
Jane Ding
85f2a69793 feat(TUP-39889):tJira and tSplunk migration to TCK (#876)
https://jira.talendforge.org/browse/TUP-39889
2023-10-16 14:25:26 +08:00
Jane Ding
3f02b323be feat(TUP-39889):tJira and tSplunk migration to TCK (#874)
* feat(TUP-39889):tJira and tSplunk migration to TCK
https://jira.talendforge.org/browse/TUP-39889

* feat(TUP-39889):tJira and tSplunk migration to TCK
https://jira.talendforge.org/browse/TUP-39889
2023-10-12 16:50:06 +08:00
ypiel
8a19e2e06a chore: bump to tcompV0:0.37.25 (#873) 2023-10-06 15:17:21 +02:00
Oleksandr Zhelezniak
bf6e7f0c7f chore(TDI-50056): bump connectors 1.50.0 (#872) 2023-10-06 11:49:58 +03:00
3 changed files with 7 additions and 20 deletions

View File

@@ -112,7 +112,7 @@
<dependency>
<groupId>com.cedarsoftware</groupId>
<artifactId>json-io</artifactId>
<version>4.13.1-TALEND</version>
<version>4.14.0-TALEND</version>
</dependency>
<dependency>
@@ -164,7 +164,7 @@
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
<version>1.11.2</version>
<version>1.11.3</version>
</dependency>
<dependency>
@@ -224,18 +224,6 @@
<version>${components.version}</version>
<classifier>bundle</classifier>
</dependency>
<dependency>
<groupId>org.talend.components</groupId>
<artifactId>components-splunk</artifactId>
<version>${components.version}</version>
<classifier>bundle</classifier>
</dependency>
<dependency>
<groupId>org.talend.components</groupId>
<artifactId>components-jira</artifactId>
<version>${components.version}</version>
<classifier>bundle</classifier>
</dependency>
<dependency>
<groupId>org.talend.components</groupId>
<artifactId>components-couchbase</artifactId>

View File

@@ -57,7 +57,6 @@
<feature id="org.talend.dataquality.se.test.feature"/>
<feature id="org.talend.studio.components.bd.couchbase.feature"/>
<feature id="org.talend.studio.components.bd.cosmosdb.feature"/>
<feature id="org.talend.studio.components.tcompv0.jdbc.feature"/>
<feature id="org.talend.studio.components.tcompv0.couchbase.feature"/>
<feature id="org.talend.studio.components.tcompv0.netsuite.feature"/>
<feature id="org.talend.studio.components.tcompv0.marklogic.feature"/>
@@ -65,9 +64,9 @@
<feature id="org.talend.studio.components.tcompv0.marketo.feature"/>
<feature id="org.talend.studio.components.tcompv0.azurestorage.feature"/>
<feature id="org.talend.studio.components.tcompv0.snowflake.feature"/>
<feature id="org.talend.studio.components.tcompv0.jira.feature"/>
<feature id="org.talend.studio.components.tcompv0.splunk.feature"/>
<feature id="org.talend.studio.components.tcompv0.salesforce.feature"/>
<feature id="org.talend.studio.components.tck.jira.feature"/>
<feature id="org.talend.studio.components.tck.splunk.feature"/>
<feature id="org.talend.gmf.feature"/>
<feature id="org.talend.platform.feature"/>
</features>

View File

@@ -8,9 +8,9 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<component-runtime.version>1.61.2</component-runtime.version>
<components.version>0.37.25-SNAPSHOT</components.version>
<tacokit.components.version>1.50.0-SNAPSHOT</tacokit.components.version>
<component-runtime.version>1.62.1</component-runtime.version>
<components.version>0.37.27</components.version>
<tacokit.components.version>1.52.0</tacokit.components.version>
<m2.fasterxml.jackson.version>2.14.3</m2.fasterxml.jackson.version>
<m2.fasterxml.jackson.databind.version>2.14.3</m2.fasterxml.jackson.databind.version>
<jackson-codehaus.version>1.9.16-TALEND</jackson-codehaus.version>