Skip to content

Commit

Permalink
[TH2-5254] Updated auto-service:1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-Smirnov-Exactpro committed Nov 13, 2024
1 parent 772b8a7 commit 8a9a966
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Healer data processor (0.0.2)
# Healer data processor (0.0.3)

Healer data processor fixes wrong status of events. When a child event has a "failed" status and its parent
has a "success" status, the status of the parent is wrong. Healer finds the parent event and makes its status "failed", too.
Expand Down Expand Up @@ -81,4 +81,18 @@ parameters.
+ th2-common - https://github.com/th2-net/th2-common-j
+ th2-crawler - https://github.com/th2-net/th2-crawler
+ th2-crawler - https://github.com/th2-net/th2-crawler
## Release notes
### 0.0.3
* Migrated to th2 gradle plugin `0.1.4` (based on th2-bom: `4.8.0`)
* Updated:
* common: `5.14.0-dev`
* common-utils: `2.3.0-dev`
* processor-core: `0.3.0-dev`
* cradle-cassandra: `5.4.4-dev`
* auto-service: `1.1.1`
* caffeine: `3.1.8`
* kotlin-logging: `3.0.5`
* kotlin: `1.8.22`
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ repositories {
}

dependencies {
compileOnly 'com.google.auto.service:auto-service:1.0.1'
kapt 'com.google.auto.service:auto-service:1.0.1'
compileOnly 'com.google.auto.service:auto-service:1.1.1'
kapt 'com.google.auto.service:auto-service:1.1.1'

implementation 'com.github.ben-manes.caffeine:caffeine:3.1.8'
implementation 'io.github.microutils:kotlin-logging:3.0.5'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
release_version = 0.0.2
release_version = 0.0.3

description = 'th2 data service for fixing wrong status of events'
vcs_url=https://github.com/th2-net/th2-crawler-event-healer.git

0 comments on commit 8a9a966

Please sign in to comment.