From c5ffb251c9b1865196a478157a5f79e50cff98cf Mon Sep 17 00:00:00 2001 From: Aaron Steinfeld Date: Wed, 21 Jul 2021 09:00:25 -0400 Subject: [PATCH 1/2] chore: update entity libs --- .../enriched-span-constants/build.gradle.kts | 2 +- .../hypertrace-trace-enricher-impl/build.gradle.kts | 2 +- .../hypertrace-trace-enricher/build.gradle.kts | 2 +- hypertrace-trace-enricher/trace-reader/build.gradle.kts | 6 +++--- .../hypertrace-view-generator/build.gradle.kts | 2 +- semantic-convention-utils/build.gradle.kts | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/hypertrace-trace-enricher/enriched-span-constants/build.gradle.kts b/hypertrace-trace-enricher/enriched-span-constants/build.gradle.kts index bba2bcc38..bb4b80adf 100644 --- a/hypertrace-trace-enricher/enriched-span-constants/build.gradle.kts +++ b/hypertrace-trace-enricher/enriched-span-constants/build.gradle.kts @@ -69,7 +69,7 @@ dependencies { implementation(project(":span-normalizer:raw-span-constants")) implementation(project(":span-normalizer:span-normalizer-constants")) implementation(project(":semantic-convention-utils")) - implementation("org.hypertrace.entity.service:entity-service-api:0.6.4") + implementation("org.hypertrace.entity.service:entity-service-api:0.6.10") testImplementation("org.junit.jupiter:junit-jupiter:5.7.1") testImplementation("org.mockito:mockito-core:3.8.0") diff --git a/hypertrace-trace-enricher/hypertrace-trace-enricher-impl/build.gradle.kts b/hypertrace-trace-enricher/hypertrace-trace-enricher-impl/build.gradle.kts index a68544644..d0c145229 100644 --- a/hypertrace-trace-enricher/hypertrace-trace-enricher-impl/build.gradle.kts +++ b/hypertrace-trace-enricher/hypertrace-trace-enricher-impl/build.gradle.kts @@ -17,7 +17,7 @@ dependencies { implementation(project(":hypertrace-trace-enricher:trace-reader")) implementation("org.hypertrace.core.datamodel:data-model:0.1.17") - implementation("org.hypertrace.entity.service:entity-service-client:0.6.8") + implementation("org.hypertrace.entity.service:entity-service-client:0.6.10") implementation("org.hypertrace.core.serviceframework:platform-metrics:0.1.26") implementation("org.hypertrace.core.grpcutils:grpc-client-utils:0.5.2") implementation("org.hypertrace.config.service:spaces-config-service-api:0.1.0") diff --git a/hypertrace-trace-enricher/hypertrace-trace-enricher/build.gradle.kts b/hypertrace-trace-enricher/hypertrace-trace-enricher/build.gradle.kts index c6ef08365..59e45e9f6 100644 --- a/hypertrace-trace-enricher/hypertrace-trace-enricher/build.gradle.kts +++ b/hypertrace-trace-enricher/hypertrace-trace-enricher/build.gradle.kts @@ -38,7 +38,7 @@ dependencies { implementation("org.hypertrace.core.datamodel:data-model:0.1.17") implementation("org.hypertrace.core.serviceframework:platform-service-framework:0.1.26") implementation("org.hypertrace.core.serviceframework:platform-metrics:0.1.26") - implementation("org.hypertrace.entity.service:entity-service-client:0.6.8") + implementation("org.hypertrace.entity.service:entity-service-client:0.6.10") implementation("com.typesafe:config:1.4.1") implementation("org.hypertrace.core.kafkastreams.framework:kafka-streams-framework:0.1.21") diff --git a/hypertrace-trace-enricher/trace-reader/build.gradle.kts b/hypertrace-trace-enricher/trace-reader/build.gradle.kts index ee89b74a7..1d3d7f58a 100644 --- a/hypertrace-trace-enricher/trace-reader/build.gradle.kts +++ b/hypertrace-trace-enricher/trace-reader/build.gradle.kts @@ -8,9 +8,9 @@ plugins { dependencies { api("org.hypertrace.core.attribute.service:attribute-service-api:0.12.0") api("org.hypertrace.core.attribute.service:caching-attribute-service-client:0.12.0") - api("org.hypertrace.entity.service:entity-type-service-rx-client:0.6.4") - api("org.hypertrace.entity.service:entity-data-service-rx-client:0.6.4") - api("org.hypertrace.core.datamodel:data-model:0.1.17") + api("org.hypertrace.entity.service:entity-type-service-rx-client:0.6.10") + api("org.hypertrace.entity.service:entity-data-service-rx-client:0.6.10") + api("org.hypertrace.core.datamodel:data-model:0.1.17 -b") implementation("org.hypertrace.core.attribute.service:attribute-projection-registry:0.12.0") implementation("org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.5.2") implementation("org.hypertrace.core.grpcutils:grpc-context-utils:0.5.2") diff --git a/hypertrace-view-generator/hypertrace-view-generator/build.gradle.kts b/hypertrace-view-generator/hypertrace-view-generator/build.gradle.kts index a50ea0c2e..f0d19b45a 100644 --- a/hypertrace-view-generator/hypertrace-view-generator/build.gradle.kts +++ b/hypertrace-view-generator/hypertrace-view-generator/build.gradle.kts @@ -36,7 +36,7 @@ dependencies { implementation("org.hypertrace.core.datamodel:data-model:0.1.17") implementation("org.hypertrace.core.serviceframework:platform-metrics:0.1.26") - implementation("org.hypertrace.entity.service:entity-service-api:0.6.4") + implementation("org.hypertrace.entity.service:entity-service-api:0.6.10") implementation("org.apache.avro:avro:1.10.2") implementation("org.apache.commons:commons-lang3:3.12.0") diff --git a/semantic-convention-utils/build.gradle.kts b/semantic-convention-utils/build.gradle.kts index 929b8c168..8b184fc46 100644 --- a/semantic-convention-utils/build.gradle.kts +++ b/semantic-convention-utils/build.gradle.kts @@ -12,7 +12,7 @@ dependencies { implementation(project(":span-normalizer:span-normalizer-constants")) implementation("org.hypertrace.core.datamodel:data-model:0.1.17") - implementation("org.hypertrace.entity.service:entity-service-client:0.6.8") + implementation("org.hypertrace.entity.service:entity-service-client:0.6.10") implementation("org.apache.commons:commons-lang3:3.12.0") testImplementation("org.junit.jupiter:junit-jupiter:5.7.1") From 743aba0de7b7b7ed6534dea4fd4cde1d99fa8301 Mon Sep 17 00:00:00 2001 From: Aaron Steinfeld Date: Wed, 21 Jul 2021 12:26:30 -0400 Subject: [PATCH 2/2] fix: typo in version --- hypertrace-trace-enricher/trace-reader/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypertrace-trace-enricher/trace-reader/build.gradle.kts b/hypertrace-trace-enricher/trace-reader/build.gradle.kts index 1d3d7f58a..a0e905c20 100644 --- a/hypertrace-trace-enricher/trace-reader/build.gradle.kts +++ b/hypertrace-trace-enricher/trace-reader/build.gradle.kts @@ -10,7 +10,7 @@ dependencies { api("org.hypertrace.core.attribute.service:caching-attribute-service-client:0.12.0") api("org.hypertrace.entity.service:entity-type-service-rx-client:0.6.10") api("org.hypertrace.entity.service:entity-data-service-rx-client:0.6.10") - api("org.hypertrace.core.datamodel:data-model:0.1.17 -b") + api("org.hypertrace.core.datamodel:data-model:0.1.17") implementation("org.hypertrace.core.attribute.service:attribute-projection-registry:0.12.0") implementation("org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.5.2") implementation("org.hypertrace.core.grpcutils:grpc-context-utils:0.5.2")