From 1dd6d7c0f810ef7e61d066bcd7a5171fe8e744aa Mon Sep 17 00:00:00 2001 From: Aaron Steinfeld Date: Wed, 1 Nov 2023 16:57:48 -0400 Subject: [PATCH] refactor: initial locks, plugins --- build.gradle.kts | 12 +- .../gradle.lockfile | 8 ++ .../gradle.lockfile | 58 +++++++++ .../build.gradle.kts | 2 +- .../gradle.lockfile | 59 +++++++++ .../build.gradle.kts | 2 +- .../gradle.lockfile | 60 +++++++++ .../build.gradle.kts | 2 +- .../gradle.lockfile | 37 ++++++ .../build.gradle.kts | 2 +- .../gradle.lockfile | 31 +++++ .../build.gradle.kts | 2 +- .../gradle.lockfile | 59 +++++++++ .../build.gradle.kts | 2 +- .../gradle.lockfile | 49 +++++++ hypertrace-core-graphql-impl/build.gradle.kts | 2 +- hypertrace-core-graphql-impl/gradle.lockfile | 63 +++++++++ .../gradle.lockfile | 63 +++++++++ .../build.gradle.kts | 2 +- .../gradle.lockfile | 60 +++++++++ .../build.gradle.kts | 2 +- .../gradle.lockfile | 58 +++++++++ .../gradle.lockfile | 28 ++++ .../build.gradle.kts | 2 +- .../gradle.lockfile | 27 ++++ .../build.gradle.kts | 2 +- .../gradle.lockfile | 26 ++++ .../build.gradle.kts | 4 +- .../gradle.lockfile | 121 ++++++++++++++++++ .../gradle.lockfile | 66 ++++++++++ hypertrace-core-graphql-spi/gradle.lockfile | 16 +++ .../gradle.lockfile | 63 +++++++++ settings.gradle.kts | 7 + 33 files changed, 976 insertions(+), 21 deletions(-) create mode 100644 hypertrace-core-graphql-attribute-scope-constants/gradle.lockfile create mode 100644 hypertrace-core-graphql-attribute-scope/gradle.lockfile create mode 100644 hypertrace-core-graphql-attribute-store/gradle.lockfile create mode 100644 hypertrace-core-graphql-common-schema/gradle.lockfile create mode 100644 hypertrace-core-graphql-context/gradle.lockfile create mode 100644 hypertrace-core-graphql-deserialization/gradle.lockfile create mode 100644 hypertrace-core-graphql-gateway-service-utils/gradle.lockfile create mode 100644 hypertrace-core-graphql-grpc-utils/gradle.lockfile create mode 100644 hypertrace-core-graphql-impl/gradle.lockfile create mode 100644 hypertrace-core-graphql-log-event-schema/gradle.lockfile create mode 100644 hypertrace-core-graphql-metadata-schema/gradle.lockfile create mode 100644 hypertrace-core-graphql-request-transformation/gradle.lockfile create mode 100644 hypertrace-core-graphql-rx-utils/gradle.lockfile create mode 100644 hypertrace-core-graphql-schema-registry/gradle.lockfile create mode 100644 hypertrace-core-graphql-schema-utils/gradle.lockfile create mode 100644 hypertrace-core-graphql-service/gradle.lockfile create mode 100644 hypertrace-core-graphql-span-schema/gradle.lockfile create mode 100644 hypertrace-core-graphql-spi/gradle.lockfile create mode 100644 hypertrace-core-graphql-trace-schema/gradle.lockfile diff --git a/build.gradle.kts b/build.gradle.kts index e1c69906..c0faade4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,17 +1,13 @@ plugins { - id("org.hypertrace.repository-plugin") version "0.4.2" - id("org.hypertrace.ci-utils-plugin") version "0.3.2" - id("org.hypertrace.jacoco-report-plugin") version "0.2.1" apply false - id("org.hypertrace.docker-java-application-plugin") version "0.9.9" apply false - id("org.hypertrace.docker-publish-plugin") version "0.9.9" apply false - id("org.hypertrace.code-style-plugin") version "1.2.0" apply false - id("org.owasp.dependencycheck") version "8.2.1" + alias(commonLibs.plugins.hypertrace.ciutils) + alias(commonLibs.plugins.hypertrace.codestyle) apply false + alias(commonLibs.plugins.owasp.dependencycheck) } subprojects { group = "org.hypertrace.core.graphql" pluginManager.withPlugin("java") { - apply(plugin = "org.hypertrace.code-style-plugin") + apply(plugin = commonLibs.plugins.hypertrace.codestyle.get().pluginId) configure { sourceCompatibility = JavaVersion.VERSION_11 targetCompatibility = JavaVersion.VERSION_11 diff --git a/hypertrace-core-graphql-attribute-scope-constants/gradle.lockfile b/hypertrace-core-graphql-attribute-scope-constants/gradle.lockfile new file mode 100644 index 00000000..6e05c2a1 --- /dev/null +++ b/hypertrace-core-graphql-attribute-scope-constants/gradle.lockfile @@ -0,0 +1,8 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson:jackson-bom:2.15.2=annotationProcessor,compileClasspath,runtimeClasspath +io.grpc:grpc-bom:1.57.2=annotationProcessor,compileClasspath,runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.2.9=compileClasspath,runtimeClasspath +org.hypertrace.core.kafkastreams.framework:kafka-bom:0.3.9=compileClasspath,runtimeClasspath +empty= diff --git a/hypertrace-core-graphql-attribute-scope/gradle.lockfile b/hypertrace-core-graphql-attribute-scope/gradle.lockfile new file mode 100644 index 00000000..da8c1fa1 --- /dev/null +++ b/hypertrace-core-graphql-attribute-scope/gradle.lockfile @@ -0,0 +1,58 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +aopalliance:aopalliance:1.0=compileClasspath,runtimeClasspath +com.auth0:java-jwt:4.4.0=runtimeClasspath +com.auth0:jwks-rsa:0.22.0=runtimeClasspath +com.fasterxml.jackson.core:jackson-annotations:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-core:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-databind:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.15.2=annotationProcessor,compileClasspath,runtimeClasspath +com.google.android:annotations:4.1.1.4=runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.17.0=runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath +com.google.code.gson:gson:2.10.1=runtimeClasspath +com.google.errorprone:error_prone_annotations:2.18.0=compileClasspath,runtimeClasspath +com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath +com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath +com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath +com.google.inject:guice:6.0.0=compileClasspath,runtimeClasspath +com.google.j2objc:j2objc-annotations:2.8=compileClasspath +com.google.protobuf:protobuf-java:3.24.1=runtimeClasspath +com.graphql-java-kickstart:graphql-java-kickstart:14.0.0=compileClasspath,runtimeClasspath +com.graphql-java-kickstart:graphql-java-servlet:14.0.0=compileClasspath,runtimeClasspath +com.graphql-java:graphql-java-extended-scalars:17.0=compileClasspath,runtimeClasspath +com.graphql-java:graphql-java:19.6=compileClasspath,runtimeClasspath +com.graphql-java:java-dataloader:3.2.0=compileClasspath,runtimeClasspath +io.github.graphql-java:graphql-java-annotations:9.1=compileClasspath,runtimeClasspath +io.grpc:grpc-api:1.57.2=runtimeClasspath +io.grpc:grpc-bom:1.57.2=annotationProcessor,compileClasspath,runtimeClasspath +io.grpc:grpc-context:1.57.2=runtimeClasspath +io.grpc:grpc-core:1.57.2=runtimeClasspath +io.grpc:grpc-protobuf-lite:1.57.2=runtimeClasspath +io.grpc:grpc-protobuf:1.57.2=runtimeClasspath +io.grpc:grpc-stub:1.57.2=runtimeClasspath +io.netty:netty-bom:4.1.100.Final=runtimeClasspath +io.perfmark:perfmark-api:0.26.0=runtimeClasspath +io.reactivex.rxjava3:rxjava:3.1.7=compileClasspath,runtimeClasspath +jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath +javax.annotation:javax.annotation-api:1.3.2=runtimeClasspath +javax.inject:javax.inject:1=compileClasspath,runtimeClasspath +javax.servlet:javax.servlet-api:4.0.1=compileClasspath,runtimeClasspath +javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath +javax.websocket:javax.websocket-api:1.1=compileClasspath,runtimeClasspath +org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath +org.codehaus.mojo:animal-sniffer-annotations:1.23=runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.2.9=compileClasspath,runtimeClasspath +org.hypertrace.core.attribute.service:attribute-service-api:0.14.14=runtimeClasspath +org.hypertrace.core.attribute.service:caching-attribute-service-client:0.14.14=runtimeClasspath +org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.12.6=runtimeClasspath +org.hypertrace.core.grpcutils:grpc-client-utils:0.12.6=runtimeClasspath +org.hypertrace.core.grpcutils:grpc-context-utils:0.12.6=runtimeClasspath +org.hypertrace.core.kafkastreams.framework:kafka-bom:0.3.9=compileClasspath,runtimeClasspath +org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath +org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath +empty= diff --git a/hypertrace-core-graphql-attribute-store/build.gradle.kts b/hypertrace-core-graphql-attribute-store/build.gradle.kts index 5325a35a..781eab38 100644 --- a/hypertrace-core-graphql-attribute-store/build.gradle.kts +++ b/hypertrace-core-graphql-attribute-store/build.gradle.kts @@ -1,7 +1,7 @@ plugins { `java-library` jacoco - id("org.hypertrace.jacoco-report-plugin") + alias(commonLibs.plugins.hypertrace.jacoco) } dependencies { diff --git a/hypertrace-core-graphql-attribute-store/gradle.lockfile b/hypertrace-core-graphql-attribute-store/gradle.lockfile new file mode 100644 index 00000000..3791ef77 --- /dev/null +++ b/hypertrace-core-graphql-attribute-store/gradle.lockfile @@ -0,0 +1,59 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +aopalliance:aopalliance:1.0=compileClasspath,runtimeClasspath +com.auth0:java-jwt:4.4.0=runtimeClasspath +com.auth0:jwks-rsa:0.22.0=runtimeClasspath +com.fasterxml.jackson.core:jackson-annotations:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-core:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-databind:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.15.2=annotationProcessor,compileClasspath,runtimeClasspath +com.google.android:annotations:4.1.1.4=runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.17.0=compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath +com.google.code.gson:gson:2.10.1=runtimeClasspath +com.google.errorprone:error_prone_annotations:2.18.0=compileClasspath,runtimeClasspath +com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath +com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath +com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath +com.google.inject:guice:6.0.0=compileClasspath,runtimeClasspath +com.google.j2objc:j2objc-annotations:2.8=compileClasspath +com.google.protobuf:protobuf-java:3.24.1=compileClasspath,runtimeClasspath +com.graphql-java-kickstart:graphql-java-kickstart:14.0.0=compileClasspath,runtimeClasspath +com.graphql-java-kickstart:graphql-java-servlet:14.0.0=compileClasspath,runtimeClasspath +com.graphql-java:graphql-java-extended-scalars:17.0=compileClasspath,runtimeClasspath +com.graphql-java:graphql-java:19.6=compileClasspath,runtimeClasspath +com.graphql-java:java-dataloader:3.2.0=compileClasspath,runtimeClasspath +io.github.graphql-java:graphql-java-annotations:9.1=compileClasspath,runtimeClasspath +io.grpc:grpc-api:1.57.2=compileClasspath,runtimeClasspath +io.grpc:grpc-bom:1.57.2=annotationProcessor,compileClasspath,runtimeClasspath +io.grpc:grpc-context:1.57.2=runtimeClasspath +io.grpc:grpc-core:1.57.2=compileClasspath,runtimeClasspath +io.grpc:grpc-protobuf-lite:1.57.2=compileClasspath,runtimeClasspath +io.grpc:grpc-protobuf:1.57.2=compileClasspath,runtimeClasspath +io.grpc:grpc-stub:1.57.2=compileClasspath,runtimeClasspath +io.netty:netty-bom:4.1.100.Final=runtimeClasspath +io.perfmark:perfmark-api:0.26.0=runtimeClasspath +io.reactivex.rxjava3:rxjava:3.1.7=compileClasspath,runtimeClasspath +jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath +javax.annotation:javax.annotation-api:1.3.2=runtimeClasspath +javax.inject:javax.inject:1=compileClasspath,runtimeClasspath +javax.servlet:javax.servlet-api:4.0.1=compileClasspath,runtimeClasspath +javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath +javax.websocket:javax.websocket-api:1.1=compileClasspath,runtimeClasspath +org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath +org.codehaus.mojo:animal-sniffer-annotations:1.23=runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.2.9=compileClasspath,runtimeClasspath +org.hypertrace.core.attribute.service:attribute-service-api:0.14.14=compileClasspath,runtimeClasspath +org.hypertrace.core.attribute.service:caching-attribute-service-client:0.14.14=compileClasspath,runtimeClasspath +org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.12.6=compileClasspath,runtimeClasspath +org.hypertrace.core.grpcutils:grpc-client-utils:0.12.6=runtimeClasspath +org.hypertrace.core.grpcutils:grpc-context-utils:0.12.6=compileClasspath,runtimeClasspath +org.hypertrace.core.kafkastreams.framework:kafka-bom:0.3.9=compileClasspath,runtimeClasspath +org.projectlombok:lombok:1.18.24=annotationProcessor +org.projectlombok:lombok:1.18.28=compileClasspath +org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath +org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath +empty= diff --git a/hypertrace-core-graphql-common-schema/build.gradle.kts b/hypertrace-core-graphql-common-schema/build.gradle.kts index 931feda0..2258f1d1 100644 --- a/hypertrace-core-graphql-common-schema/build.gradle.kts +++ b/hypertrace-core-graphql-common-schema/build.gradle.kts @@ -1,7 +1,7 @@ plugins { `java-library` jacoco - id("org.hypertrace.jacoco-report-plugin") + alias(commonLibs.plugins.hypertrace.jacoco) } dependencies { diff --git a/hypertrace-core-graphql-common-schema/gradle.lockfile b/hypertrace-core-graphql-common-schema/gradle.lockfile new file mode 100644 index 00000000..a33beda4 --- /dev/null +++ b/hypertrace-core-graphql-common-schema/gradle.lockfile @@ -0,0 +1,60 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +aopalliance:aopalliance:1.0=compileClasspath,runtimeClasspath +com.auth0:java-jwt:4.4.0=runtimeClasspath +com.auth0:jwks-rsa:0.22.0=runtimeClasspath +com.fasterxml.jackson.core:jackson-annotations:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-core:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-databind:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.15.2=annotationProcessor,compileClasspath,runtimeClasspath +com.google.android:annotations:4.1.1.4=runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.17.0=runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath +com.google.code.gson:gson:2.10.1=runtimeClasspath +com.google.errorprone:error_prone_annotations:2.18.0=compileClasspath,runtimeClasspath +com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath +com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath +com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath +com.google.inject:guice:6.0.0=compileClasspath,runtimeClasspath +com.google.j2objc:j2objc-annotations:2.8=compileClasspath +com.google.protobuf:protobuf-java:3.24.1=runtimeClasspath +com.graphql-java-kickstart:graphql-java-kickstart:14.0.0=compileClasspath,runtimeClasspath +com.graphql-java-kickstart:graphql-java-servlet:14.0.0=compileClasspath,runtimeClasspath +com.graphql-java:graphql-java-extended-scalars:17.0=compileClasspath,runtimeClasspath +com.graphql-java:graphql-java:19.6=compileClasspath,runtimeClasspath +com.graphql-java:java-dataloader:3.2.0=compileClasspath,runtimeClasspath +io.github.graphql-java:graphql-java-annotations:9.1=compileClasspath,runtimeClasspath +io.grpc:grpc-api:1.57.2=runtimeClasspath +io.grpc:grpc-bom:1.57.2=annotationProcessor,compileClasspath,runtimeClasspath +io.grpc:grpc-context:1.57.2=runtimeClasspath +io.grpc:grpc-core:1.57.2=runtimeClasspath +io.grpc:grpc-protobuf-lite:1.57.2=runtimeClasspath +io.grpc:grpc-protobuf:1.57.2=runtimeClasspath +io.grpc:grpc-stub:1.57.2=runtimeClasspath +io.netty:netty-bom:4.1.100.Final=runtimeClasspath +io.perfmark:perfmark-api:0.26.0=runtimeClasspath +io.reactivex.rxjava3:rxjava:3.1.7=compileClasspath,runtimeClasspath +jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath +javax.annotation:javax.annotation-api:1.3.2=runtimeClasspath +javax.inject:javax.inject:1=compileClasspath,runtimeClasspath +javax.servlet:javax.servlet-api:4.0.1=compileClasspath,runtimeClasspath +javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath +javax.websocket:javax.websocket-api:1.1=compileClasspath,runtimeClasspath +org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath +org.codehaus.mojo:animal-sniffer-annotations:1.23=runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.2.9=compileClasspath,runtimeClasspath +org.hypertrace.core.attribute.service:attribute-service-api:0.14.14=runtimeClasspath +org.hypertrace.core.attribute.service:caching-attribute-service-client:0.14.14=runtimeClasspath +org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.12.6=runtimeClasspath +org.hypertrace.core.grpcutils:grpc-client-utils:0.12.6=runtimeClasspath +org.hypertrace.core.grpcutils:grpc-context-utils:0.12.6=runtimeClasspath +org.hypertrace.core.kafkastreams.framework:kafka-bom:0.3.9=compileClasspath,runtimeClasspath +org.projectlombok:lombok:1.18.24=annotationProcessor +org.projectlombok:lombok:1.18.28=compileClasspath +org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath +org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath +empty= diff --git a/hypertrace-core-graphql-context/build.gradle.kts b/hypertrace-core-graphql-context/build.gradle.kts index 01b2cd00..a9e8d676 100644 --- a/hypertrace-core-graphql-context/build.gradle.kts +++ b/hypertrace-core-graphql-context/build.gradle.kts @@ -1,7 +1,7 @@ plugins { `java-library` jacoco - id("org.hypertrace.jacoco-report-plugin") + alias(commonLibs.plugins.hypertrace.jacoco) } dependencies { diff --git a/hypertrace-core-graphql-context/gradle.lockfile b/hypertrace-core-graphql-context/gradle.lockfile new file mode 100644 index 00000000..81fc7cd1 --- /dev/null +++ b/hypertrace-core-graphql-context/gradle.lockfile @@ -0,0 +1,37 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +aopalliance:aopalliance:1.0=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-annotations:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-core:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-databind:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.15.2=annotationProcessor,compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath +com.google.errorprone:error_prone_annotations:2.18.0=compileClasspath,runtimeClasspath +com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath +com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath +com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath +com.google.inject:guice:6.0.0=compileClasspath,runtimeClasspath +com.google.j2objc:j2objc-annotations:2.8=compileClasspath +com.graphql-java-kickstart:graphql-java-kickstart:14.0.0=compileClasspath,runtimeClasspath +com.graphql-java-kickstart:graphql-java-servlet:14.0.0=compileClasspath,runtimeClasspath +com.graphql-java:graphql-java-extended-scalars:17.0=compileClasspath,runtimeClasspath +com.graphql-java:graphql-java:19.6=compileClasspath,runtimeClasspath +com.graphql-java:java-dataloader:3.2.0=compileClasspath,runtimeClasspath +io.github.graphql-java:graphql-java-annotations:9.1=compileClasspath,runtimeClasspath +io.grpc:grpc-bom:1.57.2=annotationProcessor,compileClasspath,runtimeClasspath +jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath +javax.inject:javax.inject:1=compileClasspath,runtimeClasspath +javax.servlet:javax.servlet-api:4.0.1=compileClasspath,runtimeClasspath +javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath +javax.websocket:javax.websocket-api:1.1=compileClasspath,runtimeClasspath +org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.2.9=compileClasspath,runtimeClasspath +org.hypertrace.core.kafkastreams.framework:kafka-bom:0.3.9=compileClasspath,runtimeClasspath +org.projectlombok:lombok:1.18.24=annotationProcessor +org.projectlombok:lombok:1.18.28=compileClasspath +org.reactivestreams:reactive-streams:1.0.3=compileClasspath,runtimeClasspath +org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath +empty= diff --git a/hypertrace-core-graphql-deserialization/build.gradle.kts b/hypertrace-core-graphql-deserialization/build.gradle.kts index 07490a4b..bd38d703 100644 --- a/hypertrace-core-graphql-deserialization/build.gradle.kts +++ b/hypertrace-core-graphql-deserialization/build.gradle.kts @@ -1,7 +1,7 @@ plugins { `java-library` jacoco - id("org.hypertrace.jacoco-report-plugin") + alias(commonLibs.plugins.hypertrace.jacoco) } dependencies { diff --git a/hypertrace-core-graphql-deserialization/gradle.lockfile b/hypertrace-core-graphql-deserialization/gradle.lockfile new file mode 100644 index 00000000..ef3407ab --- /dev/null +++ b/hypertrace-core-graphql-deserialization/gradle.lockfile @@ -0,0 +1,31 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +aopalliance:aopalliance:1.0=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-annotations:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-core:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-databind:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.15.2=annotationProcessor,compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath +com.google.errorprone:error_prone_annotations:2.18.0=compileClasspath,runtimeClasspath +com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath +com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath +com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath +com.google.inject:guice:6.0.0=compileClasspath,runtimeClasspath +com.google.j2objc:j2objc-annotations:2.8=compileClasspath +com.graphql-java:graphql-java:19.6=compileClasspath,runtimeClasspath +com.graphql-java:java-dataloader:3.2.0=compileClasspath,runtimeClasspath +io.grpc:grpc-bom:1.57.2=annotationProcessor,compileClasspath,runtimeClasspath +jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath +javax.inject:javax.inject:1=compileClasspath,runtimeClasspath +org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.2.9=compileClasspath,runtimeClasspath +org.hypertrace.core.kafkastreams.framework:kafka-bom:0.3.9=compileClasspath,runtimeClasspath +org.projectlombok:lombok:1.18.24=annotationProcessor +org.projectlombok:lombok:1.18.28=compileClasspath +org.reactivestreams:reactive-streams:1.0.3=compileClasspath,runtimeClasspath +org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath +empty= diff --git a/hypertrace-core-graphql-gateway-service-utils/build.gradle.kts b/hypertrace-core-graphql-gateway-service-utils/build.gradle.kts index 1ab9622c..df7df90d 100644 --- a/hypertrace-core-graphql-gateway-service-utils/build.gradle.kts +++ b/hypertrace-core-graphql-gateway-service-utils/build.gradle.kts @@ -1,7 +1,7 @@ plugins { `java-library` jacoco - id("org.hypertrace.jacoco-report-plugin") + alias(commonLibs.plugins.hypertrace.jacoco) } dependencies { diff --git a/hypertrace-core-graphql-gateway-service-utils/gradle.lockfile b/hypertrace-core-graphql-gateway-service-utils/gradle.lockfile new file mode 100644 index 00000000..4c151db4 --- /dev/null +++ b/hypertrace-core-graphql-gateway-service-utils/gradle.lockfile @@ -0,0 +1,59 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +aopalliance:aopalliance:1.0=compileClasspath,runtimeClasspath +com.auth0:java-jwt:4.4.0=runtimeClasspath +com.auth0:jwks-rsa:0.22.0=runtimeClasspath +com.fasterxml.jackson.core:jackson-annotations:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-core:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-databind:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.15.2=annotationProcessor,compileClasspath,runtimeClasspath +com.google.android:annotations:4.1.1.4=runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.17.0=compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath +com.google.code.gson:gson:2.10.1=runtimeClasspath +com.google.errorprone:error_prone_annotations:2.18.0=compileClasspath,runtimeClasspath +com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath +com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath +com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath +com.google.inject:guice:6.0.0=compileClasspath,runtimeClasspath +com.google.j2objc:j2objc-annotations:2.8=compileClasspath +com.google.protobuf:protobuf-java:3.24.1=compileClasspath,runtimeClasspath +com.graphql-java-kickstart:graphql-java-kickstart:14.0.0=compileClasspath,runtimeClasspath +com.graphql-java-kickstart:graphql-java-servlet:14.0.0=compileClasspath,runtimeClasspath +com.graphql-java:graphql-java-extended-scalars:17.0=compileClasspath,runtimeClasspath +com.graphql-java:graphql-java:19.6=compileClasspath,runtimeClasspath +com.graphql-java:java-dataloader:3.2.0=compileClasspath,runtimeClasspath +io.github.graphql-java:graphql-java-annotations:9.1=compileClasspath,runtimeClasspath +io.grpc:grpc-api:1.57.2=compileClasspath,runtimeClasspath +io.grpc:grpc-bom:1.57.2=annotationProcessor,compileClasspath,runtimeClasspath +io.grpc:grpc-context:1.57.2=runtimeClasspath +io.grpc:grpc-core:1.57.2=compileClasspath,runtimeClasspath +io.grpc:grpc-protobuf-lite:1.57.2=compileClasspath,runtimeClasspath +io.grpc:grpc-protobuf:1.57.2=compileClasspath,runtimeClasspath +io.grpc:grpc-stub:1.57.2=compileClasspath,runtimeClasspath +io.netty:netty-bom:4.1.100.Final=runtimeClasspath +io.perfmark:perfmark-api:0.26.0=runtimeClasspath +io.reactivex.rxjava3:rxjava:3.1.7=compileClasspath,runtimeClasspath +jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath +javax.annotation:javax.annotation-api:1.3.2=compileClasspath,runtimeClasspath +javax.inject:javax.inject:1=compileClasspath,runtimeClasspath +javax.servlet:javax.servlet-api:4.0.1=compileClasspath,runtimeClasspath +javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath +javax.websocket:javax.websocket-api:1.1=compileClasspath,runtimeClasspath +org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath +org.codehaus.mojo:animal-sniffer-annotations:1.23=runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.2.9=compileClasspath,runtimeClasspath +org.hypertrace.core.attribute.service:attribute-service-api:0.14.14=runtimeClasspath +org.hypertrace.core.attribute.service:caching-attribute-service-client:0.14.14=runtimeClasspath +org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.12.6=runtimeClasspath +org.hypertrace.core.grpcutils:grpc-client-utils:0.12.6=runtimeClasspath +org.hypertrace.core.grpcutils:grpc-context-utils:0.12.6=compileClasspath,runtimeClasspath +org.hypertrace.core.kafkastreams.framework:kafka-bom:0.3.9=compileClasspath,runtimeClasspath +org.hypertrace.gateway.service:gateway-service-api:0.3.2=compileClasspath,runtimeClasspath +org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath +org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath +empty= diff --git a/hypertrace-core-graphql-grpc-utils/build.gradle.kts b/hypertrace-core-graphql-grpc-utils/build.gradle.kts index 7be41ee5..bd5691ac 100644 --- a/hypertrace-core-graphql-grpc-utils/build.gradle.kts +++ b/hypertrace-core-graphql-grpc-utils/build.gradle.kts @@ -1,7 +1,7 @@ plugins { `java-library` jacoco - id("org.hypertrace.jacoco-report-plugin") + alias(commonLibs.plugins.hypertrace.jacoco) } dependencies { diff --git a/hypertrace-core-graphql-grpc-utils/gradle.lockfile b/hypertrace-core-graphql-grpc-utils/gradle.lockfile new file mode 100644 index 00000000..e37b715c --- /dev/null +++ b/hypertrace-core-graphql-grpc-utils/gradle.lockfile @@ -0,0 +1,49 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +aopalliance:aopalliance:1.0=compileClasspath,runtimeClasspath +com.auth0:java-jwt:4.4.0=runtimeClasspath +com.auth0:jwks-rsa:0.22.0=runtimeClasspath +com.fasterxml.jackson.core:jackson-annotations:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-core:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-databind:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.15.2=annotationProcessor,compileClasspath,runtimeClasspath +com.google.android:annotations:4.1.1.4=runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath +com.google.code.gson:gson:2.10.1=runtimeClasspath +com.google.errorprone:error_prone_annotations:2.18.0=compileClasspath,runtimeClasspath +com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath +com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath +com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath +com.google.inject:guice:6.0.0=compileClasspath,runtimeClasspath +com.google.j2objc:j2objc-annotations:2.8=compileClasspath +com.graphql-java-kickstart:graphql-java-kickstart:14.0.0=compileClasspath,runtimeClasspath +com.graphql-java-kickstart:graphql-java-servlet:14.0.0=compileClasspath,runtimeClasspath +com.graphql-java:graphql-java-extended-scalars:17.0=compileClasspath,runtimeClasspath +com.graphql-java:graphql-java:19.6=compileClasspath,runtimeClasspath +com.graphql-java:java-dataloader:3.2.0=compileClasspath,runtimeClasspath +io.github.graphql-java:graphql-java-annotations:9.1=compileClasspath,runtimeClasspath +io.grpc:grpc-api:1.57.2=compileClasspath,runtimeClasspath +io.grpc:grpc-bom:1.57.2=annotationProcessor,compileClasspath,runtimeClasspath +io.grpc:grpc-context:1.57.2=compileClasspath,runtimeClasspath +io.grpc:grpc-core:1.57.2=compileClasspath,runtimeClasspath +io.grpc:grpc-stub:1.57.2=compileClasspath,runtimeClasspath +io.netty:netty-bom:4.1.100.Final=compileClasspath,runtimeClasspath +io.perfmark:perfmark-api:0.26.0=runtimeClasspath +io.reactivex.rxjava3:rxjava:3.1.7=compileClasspath,runtimeClasspath +jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath +javax.inject:javax.inject:1=compileClasspath,runtimeClasspath +javax.servlet:javax.servlet-api:4.0.1=compileClasspath,runtimeClasspath +javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath +javax.websocket:javax.websocket-api:1.1=compileClasspath,runtimeClasspath +org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath +org.codehaus.mojo:animal-sniffer-annotations:1.23=runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.2.9=compileClasspath,runtimeClasspath +org.hypertrace.core.grpcutils:grpc-client-utils:0.12.6=compileClasspath,runtimeClasspath +org.hypertrace.core.grpcutils:grpc-context-utils:0.12.6=compileClasspath,runtimeClasspath +org.hypertrace.core.kafkastreams.framework:kafka-bom:0.3.9=compileClasspath,runtimeClasspath +org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath +org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath +empty= diff --git a/hypertrace-core-graphql-impl/build.gradle.kts b/hypertrace-core-graphql-impl/build.gradle.kts index dee1b4d3..d8dbd0fa 100644 --- a/hypertrace-core-graphql-impl/build.gradle.kts +++ b/hypertrace-core-graphql-impl/build.gradle.kts @@ -1,7 +1,7 @@ plugins { `java-library` jacoco - id("org.hypertrace.jacoco-report-plugin") + alias(commonLibs.plugins.hypertrace.jacoco) } dependencies { diff --git a/hypertrace-core-graphql-impl/gradle.lockfile b/hypertrace-core-graphql-impl/gradle.lockfile new file mode 100644 index 00000000..722b2cc4 --- /dev/null +++ b/hypertrace-core-graphql-impl/gradle.lockfile @@ -0,0 +1,63 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +aopalliance:aopalliance:1.0=compileClasspath,runtimeClasspath +com.auth0:java-jwt:4.4.0=runtimeClasspath +com.auth0:jwks-rsa:0.22.0=runtimeClasspath +com.fasterxml.jackson.core:jackson-annotations:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-core:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-databind:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.15.2=annotationProcessor,compileClasspath,runtimeClasspath +com.google.android:annotations:4.1.1.4=runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.17.0=compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath +com.google.code.gson:gson:2.10.1=runtimeClasspath +com.google.errorprone:error_prone_annotations:2.18.0=compileClasspath,runtimeClasspath +com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath +com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath +com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath +com.google.inject:guice:6.0.0=compileClasspath,runtimeClasspath +com.google.j2objc:j2objc-annotations:2.8=compileClasspath,runtimeClasspath +com.google.protobuf:protobuf-java-util:3.24.1=runtimeClasspath +com.google.protobuf:protobuf-java:3.24.1=compileClasspath,runtimeClasspath +com.graphql-java-kickstart:graphql-java-kickstart:14.0.0=compileClasspath,runtimeClasspath +com.graphql-java-kickstart:graphql-java-servlet:14.0.0=compileClasspath,runtimeClasspath +com.graphql-java:graphql-java-extended-scalars:17.0=compileClasspath,runtimeClasspath +com.graphql-java:graphql-java:19.6=compileClasspath,runtimeClasspath +com.graphql-java:java-dataloader:3.2.0=compileClasspath,runtimeClasspath +io.github.graphql-java:graphql-java-annotations:9.1=compileClasspath,runtimeClasspath +io.grpc:grpc-api:1.57.2=compileClasspath,runtimeClasspath +io.grpc:grpc-bom:1.57.2=annotationProcessor,compileClasspath,runtimeClasspath +io.grpc:grpc-context:1.57.2=compileClasspath,runtimeClasspath +io.grpc:grpc-core:1.57.2=compileClasspath,runtimeClasspath +io.grpc:grpc-protobuf-lite:1.57.2=compileClasspath,runtimeClasspath +io.grpc:grpc-protobuf:1.57.2=compileClasspath,runtimeClasspath +io.grpc:grpc-stub:1.57.2=compileClasspath,runtimeClasspath +io.netty:netty-bom:4.1.100.Final=compileClasspath,runtimeClasspath +io.opentelemetry:opentelemetry-proto:1.1.0-alpha=runtimeClasspath +io.perfmark:perfmark-api:0.26.0=runtimeClasspath +io.reactivex.rxjava3:rxjava:3.1.7=compileClasspath,runtimeClasspath +jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath +javax.annotation:javax.annotation-api:1.3.2=compileClasspath,runtimeClasspath +javax.inject:javax.inject:1=compileClasspath,runtimeClasspath +javax.servlet:javax.servlet-api:4.0.1=compileClasspath,runtimeClasspath +javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath +javax.websocket:javax.websocket-api:1.1=compileClasspath,runtimeClasspath +org.apache.commons:commons-lang3:3.12.0=runtimeClasspath +org.apache.commons:commons-text:1.10.0=runtimeClasspath +org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath +org.codehaus.mojo:animal-sniffer-annotations:1.23=runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.2.9=compileClasspath,runtimeClasspath +org.hypertrace.core.attribute.service:attribute-service-api:0.14.14=runtimeClasspath +org.hypertrace.core.attribute.service:caching-attribute-service-client:0.14.14=runtimeClasspath +org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.12.6=runtimeClasspath +org.hypertrace.core.grpcutils:grpc-client-utils:0.12.6=compileClasspath,runtimeClasspath +org.hypertrace.core.grpcutils:grpc-context-utils:0.12.6=compileClasspath,runtimeClasspath +org.hypertrace.core.kafkastreams.framework:kafka-bom:0.3.9=compileClasspath,runtimeClasspath +org.hypertrace.gateway.service:gateway-service-api:0.3.2=compileClasspath,runtimeClasspath +org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath +org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath +empty= diff --git a/hypertrace-core-graphql-log-event-schema/gradle.lockfile b/hypertrace-core-graphql-log-event-schema/gradle.lockfile new file mode 100644 index 00000000..5855e35a --- /dev/null +++ b/hypertrace-core-graphql-log-event-schema/gradle.lockfile @@ -0,0 +1,63 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +aopalliance:aopalliance:1.0=compileClasspath,runtimeClasspath +com.auth0:java-jwt:4.4.0=runtimeClasspath +com.auth0:jwks-rsa:0.22.0=runtimeClasspath +com.fasterxml.jackson.core:jackson-annotations:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-core:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-databind:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.15.2=annotationProcessor,compileClasspath,runtimeClasspath +com.google.android:annotations:4.1.1.4=runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.17.0=compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath +com.google.code.gson:gson:2.10.1=runtimeClasspath +com.google.code.gson:gson:2.8.9=compileClasspath +com.google.errorprone:error_prone_annotations:2.18.0=compileClasspath,runtimeClasspath +com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath +com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath +com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath +com.google.inject:guice:6.0.0=compileClasspath,runtimeClasspath +com.google.j2objc:j2objc-annotations:2.8=compileClasspath,runtimeClasspath +com.google.protobuf:protobuf-java-util:3.24.1=compileClasspath,runtimeClasspath +com.google.protobuf:protobuf-java:3.24.1=compileClasspath,runtimeClasspath +com.graphql-java-kickstart:graphql-java-kickstart:14.0.0=compileClasspath,runtimeClasspath +com.graphql-java-kickstart:graphql-java-servlet:14.0.0=compileClasspath,runtimeClasspath +com.graphql-java:graphql-java-extended-scalars:17.0=compileClasspath,runtimeClasspath +com.graphql-java:graphql-java:19.6=compileClasspath,runtimeClasspath +com.graphql-java:java-dataloader:3.2.0=compileClasspath,runtimeClasspath +io.github.graphql-java:graphql-java-annotations:9.1=compileClasspath,runtimeClasspath +io.grpc:grpc-api:1.57.2=compileClasspath,runtimeClasspath +io.grpc:grpc-bom:1.57.2=annotationProcessor,compileClasspath,runtimeClasspath +io.grpc:grpc-context:1.57.2=runtimeClasspath +io.grpc:grpc-core:1.57.2=compileClasspath,runtimeClasspath +io.grpc:grpc-protobuf-lite:1.57.2=compileClasspath,runtimeClasspath +io.grpc:grpc-protobuf:1.57.2=compileClasspath,runtimeClasspath +io.grpc:grpc-stub:1.57.2=compileClasspath,runtimeClasspath +io.netty:netty-bom:4.1.100.Final=runtimeClasspath +io.perfmark:perfmark-api:0.26.0=runtimeClasspath +io.reactivex.rxjava3:rxjava:3.1.7=compileClasspath,runtimeClasspath +jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath +javax.annotation:javax.annotation-api:1.3.2=compileClasspath,runtimeClasspath +javax.inject:javax.inject:1=compileClasspath,runtimeClasspath +javax.servlet:javax.servlet-api:4.0.1=compileClasspath,runtimeClasspath +javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath +javax.websocket:javax.websocket-api:1.1=compileClasspath,runtimeClasspath +org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath +org.codehaus.mojo:animal-sniffer-annotations:1.23=runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.2.9=compileClasspath,runtimeClasspath +org.hypertrace.core.attribute.service:attribute-service-api:0.14.14=runtimeClasspath +org.hypertrace.core.attribute.service:caching-attribute-service-client:0.14.14=runtimeClasspath +org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.12.6=runtimeClasspath +org.hypertrace.core.grpcutils:grpc-client-utils:0.12.6=runtimeClasspath +org.hypertrace.core.grpcutils:grpc-context-utils:0.12.6=compileClasspath,runtimeClasspath +org.hypertrace.core.kafkastreams.framework:kafka-bom:0.3.9=compileClasspath,runtimeClasspath +org.hypertrace.gateway.service:gateway-service-api:0.3.2=compileClasspath,runtimeClasspath +org.projectlombok:lombok:1.18.24=annotationProcessor +org.projectlombok:lombok:1.18.28=compileClasspath +org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath +org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath +empty= diff --git a/hypertrace-core-graphql-metadata-schema/build.gradle.kts b/hypertrace-core-graphql-metadata-schema/build.gradle.kts index 8442c708..3aabb4b0 100644 --- a/hypertrace-core-graphql-metadata-schema/build.gradle.kts +++ b/hypertrace-core-graphql-metadata-schema/build.gradle.kts @@ -1,7 +1,7 @@ plugins { `java-library` jacoco - id("org.hypertrace.jacoco-report-plugin") + alias(commonLibs.plugins.hypertrace.jacoco) } dependencies { diff --git a/hypertrace-core-graphql-metadata-schema/gradle.lockfile b/hypertrace-core-graphql-metadata-schema/gradle.lockfile new file mode 100644 index 00000000..a33beda4 --- /dev/null +++ b/hypertrace-core-graphql-metadata-schema/gradle.lockfile @@ -0,0 +1,60 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +aopalliance:aopalliance:1.0=compileClasspath,runtimeClasspath +com.auth0:java-jwt:4.4.0=runtimeClasspath +com.auth0:jwks-rsa:0.22.0=runtimeClasspath +com.fasterxml.jackson.core:jackson-annotations:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-core:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-databind:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.15.2=annotationProcessor,compileClasspath,runtimeClasspath +com.google.android:annotations:4.1.1.4=runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.17.0=runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath +com.google.code.gson:gson:2.10.1=runtimeClasspath +com.google.errorprone:error_prone_annotations:2.18.0=compileClasspath,runtimeClasspath +com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath +com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath +com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath +com.google.inject:guice:6.0.0=compileClasspath,runtimeClasspath +com.google.j2objc:j2objc-annotations:2.8=compileClasspath +com.google.protobuf:protobuf-java:3.24.1=runtimeClasspath +com.graphql-java-kickstart:graphql-java-kickstart:14.0.0=compileClasspath,runtimeClasspath +com.graphql-java-kickstart:graphql-java-servlet:14.0.0=compileClasspath,runtimeClasspath +com.graphql-java:graphql-java-extended-scalars:17.0=compileClasspath,runtimeClasspath +com.graphql-java:graphql-java:19.6=compileClasspath,runtimeClasspath +com.graphql-java:java-dataloader:3.2.0=compileClasspath,runtimeClasspath +io.github.graphql-java:graphql-java-annotations:9.1=compileClasspath,runtimeClasspath +io.grpc:grpc-api:1.57.2=runtimeClasspath +io.grpc:grpc-bom:1.57.2=annotationProcessor,compileClasspath,runtimeClasspath +io.grpc:grpc-context:1.57.2=runtimeClasspath +io.grpc:grpc-core:1.57.2=runtimeClasspath +io.grpc:grpc-protobuf-lite:1.57.2=runtimeClasspath +io.grpc:grpc-protobuf:1.57.2=runtimeClasspath +io.grpc:grpc-stub:1.57.2=runtimeClasspath +io.netty:netty-bom:4.1.100.Final=runtimeClasspath +io.perfmark:perfmark-api:0.26.0=runtimeClasspath +io.reactivex.rxjava3:rxjava:3.1.7=compileClasspath,runtimeClasspath +jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath +javax.annotation:javax.annotation-api:1.3.2=runtimeClasspath +javax.inject:javax.inject:1=compileClasspath,runtimeClasspath +javax.servlet:javax.servlet-api:4.0.1=compileClasspath,runtimeClasspath +javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath +javax.websocket:javax.websocket-api:1.1=compileClasspath,runtimeClasspath +org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath +org.codehaus.mojo:animal-sniffer-annotations:1.23=runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.2.9=compileClasspath,runtimeClasspath +org.hypertrace.core.attribute.service:attribute-service-api:0.14.14=runtimeClasspath +org.hypertrace.core.attribute.service:caching-attribute-service-client:0.14.14=runtimeClasspath +org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.12.6=runtimeClasspath +org.hypertrace.core.grpcutils:grpc-client-utils:0.12.6=runtimeClasspath +org.hypertrace.core.grpcutils:grpc-context-utils:0.12.6=runtimeClasspath +org.hypertrace.core.kafkastreams.framework:kafka-bom:0.3.9=compileClasspath,runtimeClasspath +org.projectlombok:lombok:1.18.24=annotationProcessor +org.projectlombok:lombok:1.18.28=compileClasspath +org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath +org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath +empty= diff --git a/hypertrace-core-graphql-request-transformation/build.gradle.kts b/hypertrace-core-graphql-request-transformation/build.gradle.kts index 341eee5c..dbe0f54d 100644 --- a/hypertrace-core-graphql-request-transformation/build.gradle.kts +++ b/hypertrace-core-graphql-request-transformation/build.gradle.kts @@ -1,7 +1,7 @@ plugins { `java-library` jacoco - id("org.hypertrace.jacoco-report-plugin") + alias(commonLibs.plugins.hypertrace.jacoco) } dependencies { diff --git a/hypertrace-core-graphql-request-transformation/gradle.lockfile b/hypertrace-core-graphql-request-transformation/gradle.lockfile new file mode 100644 index 00000000..da8c1fa1 --- /dev/null +++ b/hypertrace-core-graphql-request-transformation/gradle.lockfile @@ -0,0 +1,58 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +aopalliance:aopalliance:1.0=compileClasspath,runtimeClasspath +com.auth0:java-jwt:4.4.0=runtimeClasspath +com.auth0:jwks-rsa:0.22.0=runtimeClasspath +com.fasterxml.jackson.core:jackson-annotations:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-core:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-databind:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.15.2=annotationProcessor,compileClasspath,runtimeClasspath +com.google.android:annotations:4.1.1.4=runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.17.0=runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath +com.google.code.gson:gson:2.10.1=runtimeClasspath +com.google.errorprone:error_prone_annotations:2.18.0=compileClasspath,runtimeClasspath +com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath +com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath +com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath +com.google.inject:guice:6.0.0=compileClasspath,runtimeClasspath +com.google.j2objc:j2objc-annotations:2.8=compileClasspath +com.google.protobuf:protobuf-java:3.24.1=runtimeClasspath +com.graphql-java-kickstart:graphql-java-kickstart:14.0.0=compileClasspath,runtimeClasspath +com.graphql-java-kickstart:graphql-java-servlet:14.0.0=compileClasspath,runtimeClasspath +com.graphql-java:graphql-java-extended-scalars:17.0=compileClasspath,runtimeClasspath +com.graphql-java:graphql-java:19.6=compileClasspath,runtimeClasspath +com.graphql-java:java-dataloader:3.2.0=compileClasspath,runtimeClasspath +io.github.graphql-java:graphql-java-annotations:9.1=compileClasspath,runtimeClasspath +io.grpc:grpc-api:1.57.2=runtimeClasspath +io.grpc:grpc-bom:1.57.2=annotationProcessor,compileClasspath,runtimeClasspath +io.grpc:grpc-context:1.57.2=runtimeClasspath +io.grpc:grpc-core:1.57.2=runtimeClasspath +io.grpc:grpc-protobuf-lite:1.57.2=runtimeClasspath +io.grpc:grpc-protobuf:1.57.2=runtimeClasspath +io.grpc:grpc-stub:1.57.2=runtimeClasspath +io.netty:netty-bom:4.1.100.Final=runtimeClasspath +io.perfmark:perfmark-api:0.26.0=runtimeClasspath +io.reactivex.rxjava3:rxjava:3.1.7=compileClasspath,runtimeClasspath +jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath +javax.annotation:javax.annotation-api:1.3.2=runtimeClasspath +javax.inject:javax.inject:1=compileClasspath,runtimeClasspath +javax.servlet:javax.servlet-api:4.0.1=compileClasspath,runtimeClasspath +javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath +javax.websocket:javax.websocket-api:1.1=compileClasspath,runtimeClasspath +org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath +org.codehaus.mojo:animal-sniffer-annotations:1.23=runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.2.9=compileClasspath,runtimeClasspath +org.hypertrace.core.attribute.service:attribute-service-api:0.14.14=runtimeClasspath +org.hypertrace.core.attribute.service:caching-attribute-service-client:0.14.14=runtimeClasspath +org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.12.6=runtimeClasspath +org.hypertrace.core.grpcutils:grpc-client-utils:0.12.6=runtimeClasspath +org.hypertrace.core.grpcutils:grpc-context-utils:0.12.6=runtimeClasspath +org.hypertrace.core.kafkastreams.framework:kafka-bom:0.3.9=compileClasspath,runtimeClasspath +org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath +org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath +empty= diff --git a/hypertrace-core-graphql-rx-utils/gradle.lockfile b/hypertrace-core-graphql-rx-utils/gradle.lockfile new file mode 100644 index 00000000..63b2ce2c --- /dev/null +++ b/hypertrace-core-graphql-rx-utils/gradle.lockfile @@ -0,0 +1,28 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +aopalliance:aopalliance:1.0=compileClasspath,runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.15.2=annotationProcessor,compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath +com.google.errorprone:error_prone_annotations:2.18.0=compileClasspath,runtimeClasspath +com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath +com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath +com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath +com.google.inject:guice:6.0.0=compileClasspath,runtimeClasspath +com.google.j2objc:j2objc-annotations:2.8=compileClasspath +com.graphql-java:graphql-java-extended-scalars:17.0=compileClasspath,runtimeClasspath +com.graphql-java:graphql-java:19.6=compileClasspath,runtimeClasspath +com.graphql-java:java-dataloader:3.2.0=compileClasspath,runtimeClasspath +io.github.graphql-java:graphql-java-annotations:9.1=compileClasspath,runtimeClasspath +io.grpc:grpc-bom:1.57.2=annotationProcessor,compileClasspath,runtimeClasspath +io.reactivex.rxjava3:rxjava:3.1.7=compileClasspath,runtimeClasspath +jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath +javax.inject:javax.inject:1=compileClasspath,runtimeClasspath +javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath +org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.2.9=compileClasspath,runtimeClasspath +org.hypertrace.core.kafkastreams.framework:kafka-bom:0.3.9=compileClasspath,runtimeClasspath +org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath +org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath +empty= diff --git a/hypertrace-core-graphql-schema-registry/build.gradle.kts b/hypertrace-core-graphql-schema-registry/build.gradle.kts index bbca2e8e..d313071a 100644 --- a/hypertrace-core-graphql-schema-registry/build.gradle.kts +++ b/hypertrace-core-graphql-schema-registry/build.gradle.kts @@ -1,7 +1,7 @@ plugins { `java-library` jacoco - id("org.hypertrace.jacoco-report-plugin") + alias(commonLibs.plugins.hypertrace.jacoco) } dependencies { diff --git a/hypertrace-core-graphql-schema-registry/gradle.lockfile b/hypertrace-core-graphql-schema-registry/gradle.lockfile new file mode 100644 index 00000000..d7404b0a --- /dev/null +++ b/hypertrace-core-graphql-schema-registry/gradle.lockfile @@ -0,0 +1,27 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +aopalliance:aopalliance:1.0=compileClasspath,runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.15.2=annotationProcessor,compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath +com.google.errorprone:error_prone_annotations:2.18.0=compileClasspath,runtimeClasspath +com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath +com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath +com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath +com.google.inject:guice:6.0.0=compileClasspath,runtimeClasspath +com.google.j2objc:j2objc-annotations:2.8=compileClasspath +com.graphql-java:graphql-java-extended-scalars:17.0=compileClasspath,runtimeClasspath +com.graphql-java:graphql-java:19.6=compileClasspath,runtimeClasspath +com.graphql-java:java-dataloader:3.2.0=compileClasspath,runtimeClasspath +io.github.graphql-java:graphql-java-annotations:9.1=compileClasspath,runtimeClasspath +io.grpc:grpc-bom:1.57.2=annotationProcessor,compileClasspath,runtimeClasspath +jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath +javax.inject:javax.inject:1=compileClasspath,runtimeClasspath +javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath +org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.2.9=compileClasspath,runtimeClasspath +org.hypertrace.core.kafkastreams.framework:kafka-bom:0.3.9=compileClasspath,runtimeClasspath +org.reactivestreams:reactive-streams:1.0.3=compileClasspath,runtimeClasspath +org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath +empty= diff --git a/hypertrace-core-graphql-schema-utils/build.gradle.kts b/hypertrace-core-graphql-schema-utils/build.gradle.kts index f0987561..6ae00b72 100644 --- a/hypertrace-core-graphql-schema-utils/build.gradle.kts +++ b/hypertrace-core-graphql-schema-utils/build.gradle.kts @@ -1,7 +1,7 @@ plugins { `java-library` jacoco - id("org.hypertrace.jacoco-report-plugin") + alias(commonLibs.plugins.hypertrace.jacoco) } dependencies { diff --git a/hypertrace-core-graphql-schema-utils/gradle.lockfile b/hypertrace-core-graphql-schema-utils/gradle.lockfile new file mode 100644 index 00000000..765f33de --- /dev/null +++ b/hypertrace-core-graphql-schema-utils/gradle.lockfile @@ -0,0 +1,26 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +aopalliance:aopalliance:1.0=compileClasspath,runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.15.2=annotationProcessor,compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath +com.google.errorprone:error_prone_annotations:2.18.0=compileClasspath,runtimeClasspath +com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath +com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath +com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath +com.google.inject:guice:6.0.0=compileClasspath,runtimeClasspath +com.google.j2objc:j2objc-annotations:2.8=compileClasspath +com.graphql-java:graphql-java:19.6=compileClasspath,runtimeClasspath +com.graphql-java:java-dataloader:3.2.0=compileClasspath,runtimeClasspath +io.grpc:grpc-bom:1.57.2=annotationProcessor,compileClasspath,runtimeClasspath +jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath +javax.inject:javax.inject:1=compileClasspath,runtimeClasspath +org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.2.9=compileClasspath,runtimeClasspath +org.hypertrace.core.kafkastreams.framework:kafka-bom:0.3.9=compileClasspath,runtimeClasspath +org.projectlombok:lombok:1.18.24=annotationProcessor +org.projectlombok:lombok:1.18.28=compileClasspath +org.reactivestreams:reactive-streams:1.0.3=compileClasspath,runtimeClasspath +org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath +empty= diff --git a/hypertrace-core-graphql-service/build.gradle.kts b/hypertrace-core-graphql-service/build.gradle.kts index 8e2caf2c..38d26804 100644 --- a/hypertrace-core-graphql-service/build.gradle.kts +++ b/hypertrace-core-graphql-service/build.gradle.kts @@ -1,8 +1,8 @@ plugins { java application - id("org.hypertrace.docker-java-application-plugin") - id("org.hypertrace.docker-publish-plugin") + alias(commonLibs.plugins.hypertrace.docker.application) + alias(commonLibs.plugins.hypertrace.docker.publish) } dependencies { diff --git a/hypertrace-core-graphql-service/gradle.lockfile b/hypertrace-core-graphql-service/gradle.lockfile new file mode 100644 index 00000000..4f13803e --- /dev/null +++ b/hypertrace-core-graphql-service/gradle.lockfile @@ -0,0 +1,121 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +aopalliance:aopalliance:1.0=compileClasspath,runtimeClasspath +com.auth0:java-jwt:4.4.0=runtimeClasspath +com.auth0:jwks-rsa:0.22.0=runtimeClasspath +com.fasterxml.jackson.core:jackson-annotations:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-core:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-databind:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.15.2=compileClasspath,runtimeClasspath +com.google.android:annotations:4.1.1.4=runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.17.0=runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath +com.google.code.gson:gson:2.10.1=runtimeClasspath +com.google.errorprone:error_prone_annotations:2.18.0=compileClasspath,runtimeClasspath +com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath +com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath +com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath +com.google.inject.extensions:guice-servlet:5.1.0=runtimeClasspath +com.google.inject:guice:6.0.0=compileClasspath,runtimeClasspath +com.google.j2objc:j2objc-annotations:2.8=compileClasspath,runtimeClasspath +com.google.protobuf:protobuf-java-util:3.24.1=runtimeClasspath +com.google.protobuf:protobuf-java:3.24.1=runtimeClasspath +com.graphql-java-kickstart:graphql-java-kickstart:14.0.0=compileClasspath,runtimeClasspath +com.graphql-java-kickstart:graphql-java-servlet:14.0.0=compileClasspath,runtimeClasspath +com.graphql-java:graphql-java-extended-scalars:17.0=compileClasspath,runtimeClasspath +com.graphql-java:graphql-java:19.6=compileClasspath,runtimeClasspath +com.graphql-java:java-dataloader:3.2.0=compileClasspath,runtimeClasspath +com.helger:profiler:1.1.1=runtimeClasspath +com.typesafe:config:1.4.2=compileClasspath,runtimeClasspath +commons-codec:commons-codec:1.15=runtimeClasspath +commons-logging:commons-logging:1.2=runtimeClasspath +io.dropwizard.metrics:metrics-core:4.2.16=runtimeClasspath +io.dropwizard.metrics:metrics-healthchecks:4.2.16=runtimeClasspath +io.dropwizard.metrics:metrics-json:4.2.16=runtimeClasspath +io.dropwizard.metrics:metrics-jvm:4.2.16=runtimeClasspath +io.dropwizard.metrics:metrics-servlets:4.2.16=runtimeClasspath +io.github.graphql-java:graphql-java-annotations:9.1=compileClasspath,runtimeClasspath +io.github.mweirauch:micrometer-jvm-extras:0.2.2=runtimeClasspath +io.grpc:grpc-api:1.57.2=compileClasspath,runtimeClasspath +io.grpc:grpc-bom:1.57.2=compileClasspath,runtimeClasspath +io.grpc:grpc-context:1.57.2=compileClasspath,runtimeClasspath +io.grpc:grpc-core:1.57.2=runtimeClasspath +io.grpc:grpc-netty:1.57.2=runtimeClasspath +io.grpc:grpc-protobuf-lite:1.57.2=runtimeClasspath +io.grpc:grpc-protobuf:1.57.2=runtimeClasspath +io.grpc:grpc-stub:1.57.2=runtimeClasspath +io.micrometer:micrometer-commons:1.10.2=runtimeClasspath +io.micrometer:micrometer-core:1.10.2=runtimeClasspath +io.micrometer:micrometer-observation:1.10.2=runtimeClasspath +io.micrometer:micrometer-registry-prometheus:1.10.2=runtimeClasspath +io.netty:netty-bom:4.1.100.Final=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.100.Final=runtimeClasspath +io.netty:netty-codec-http2:4.1.100.Final=runtimeClasspath +io.netty:netty-codec-http:4.1.100.Final=runtimeClasspath +io.netty:netty-codec-socks:4.1.100.Final=runtimeClasspath +io.netty:netty-codec:4.1.100.Final=runtimeClasspath +io.netty:netty-common:4.1.100.Final=runtimeClasspath +io.netty:netty-handler-proxy:4.1.100.Final=runtimeClasspath +io.netty:netty-handler:4.1.100.Final=runtimeClasspath +io.netty:netty-resolver:4.1.100.Final=runtimeClasspath +io.netty:netty-transport-native-unix-common:4.1.100.Final=runtimeClasspath +io.netty:netty-transport:4.1.100.Final=runtimeClasspath +io.opentelemetry:opentelemetry-proto:1.1.0-alpha=runtimeClasspath +io.perfmark:perfmark-api:0.26.0=runtimeClasspath +io.prometheus:simpleclient:0.16.0=runtimeClasspath +io.prometheus:simpleclient_common:0.16.0=runtimeClasspath +io.prometheus:simpleclient_dropwizard:0.12.0=runtimeClasspath +io.prometheus:simpleclient_pushgateway:0.12.0=runtimeClasspath +io.prometheus:simpleclient_servlet:0.12.0=runtimeClasspath +io.prometheus:simpleclient_servlet_common:0.12.0=runtimeClasspath +io.prometheus:simpleclient_tracer_common:0.16.0=runtimeClasspath +io.prometheus:simpleclient_tracer_otel:0.16.0=runtimeClasspath +io.prometheus:simpleclient_tracer_otel_agent:0.16.0=runtimeClasspath +io.reactivex.rxjava3:rxjava:3.1.7=runtimeClasspath +jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath +javax.annotation:javax.annotation-api:1.3.2=runtimeClasspath +javax.inject:javax.inject:1=compileClasspath,runtimeClasspath +javax.servlet:javax.servlet-api:4.0.1=compileClasspath,runtimeClasspath +javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath +javax.websocket:javax.websocket-api:1.1=compileClasspath,runtimeClasspath +javax.xml.bind:jaxb-api:2.3.0=runtimeClasspath +org.apache.commons:commons-lang3:3.12.0=runtimeClasspath +org.apache.commons:commons-text:1.10.0=runtimeClasspath +org.apache.httpcomponents:httpclient:4.5.13=runtimeClasspath +org.apache.httpcomponents:httpcore:4.4.13=runtimeClasspath +org.apache.logging.log4j:log4j-api:2.20.0=runtimeClasspath +org.apache.logging.log4j:log4j-core:2.20.0=runtimeClasspath +org.apache.logging.log4j:log4j-slf4j-impl:2.20.0=runtimeClasspath +org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath +org.codehaus.mojo:animal-sniffer-annotations:1.23=runtimeClasspath +org.eclipse.jetty:jetty-continuation:9.4.53.v20231009=runtimeClasspath +org.eclipse.jetty:jetty-http:9.4.53.v20231009=runtimeClasspath +org.eclipse.jetty:jetty-io:9.4.53.v20231009=runtimeClasspath +org.eclipse.jetty:jetty-security:9.4.53.v20231009=runtimeClasspath +org.eclipse.jetty:jetty-server:9.4.53.v20231009=runtimeClasspath +org.eclipse.jetty:jetty-servlet:9.4.53.v20231009=runtimeClasspath +org.eclipse.jetty:jetty-servlets:9.4.53.v20231009=runtimeClasspath +org.eclipse.jetty:jetty-util-ajax:9.4.53.v20231009=runtimeClasspath +org.eclipse.jetty:jetty-util:9.4.53.v20231009=runtimeClasspath +org.hdrhistogram:HdrHistogram:2.1.12=runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.2.9=compileClasspath,runtimeClasspath +org.hypertrace.core.attribute.service:attribute-service-api:0.14.14=runtimeClasspath +org.hypertrace.core.attribute.service:caching-attribute-service-client:0.14.14=runtimeClasspath +org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.12.6=runtimeClasspath +org.hypertrace.core.grpcutils:grpc-client-utils:0.12.6=compileClasspath,runtimeClasspath +org.hypertrace.core.grpcutils:grpc-context-utils:0.12.6=runtimeClasspath +org.hypertrace.core.kafkastreams.framework:kafka-bom:0.3.9=compileClasspath,runtimeClasspath +org.hypertrace.core.serviceframework:platform-http-service-framework:0.1.62=compileClasspath,runtimeClasspath +org.hypertrace.core.serviceframework:platform-metrics:0.1.62=runtimeClasspath +org.hypertrace.core.serviceframework:platform-service-framework:0.1.62=compileClasspath,runtimeClasspath +org.hypertrace.core.serviceframework:service-framework-spi:0.1.62=compileClasspath,runtimeClasspath +org.hypertrace.gateway.service:gateway-service-api:0.3.2=runtimeClasspath +org.latencyutils:LatencyUtils:2.0.3=runtimeClasspath +org.reactivestreams:reactive-streams:1.0.3=compileClasspath +org.reactivestreams:reactive-streams:1.0.4=runtimeClasspath +org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath +empty=annotationProcessor diff --git a/hypertrace-core-graphql-span-schema/gradle.lockfile b/hypertrace-core-graphql-span-schema/gradle.lockfile new file mode 100644 index 00000000..b10682ce --- /dev/null +++ b/hypertrace-core-graphql-span-schema/gradle.lockfile @@ -0,0 +1,66 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +aopalliance:aopalliance:1.0=compileClasspath,runtimeClasspath +com.auth0:java-jwt:4.4.0=runtimeClasspath +com.auth0:jwks-rsa:0.22.0=runtimeClasspath +com.fasterxml.jackson.core:jackson-annotations:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-core:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-databind:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.15.2=annotationProcessor,compileClasspath,runtimeClasspath +com.google.android:annotations:4.1.1.4=runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.17.0=compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath +com.google.code.gson:gson:2.10.1=runtimeClasspath +com.google.code.gson:gson:2.8.9=compileClasspath +com.google.errorprone:error_prone_annotations:2.18.0=compileClasspath,runtimeClasspath +com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath +com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath +com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath +com.google.inject:guice:6.0.0=compileClasspath,runtimeClasspath +com.google.j2objc:j2objc-annotations:2.8=compileClasspath,runtimeClasspath +com.google.protobuf:protobuf-java-util:3.24.1=compileClasspath,runtimeClasspath +com.google.protobuf:protobuf-java:3.24.1=compileClasspath,runtimeClasspath +com.graphql-java-kickstart:graphql-java-kickstart:14.0.0=compileClasspath,runtimeClasspath +com.graphql-java-kickstart:graphql-java-servlet:14.0.0=compileClasspath,runtimeClasspath +com.graphql-java:graphql-java-extended-scalars:17.0=compileClasspath,runtimeClasspath +com.graphql-java:graphql-java:19.6=compileClasspath,runtimeClasspath +com.graphql-java:java-dataloader:3.2.0=compileClasspath,runtimeClasspath +io.github.graphql-java:graphql-java-annotations:9.1=compileClasspath,runtimeClasspath +io.grpc:grpc-api:1.57.2=compileClasspath,runtimeClasspath +io.grpc:grpc-bom:1.57.2=annotationProcessor,compileClasspath,runtimeClasspath +io.grpc:grpc-context:1.57.2=runtimeClasspath +io.grpc:grpc-core:1.57.2=compileClasspath,runtimeClasspath +io.grpc:grpc-protobuf-lite:1.57.2=compileClasspath,runtimeClasspath +io.grpc:grpc-protobuf:1.57.2=compileClasspath,runtimeClasspath +io.grpc:grpc-stub:1.57.2=compileClasspath,runtimeClasspath +io.netty:netty-bom:4.1.100.Final=runtimeClasspath +io.opentelemetry:opentelemetry-proto:1.1.0-alpha=compileClasspath,runtimeClasspath +io.perfmark:perfmark-api:0.26.0=runtimeClasspath +io.reactivex.rxjava3:rxjava:3.1.7=compileClasspath,runtimeClasspath +jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath +javax.annotation:javax.annotation-api:1.3.2=compileClasspath,runtimeClasspath +javax.inject:javax.inject:1=compileClasspath,runtimeClasspath +javax.servlet:javax.servlet-api:4.0.1=compileClasspath,runtimeClasspath +javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath +javax.websocket:javax.websocket-api:1.1=compileClasspath,runtimeClasspath +org.apache.commons:commons-lang3:3.12.0=compileClasspath,runtimeClasspath +org.apache.commons:commons-text:1.10.0=compileClasspath,runtimeClasspath +org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath +org.codehaus.mojo:animal-sniffer-annotations:1.23=runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.2.9=compileClasspath,runtimeClasspath +org.hypertrace.core.attribute.service:attribute-service-api:0.14.14=runtimeClasspath +org.hypertrace.core.attribute.service:caching-attribute-service-client:0.14.14=runtimeClasspath +org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.12.6=runtimeClasspath +org.hypertrace.core.grpcutils:grpc-client-utils:0.12.6=runtimeClasspath +org.hypertrace.core.grpcutils:grpc-context-utils:0.12.6=compileClasspath,runtimeClasspath +org.hypertrace.core.kafkastreams.framework:kafka-bom:0.3.9=compileClasspath,runtimeClasspath +org.hypertrace.gateway.service:gateway-service-api:0.3.2=compileClasspath,runtimeClasspath +org.projectlombok:lombok:1.18.24=annotationProcessor +org.projectlombok:lombok:1.18.28=compileClasspath +org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath +org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath +empty= diff --git a/hypertrace-core-graphql-spi/gradle.lockfile b/hypertrace-core-graphql-spi/gradle.lockfile new file mode 100644 index 00000000..7df3b9cc --- /dev/null +++ b/hypertrace-core-graphql-spi/gradle.lockfile @@ -0,0 +1,16 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson:jackson-bom:2.15.2=annotationProcessor,compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath +com.graphql-java:graphql-java-extended-scalars:17.0=compileClasspath,runtimeClasspath +com.graphql-java:graphql-java:19.6=compileClasspath,runtimeClasspath +com.graphql-java:java-dataloader:3.2.0=compileClasspath,runtimeClasspath +io.github.graphql-java:graphql-java-annotations:9.1=compileClasspath,runtimeClasspath +io.grpc:grpc-bom:1.57.2=annotationProcessor,compileClasspath,runtimeClasspath +javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.2.9=compileClasspath,runtimeClasspath +org.hypertrace.core.kafkastreams.framework:kafka-bom:0.3.9=compileClasspath,runtimeClasspath +org.reactivestreams:reactive-streams:1.0.3=compileClasspath,runtimeClasspath +org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath +empty= diff --git a/hypertrace-core-graphql-trace-schema/gradle.lockfile b/hypertrace-core-graphql-trace-schema/gradle.lockfile new file mode 100644 index 00000000..5855e35a --- /dev/null +++ b/hypertrace-core-graphql-trace-schema/gradle.lockfile @@ -0,0 +1,63 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +aopalliance:aopalliance:1.0=compileClasspath,runtimeClasspath +com.auth0:java-jwt:4.4.0=runtimeClasspath +com.auth0:jwks-rsa:0.22.0=runtimeClasspath +com.fasterxml.jackson.core:jackson-annotations:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-core:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-databind:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.15.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.15.2=annotationProcessor,compileClasspath,runtimeClasspath +com.google.android:annotations:4.1.1.4=runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.17.0=compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath +com.google.code.gson:gson:2.10.1=runtimeClasspath +com.google.code.gson:gson:2.8.9=compileClasspath +com.google.errorprone:error_prone_annotations:2.18.0=compileClasspath,runtimeClasspath +com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath +com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath +com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath +com.google.inject:guice:6.0.0=compileClasspath,runtimeClasspath +com.google.j2objc:j2objc-annotations:2.8=compileClasspath,runtimeClasspath +com.google.protobuf:protobuf-java-util:3.24.1=compileClasspath,runtimeClasspath +com.google.protobuf:protobuf-java:3.24.1=compileClasspath,runtimeClasspath +com.graphql-java-kickstart:graphql-java-kickstart:14.0.0=compileClasspath,runtimeClasspath +com.graphql-java-kickstart:graphql-java-servlet:14.0.0=compileClasspath,runtimeClasspath +com.graphql-java:graphql-java-extended-scalars:17.0=compileClasspath,runtimeClasspath +com.graphql-java:graphql-java:19.6=compileClasspath,runtimeClasspath +com.graphql-java:java-dataloader:3.2.0=compileClasspath,runtimeClasspath +io.github.graphql-java:graphql-java-annotations:9.1=compileClasspath,runtimeClasspath +io.grpc:grpc-api:1.57.2=compileClasspath,runtimeClasspath +io.grpc:grpc-bom:1.57.2=annotationProcessor,compileClasspath,runtimeClasspath +io.grpc:grpc-context:1.57.2=runtimeClasspath +io.grpc:grpc-core:1.57.2=compileClasspath,runtimeClasspath +io.grpc:grpc-protobuf-lite:1.57.2=compileClasspath,runtimeClasspath +io.grpc:grpc-protobuf:1.57.2=compileClasspath,runtimeClasspath +io.grpc:grpc-stub:1.57.2=compileClasspath,runtimeClasspath +io.netty:netty-bom:4.1.100.Final=runtimeClasspath +io.perfmark:perfmark-api:0.26.0=runtimeClasspath +io.reactivex.rxjava3:rxjava:3.1.7=compileClasspath,runtimeClasspath +jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath +javax.annotation:javax.annotation-api:1.3.2=compileClasspath,runtimeClasspath +javax.inject:javax.inject:1=compileClasspath,runtimeClasspath +javax.servlet:javax.servlet-api:4.0.1=compileClasspath,runtimeClasspath +javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath +javax.websocket:javax.websocket-api:1.1=compileClasspath,runtimeClasspath +org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath +org.codehaus.mojo:animal-sniffer-annotations:1.23=runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.2.9=compileClasspath,runtimeClasspath +org.hypertrace.core.attribute.service:attribute-service-api:0.14.14=runtimeClasspath +org.hypertrace.core.attribute.service:caching-attribute-service-client:0.14.14=runtimeClasspath +org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.12.6=runtimeClasspath +org.hypertrace.core.grpcutils:grpc-client-utils:0.12.6=runtimeClasspath +org.hypertrace.core.grpcutils:grpc-context-utils:0.12.6=compileClasspath,runtimeClasspath +org.hypertrace.core.kafkastreams.framework:kafka-bom:0.3.9=compileClasspath,runtimeClasspath +org.hypertrace.gateway.service:gateway-service-api:0.3.2=compileClasspath,runtimeClasspath +org.projectlombok:lombok:1.18.24=annotationProcessor +org.projectlombok:lombok:1.18.28=compileClasspath +org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath +org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath +empty= diff --git a/settings.gradle.kts b/settings.gradle.kts index 6134ad46..940ee353 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,3 +1,5 @@ +import org.hypertrace.gradle.dependency.DependencyPluginSettingExtension + rootProject.name = "hypertrace-core-graphql-root" pluginManagement { @@ -10,6 +12,11 @@ pluginManagement { plugins { id("org.hypertrace.version-settings") version "0.2.0" + id("org.hypertrace.dependency-settings") version "0.1.1" +} + +configure { + catalogVersion.set("0.2.9") } enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")