Compare commits

...

17 Commits

Author SHA1 Message Date
build-talend-tdq
d4b582b5fd chore(Jenkins): Update DQ libs to 8.0.15 (#471)
Co-authored-by: jenkins-git <jenkins-git@talend.com>
2021-09-16 12:00:51 +08:00
Oleksandr Zhelezniak
e11d543555 chore(TDI-46716): bump connectors 1.25.0 (#469) 2021-09-13 10:32:04 +03:00
vyu-talend
71d2b60c12 chore(TDI-46713):bump 0.35.0 (#467) 2021-09-10 17:46:11 +08:00
build-talend-tdq
682b529fd4 chore(Jenkins): Update DQ libs to 8.0.14 (#456)
Co-authored-by: jenkins-git <jenkins-git@talend.com>
2021-08-12 17:51:21 +08:00
Oleksandr Zhelezniak
8211db3e00 chore(TDI_46537): bump connectors 1.24.0 (#452) 2021-08-05 23:03:37 +03:00
pyzhou
14ffc7709d chore: bump Components version to 0.34.0 (#450) 2021-08-05 18:39:47 +08:00
bhe-talendbj
2305da028b chore(TUP-31163): upgrade daikon to 0.31.12 (#424) 2021-07-13 15:27:46 +08:00
chmyga
2e28c62c6d chore(TDI-46405): bump connectors to 1.23.0 (#435)
Co-authored-by: Dmytro Chmyga <dmytro.chmyga@globallogic.com>
2021-07-09 18:02:19 +03:00
pyzhou
28feadd37c fix(TDI-46260): bump tcompv0 connectors to 0.33.0 (#433) 2021-07-09 10:45:07 +08:00
jiezhang-tlnd
5c4a678284 chore(TUP-31549)Align commons-lang3 dependency version in all components (#413)
https://jira.talendforge.org/browse/TUP-31549
2021-07-06 17:09:21 +08:00
build-talend-tdq
e00b580862 chore(Jenkins): Update DQ libs to 8.0.13 (#421)
Co-authored-by: jenkins-git <jenkins-git@talend.com>
2021-06-10 16:46:53 +08:00
chmyga
14bad8f528 chore(TDI-46267): bump connectors to 1.22.0 (#419)
Co-authored-by: Dmytro Chmyga <dmytro.chmyga@globallogic.com>
2021-06-09 13:44:14 +03:00
pyzhou
0189c9b290 fix(TDI-46260): bump tcompv0 connectors to 0.32.1 (#417) 2021-06-09 11:13:04 +08:00
hzhao-talendbj
d8f4ca3e61 chore(TUP-30255): Upgrade httpclient-4.5.5,4.5.7 to 4.5.13 (#403)
* chore(TUP-30255): Upgrade httpclient-4.5.5,4.5.7 to 4.5.13

* tup-30255  change httpcore to 4.4.14-talend

* TUP-30255 use temp p2 to build patch and test

* TUP-30255  change p2 back to normal

* TUP-30255 change p2 back
2021-05-10 17:29:09 +08:00
mbasiuk-talend
71b4fb154b chore(TDI-46032): bump connectors version to 1.21.0 (#408) 2021-05-08 17:05:12 +08:00
jzhao
db2b45ce90 fix(TDI-46033): bump tcompv0 connectors to 0.31.0 (#409) 2021-05-08 13:51:33 +08:00
jiezhang-tlnd
98139e7cab fix(TUP-30960)CVE: jackson-mapper-1.9.14.TALEND (#399) 2021-05-06 11:47:34 +08:00
4 changed files with 26 additions and 16 deletions

View File

@@ -118,7 +118,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.8.1</version>
<version>3.10</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
@@ -158,12 +158,12 @@
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-core-asl</artifactId>
<version>1.9.14-TALEND</version>
<version>1.9.15-TALEND</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>1.9.14-TALEND</version>
<version>1.9.15-TALEND</version>
</dependency>
<!-- Avro with minimum depdencies -->
@@ -394,6 +394,16 @@
<version>4.13.2</version>
<classifier>bundle</classifier>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.13-talend</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.14-talend</version>
</dependency>
</dependencies>
</project>

View File

@@ -12,7 +12,7 @@
<packaging>pom</packaging>
<properties>
<talend.nexus.host>https://artifacts-oss.talend.com</talend.nexus.host>
<dataquality.lib.version>8.0.12</dataquality.lib.version>
<dataquality.lib.version>8.0.15</dataquality.lib.version>
<fasterxml.jackson.version>2.11.4</fasterxml.jackson.version>
<!-- jackson dataformat and jaxb should use version 2.9.10 to make studio compatible with bonita -->
<fasterxml.jackson.bonita.compatible.version>2.9.10</fasterxml.jackson.bonita.compatible.version>

View File

@@ -15,4 +15,4 @@ eclipse.p2.data.area=@config.dir/../p2/
eclipse.p2.profile=profile
default.update.site.url=https://update.talend.com/Studio/tos/
component.java.coordinates = org.talend.components:couchbase:1.20.0,org.talend.components:cosmosDB:1.20.0
component.java.coordinates = org.talend.components:couchbase:1.25.0,org.talend.components:cosmosDB:1.25.0

View File

@@ -8,11 +8,11 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<daikon.version>0.31.11</daikon.version>
<components.version>0.30.1</components.version>
<daikon.version>0.31.12</daikon.version>
<components.version>0.35.0</components.version>
<daikon-ee.format.verison>3.2.0</daikon-ee.format.verison>
<daikon.audit.version>1.16.1</daikon.audit.version>
<org.talend.daikon.crypto-utils.version>0.31.11</org.talend.daikon.crypto-utils.version>
<org.talend.daikon.crypto-utils.version>0.31.12</org.talend.daikon.crypto-utils.version>
<tycho.version>0.22.0</tycho.version>
<tycho-extras.version>${tycho.version}</tycho-extras.version>
<base.version>7.3.1</base.version>
@@ -110,7 +110,7 @@
</snapshots>
<url>${opensourcesnapshot-repo.url}</url>
</repository>
</repositories>
</repositories>
<build>
<pluginManagement>
@@ -139,12 +139,12 @@
<artifactId>tycho-maven-plugin</artifactId>
<version>${tycho.version}</version>
<extensions>true</extensions>
</plugin>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-versions-plugin</artifactId>
<version>${tycho.version}</version>
</plugin>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
@@ -175,7 +175,7 @@
</restrictTo>
</filter>
<!-- example 2: remove all providers of the package javax.persistence except the bundle javax.persistence
<!-- example 2: remove all providers of the package javax.persistence except the bundle javax.persistence
<filter>
<type>java-package</type>
<id>javax.persistence</id>
@@ -185,13 +185,13 @@
</restrictTo>
</filter>
-->
<!-- example 3: work around Equinox bug 348045
<!-- example 3: work around Equinox bug 348045
<filter>
<type>p2-installable-unit</type>
<id>org.eclipse.equinox.servletbridge.extensionbundle</id>
<removeAll />
</filter>
-->
-->
</filters>
</configuration>
</plugin>
@@ -442,7 +442,7 @@
</files>
</configuration>
</execution>
</executions>
</executions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
@@ -495,7 +495,7 @@
<sequential>
<echo>Signing @{jarFile}</echo>
<exec executable="${java.home}/../bin/jarsigner" dir="${project.basedir}/target/" failonerror="true">
<arg line="-verbose -digestalg SHA1 -sigalg SHA1withRSA -keystore ${keystore.path} -storepass ${keystore.pass} @{jarFile} talend" />
<arg line="-verbose -digestalg SHA1 -sigalg SHA1withRSA -keystore ${keystore.path} -storepass ${keystore.pass} @{jarFile} talend" />
</exec>
</sequential>
</ac:for>