From 11efcdc535b9ac02f4719253d2e70d8c026747d4 Mon Sep 17 00:00:00 2001 From: Nikita Smirnov <46124551+Nikita-Smirnov-Exactpro@users.noreply.github.com> Date: Fri, 17 May 2024 15:21:12 +0400 Subject: [PATCH 1/3] Update gradle.properties Bump rebuild --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 9d911dd..3138b0b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ vcs_url=https://github.com/th2-net/th2-read-db release_version=0.0.0 -version_suffix= \ No newline at end of file +version_suffix= From a0c591347241aa53d7462d310f8d5649cb30749e Mon Sep 17 00:00:00 2001 From: "nikita.smirnov" Date: Thu, 30 May 2024 14:35:43 +0400 Subject: [PATCH 2/3] [TH2-1836] updated th2 gradle plugin `0.0.8` + updated common: `5.12.0-dev` --- README.md | 7 ++++++- app/gradle.properties | 2 +- core/gradle.properties | 2 +- gradle.properties | 2 ++ gradle/libs.versions.toml | 4 ++-- grpc/README.md | 5 ++++- grpc/gradle.properties | 2 +- grpc/package_info.json | 2 +- oracle/gradle.properties | 2 +- 9 files changed, 19 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b4d0ca3..0fb44c4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# th2-read-db 0.10.0 +# th2-read-db 0.11.0 The read-db is a component for extracting data from databases using JDBC technology. If database has JDBC driver the read can work with the database @@ -339,6 +339,11 @@ spec: ## Changes +### 0.11.0 + ++ updated th2 gradle plugin `0.0.8` ++ updated common: `5.12.0-dev` + ### 0.10.0 + updated th2 gradle plugin: `0.0.6` diff --git a/app/gradle.properties b/app/gradle.properties index 05e3704..15562fe 100644 --- a/app/gradle.properties +++ b/app/gradle.properties @@ -1,3 +1,3 @@ kotlin.code.style=official -release_version=0.10.0 +release_version=0.11.0 description=read-db component for extracting data from databases using JDBC technology \ No newline at end of file diff --git a/core/gradle.properties b/core/gradle.properties index 49cadb2..18aeaaf 100644 --- a/core/gradle.properties +++ b/core/gradle.properties @@ -1,3 +1,3 @@ kotlin.code.style=official -release_version=0.10.0 +release_version=0.11.0 description=core part of read db to create an application with required JDBC drivers in the classpath \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 3138b0b..0143140 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,5 @@ vcs_url=https://github.com/th2-net/th2-read-db release_version=0.0.0 version_suffix= +th2.licence.allow-licence-url=file:allowed-licenses.json +th2.licence.license-normalizer-bundle-path=license-normalizer-bundle.json \ No newline at end of file diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a354244..4af82dd 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ kotlin = "1.8.22" kotlinx-coroutines = "1.7.3" auto-service = "1.1.1" -th2-plugin = "0.0.6" +th2-plugin = "0.0.8" [libraries] kotlinx-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "kotlinx-coroutines" } @@ -14,7 +14,7 @@ ojdbc11 = { group = "com.oracle.database.jdbc", name = "ojdbc11", version = "23. mssql-jdbc = { group = "com.microsoft.sqlserver", name = "mssql-jdbc", version = "12.4.0.jre11" } th2-common-utils = { group = "com.exactpro.th2", name = "common-utils", version = "2.2.3-dev" } -th2-common = { group = "com.exactpro.th2", name = "common", version = "5.11.0-dev" } +th2-common = { group = "com.exactpro.th2", name = "common", version = "5.12.0-dev" } th2-grpc-common = { group = "com.exactpro.th2", name = "grpc-common", version = "4.5.0-dev" } th2-lw-data-provider-utils = { group = "com.exactpro.th2", name = "lw-data-provider-utils", version = "0.0.2-dev" } th2-junit-jupiter-integration = { group = "com.exactpro.th2", name = "junit-jupiter-integration", version = "0.0.1" } diff --git a/grpc/README.md b/grpc/README.md index 89bd48b..f83f7d4 100644 --- a/grpc/README.md +++ b/grpc/README.md @@ -1,4 +1,4 @@ -# gRPC for read-db (0.0.8) +# gRPC for read-db (0.0.10) The read-db provides you with gRPC interface for interacting with database. You can: @@ -9,6 +9,9 @@ You can: # Release notes: +## 0.0.10 ++ updated th2 gradle plugin `0.0.8` + ## 0.0.9 + updated grpc-common: `4.5.0-dev` diff --git a/grpc/gradle.properties b/grpc/gradle.properties index 19632d4..0091b88 100644 --- a/grpc/gradle.properties +++ b/grpc/gradle.properties @@ -1,3 +1,3 @@ kotlin.code.style=official -release_version=0.0.9 +release_version=0.0.10 description=gRPC API for executing requests in read-db application \ No newline at end of file diff --git a/grpc/package_info.json b/grpc/package_info.json index 26f0e91..d0af18b 100644 --- a/grpc/package_info.json +++ b/grpc/package_info.json @@ -1,4 +1,4 @@ { "package_name": "th2_grpc_read_db", - "package_version": "0.0.9" + "package_version": "0.0.10" } diff --git a/oracle/gradle.properties b/oracle/gradle.properties index 98eca5a..da1fde6 100644 --- a/oracle/gradle.properties +++ b/oracle/gradle.properties @@ -1,3 +1,3 @@ kotlin.code.style=official -release_version=0.0.2 +release_version=0.0.3 description=oracle extension part of read db to create an application \ No newline at end of file From 7fcc5041f2d452973039dc9135be3ef9075d3d73 Mon Sep 17 00:00:00 2001 From: "nikita.smirnov" Date: Thu, 30 May 2024 14:42:46 +0400 Subject: [PATCH 3/3] Removed debug properties --- gradle.properties | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 0143140..9d911dd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,3 @@ vcs_url=https://github.com/th2-net/th2-read-db release_version=0.0.0 -version_suffix= -th2.licence.allow-licence-url=file:allowed-licenses.json -th2.licence.license-normalizer-bundle-path=license-normalizer-bundle.json \ No newline at end of file +version_suffix= \ No newline at end of file