Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated th2 gradle plugin: 0.0.6 #26

Merged
merged 3 commits into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# th2-read-db 0.9.1
# th2-read-db 0.10.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

Expand Down Expand Up @@ -339,6 +339,16 @@ spec:

## Changes

### 0.10.0

+ updated th2 gradle plugin: `0.0.6`
+ updated:
+ bom: `4.6.1`
+ common: `5.11.0-dev`
+ grpc-common: `4.5.0-dev`
+ common-utils:`2.2.3-dev`
+ lw-data-provider-utils:`0.0.2-dev`

### 0.9.1

+ fixed the pull continuation failure when column with oracle DATE type is used for update query.
Expand All @@ -354,7 +364,6 @@ spec:
+ common:`5.10.0-dev`
+ grpc-common:`4.4.0-dev`
+ common-utils:`2.2.2-dev`
+ common-utils:`2.2.2-dev`

### 0.8.0

Expand Down
1 change: 0 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,5 @@ dependencies {
}

application {
applicationName = "service"
mainClass.set("com.exactpro.th2.read.db.bootstrap.Main")
}
2 changes: 1 addition & 1 deletion app/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
kotlin.code.style=official
release_version=0.9.1
release_version=0.10.0
description=read-db component for extracting data from databases using JDBC technology
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ plugins {
alias(libs.plugins.th2.component) apply false
}

dependencyCheck {
suppressionFile = "suppressions.xml"
}

allprojects {
group = "com.exactpro.th2"
version = project.findProperty("release_version") as String
Expand Down
2 changes: 1 addition & 1 deletion core/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
kotlin.code.style=official
release_version=0.9.1
release_version=0.10.0
description=core part of read db to create an application with required JDBC drivers in the classpath
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
kotlin = "1.8.22"
kotlinx-coroutines = "1.7.3"
auto-service = "1.1.1"
th2-plugin = "0.0.4"
th2-plugin = "0.0.6"

[libraries]
kotlinx-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "kotlinx-coroutines" }
Expand All @@ -13,10 +13,10 @@ mysql-connector-j = { group = "com.mysql", name = "mysql-connector-j", version =
ojdbc11 = { group = "com.oracle.database.jdbc", name = "ojdbc11", version = "23.3.0.23.09" }
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.2-dev" }
th2-common = { group = "com.exactpro.th2", name = "common", version = "5.10.0-dev" }
th2-grpc-common = { group = "com.exactpro.th2", name = "grpc-common", version = "4.4.0-dev" }
th2-lw-data-provider-utils = { group = "com.exactpro.th2", name = "lw-data-provider-utils", version = "0.0.1-dev" }
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-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" }

auto-service-annotations = { group = "com.google.auto.service", name = "auto-service-annotations", version.ref = "auto-service" }
Expand Down
3 changes: 3 additions & 0 deletions grpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ You can:

# Release notes:

## 0.0.9
+ updated grpc-common: `4.5.0-dev`

## 0.0.8
+ added `Load` method

Expand Down
2 changes: 1 addition & 1 deletion grpc/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
kotlin.code.style=official
release_version=0.0.8
release_version=0.0.9
description=gRPC API for executing requests in read-db application
2 changes: 1 addition & 1 deletion grpc/package_info.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"package_name": "th2_grpc_read_db",
"package_version": "0.0.8"
"package_version": "0.0.9"
}
2 changes: 1 addition & 1 deletion grpc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
# limitations under the License.

grpcio-tools==1.56.0
th2-grpc-common==4.3.0.dev0
th2-grpc-common==4.5.0rc1
mypy-protobuf==3.4
2 changes: 1 addition & 1 deletion grpc/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def make_packages(root_dir):
python_requires='>=3.7',
install_requires=[
'grpcio-tools==1.56.0',
'th2-grpc-common==4.3.0.dev0',
'th2-grpc-common==4.5.0rc1',
'mypy-protobuf==3.4'
],
packages=packages,
Expand Down
2 changes: 1 addition & 1 deletion oracle/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
kotlin.code.style=official
release_version=0.0.1
release_version=0.0.2
description=oracle extension part of read db to create an application
10 changes: 10 additions & 0 deletions suppressions.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- FIXME: find out approach to solve problem when any artifact with grpc word in name is marked as cpe:/a:grpc:grpc -->
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<suppress base="true">
<notes><![CDATA[FP per issue https://github.com/jeremylong/DependencyCheck/issues/2995]]>
</notes>
<packageUrl regex="true">^pkg:maven/com\.exactpro\.th2/grpc-.*@.*$</packageUrl>
<cpe>cpe:/a:grpc:grpc</cpe>
</suppress>
</suppressions>
Loading