Compare commits

...

12 Commits

Author SHA1 Message Date
Liu Xinquan
dc4fbf06e7 chore(Jenkins): Update DQ libs to 8.0.12 (#400) (#401) 2021-04-22 11:19:14 +08:00
jiezhang-tlnd
74fc1892b9 Jzhang/73/tup 30992 (#397)
* chore(TUP-30092)CVE: junit-4.13.2

* fix(TUP-30992)CVE: junit-4.11,4.13

* add org.junit dependency
2021-04-15 16:13:38 +08:00
build-talend-tdq
55962cbf90 chore(Jenkins): Update DQ libs to 8.0.11 (#398)
Co-authored-by: jenkins-git <jenkins-git@talend.com>
2021-04-15 14:20:56 +08:00
mbasiuk-talend
03d118eb0e chore(TDI-45894): bump connectors version to 1.20.0 (#393) 2021-04-13 13:42:50 +03:00
bhe-talendbj
f31347c758 fix(TUP-26813): upgrade org.bouncycastle.bcprov-jdk15on to 1.68 (#385)
* fix(TUP-26813): upgrade org.bouncycastle.bcprov-jdk15on to 1.68

* fix(TUP-26813): upgrade org.bouncycastle.bcprov-jdk15on to 1.68

* fix(TUP-26813): upgrade bouncycastle
2021-04-13 11:42:24 +08:00
wang wei
4dee335b4f fix(TDI-45896): upgrade tcompv0 connectors for studio (#395) 2021-04-09 16:14:55 +08:00
build-talend-tdq
3a1cb67f59 chore(Jenkins): Update DQ libs to 8.0.10 (#383)
Co-authored-by: jenkins-git <jenkins-git@talend.com>
2021-03-11 13:09:17 +08:00
nrousseau
ed72ab400e fix(TUP-30093) fix version of commons-codec (#377)
* test p2

* fix(TUP-30093)

use the version from orbit

* set temp p2 version

* revert tcmv0 to 0.28.16

* merge from 73

* use tcompv0 0.30.0

* Update pom.xml

merge from TUP-29719

* Update pom.xml

* Update pom.xml

* Update pom.xml

* Update pom.xml

Co-authored-by: jiezhang-tlnd <jie.zhang@talend.com>
Co-authored-by: wwang-talend <wwang@talend.com>
Co-authored-by: jiezhang-tlnd <40561780+jiezhang-tlnd@users.noreply.github.com>
2021-03-09 11:52:18 +08:00
nrousseau
7c048b4cdb fix(TUP-27154): upgrade beanutils (#363)
* Update pom.xml

* Update pom.xml
2021-03-08 14:32:18 +08:00
Dmytro Sylaiev
9cbf5294ed feat(TDI-45721): Bump TCK for montlhy (#382) 2021-03-05 14:03:30 +02:00
jiezhang-tlnd
c02c790c92 chore(TUP-27224)Update Daikon Crypto Utils to 1.15.0 (#368) 2021-03-01 15:50:12 +08:00
iwangtalend
5c21c43bb8 Fix about.mappings replacement (#375) 2021-02-27 09:50:21 +08:00
5 changed files with 578 additions and 563 deletions

View File

@@ -10,6 +10,7 @@
<artifactId>dependencies.p2.tos</artifactId>
<packaging>pom</packaging>
<repositories>
<repository>
@@ -137,7 +138,7 @@
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.9.3</version>
<version>1.9.4-talend</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
@@ -312,9 +313,9 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.10</version>
<version>1.14-talend</version>
</dependency>
<!-- to avoid updatin the complete eclipse target platform we add these
<!-- to avoid updatin the complete eclipse target platform we add these
single dependencies -->
<dependency>
<groupId>biz.aQute.bnd</groupId>
@@ -329,7 +330,7 @@
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.9.3</version>
<version>1.9.4-talend</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
@@ -381,6 +382,18 @@
<artifactId>woodstox-core</artifactId>
<version>5.3.0</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov</artifactId>
<version>1.68.0</version>
<classifier>bundle</classifier>
</dependency>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<classifier>bundle</classifier>
</dependency>
</dependencies>
</project>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>parent-pom</artifactId>
<version>7.3.1-PATCH</version>
<version>7.3.1-PATCH</version>
<relativePath>../../talend.studio.parent.pom</relativePath>
</parent>
<groupId>org.talend.repo</groupId>
@@ -12,8 +12,8 @@
<packaging>pom</packaging>
<properties>
<talend.nexus.host>https://artifacts-oss.talend.com</talend.nexus.host>
<dataquality.lib.version>8.0.9</dataquality.lib.version>
<fasterxml.jackson.version>2.10.1</fasterxml.jackson.version>
<dataquality.lib.version>8.0.12</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>
</properties>

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.17.1,org.talend.components:cosmosDB:1.17.1
component.java.coordinates = org.talend.components:couchbase:1.20.0,org.talend.components:cosmosDB:1.20.0

View File

@@ -290,11 +290,13 @@
<configuration>
<target>
<taskdef resource="net/sf/antcontrib/antcontrib.properties" classpathref="maven.plugin.classpath" />
<echo>Looking for ${studio.dir}/plugins/${product.branding.platform}_${product.version}*</echo>
<propertyregex property="unqualifiedVersion.short" input="${product.version}" regexp="^([0-9])\.([0-9])\.([0-9])" select="\1.\2" casesensitive="false" />
<echo>unqualifiedVersion.short: ${unqualifiedVersion.short}</echo>
<echo>Looking for ${studio.dir}/plugins/${product.branding.platform}_${unqualifiedVersion.short}*</echo>
<echo>buildQualifier=${buildQualifier}</echo>
<echo>product.timestamp=${product.timestamp}</echo>
<echo>version.full=${version.full}</echo>
<fileset dir="${studio.dir}/plugins" includes="${product.branding.platform}_${product.version}*/about.mappings" id="aboutmappingspath_temp" />
<fileset dir="${studio.dir}/plugins" includes="${product.branding.platform}_${unqualifiedVersion.short}*/about.mappings" id="aboutmappingspath_temp" />
<pathconvert property="aboutmappingspath" refid="aboutmappingspath_temp" />
<echo>aboutmappingspath=${aboutmappingspath}</echo>
<loadfile property="about" srcFile="${aboutmappingspath}">
@@ -456,29 +458,29 @@
<timestampProvider>default</timestampProvider>
</configuration>
</plugin>
<!--
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.7</version>
<executions>
<!--
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.7</version>
<executions>
<execution>-->
<!-- Attach product ZIP to Maven artifact -->
<!-- <id>attach-artifacts</id>
<phase>package</phase>
<goals>
<goal>attach-artifact</goal>
</goals>
<configuration>
<artifacts>
<artifact>
<file>${project.build.directory}/products/${product.final.name}.zip</file>
<type>product</type>
</artifact>
</artifacts>
</configuration>
</execution>
</executions>
<!-- <id>attach-artifacts</id>
<phase>package</phase>
<goals>
<goal>attach-artifact</goal>
</goals>
<configuration>
<artifacts>
<artifact>
<file>${project.build.directory}/products/${product.final.name}.zip</file>
<type>product</type>
</artifact>
</artifacts>
</configuration>
</execution>
</executions>
</plugin>-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>

File diff suppressed because it is too large Load Diff