Skip to content
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
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ subprojects {
apply(plugin = rootProject.commonLibs.plugins.hypertrace.codestyle.get().pluginId)
}
}
pluginManager.withPlugin("java-library") {
dependencies {
"api"(platform(rootProject.localLibs.jetty.bom))
}
}
}

dependencyCheck {
Expand Down
20 changes: 10 additions & 10 deletions docstore-metrics/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@ org.apache.commons:commons-dbcp2:2.9.0=runtimeClasspath,testRuntimeClasspath
org.apache.commons:commons-lang3:3.18.0=runtimeClasspath,testRuntimeClasspath
org.apache.commons:commons-pool2:2.10.0=runtimeClasspath,testRuntimeClasspath
org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.eclipse.jetty.toolchain:jetty-jakarta-servlet-api:5.0.2=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-bom:11.0.26=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-http:11.0.26=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-io:11.0.26=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-security:11.0.26=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-server:11.0.26=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-servlet:11.0.26=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-util:11.0.26=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty.ee10:jetty-ee10-servlet:12.0.33=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-bom:12.0.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-http:12.0.33=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-io:12.0.33=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-security:12.0.33=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-server:12.0.33=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-session:12.0.33=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-util:12.0.33=runtimeClasspath,testRuntimeClasspath
org.hdrhistogram:HdrHistogram:2.2.2=runtimeClasspath,testRuntimeClasspath
org.hypertrace.bom:hypertrace-bom:0.3.75=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.hypertrace.bom:hypertrace-bom:0.3.76=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.hypertrace.core.documentstore:document-store:0.8.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.6.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.latencyutils:LatencyUtils:2.0.3=runtimeClasspath,testRuntimeClasspath
Expand All @@ -59,6 +59,6 @@ org.mongodb:mongodb-driver-core:5.2.0=runtimeClasspath,testRuntimeClasspath
org.mongodb:mongodb-driver-sync:5.2.0=runtimeClasspath,testRuntimeClasspath
org.postgresql:postgresql:42.5.5=runtimeClasspath,testRuntimeClasspath
org.projectlombok:lombok:1.18.30=annotationProcessor,compileClasspath
org.slf4j:slf4j-api:2.0.13=runtimeClasspath,testRuntimeClasspath
org.slf4j:slf4j-api:2.0.17=runtimeClasspath,testRuntimeClasspath
org.slf4j:slf4j-api:2.0.7=compileClasspath,testCompileClasspath
empty=
5 changes: 5 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ dropwizard-metrics = "4.2.25"
micrometer = "1.14.4"
prometheus-simpleclient = "0.16.0"
caffeine = "3.1.8"
jetty = "12.0.33"

[libraries]
awaitility = { module = "org.awaitility:awaitility", version = "4.0.3" }
Expand All @@ -18,6 +19,10 @@ prometheus-simpleclient-servlet-jakarta = { module = "io.prometheus:simpleclient
prometheus-simpleclient-pushgateway = { module = "io.prometheus:simpleclient_pushgateway", version.ref = "prometheus-simpleclient" }
caffeine = { module = "com.github.ben-manes.caffeine:caffeine", version.ref = "caffeine" }
apache-httpcomponents-httpclient = { module = "org.apache.httpcomponents:httpclient", version = "4.5.13" }
jetty-bom = { module = "org.eclipse.jetty:jetty-bom", version.ref = "jetty" }
jetty-ee10-servlet = { module = "org.eclipse.jetty.ee10:jetty-ee10-servlet", version.ref = "jetty" }
jetty-ee10-servlets = { module = "org.eclipse.jetty.ee10:jetty-ee10-servlets", version.ref = "jetty" }
jetty-server = { module = "org.eclipse.jetty:jetty-server", version.ref = "jetty" }

[plugins]
hypertrace-java-convention = { id = "org.hypertrace.java-convention", version = "0.4.0" }
20 changes: 10 additions & 10 deletions integrationtest-service-framework/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@ org.apache.httpcomponents:httpclient:4.5.13=runtimeClasspath,testRuntimeClasspat
org.apache.httpcomponents:httpcore:4.4.13=runtimeClasspath,testRuntimeClasspath
org.awaitility:awaitility:4.0.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.checkerframework:checker-qual:3.33.0=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty.toolchain:jetty-jakarta-servlet-api:5.0.2=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-bom:11.0.26=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-http:11.0.26=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-io:11.0.26=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-security:11.0.26=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-server:11.0.26=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-servlet:11.0.26=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-util:11.0.26=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty.ee10:jetty-ee10-servlet:12.0.33=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-bom:12.0.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-http:12.0.33=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-io:12.0.33=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-security:12.0.33=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-server:12.0.33=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-session:12.0.33=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-util:12.0.33=runtimeClasspath,testRuntimeClasspath
org.hamcrest:hamcrest:2.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.hdrhistogram:HdrHistogram:2.2.2=runtimeClasspath,testRuntimeClasspath
org.hypertrace.bom:hypertrace-bom:0.3.75=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.hypertrace.bom:hypertrace-bom:0.3.76=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.6.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.latencyutils:LatencyUtils:2.0.3=runtimeClasspath,testRuntimeClasspath
org.slf4j:slf4j-api:2.0.13=runtimeClasspath,testRuntimeClasspath
org.slf4j:slf4j-api:2.0.17=runtimeClasspath,testRuntimeClasspath
org.slf4j:slf4j-api:2.0.7=compileClasspath,testCompileClasspath
empty=annotationProcessor
20 changes: 10 additions & 10 deletions platform-grpc-service-framework/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,22 +73,22 @@ org.apache.httpcomponents:httpclient:4.5.13=runtimeClasspath,testRuntimeClasspat
org.apache.httpcomponents:httpcore:4.4.13=runtimeClasspath,testRuntimeClasspath
org.checkerframework:checker-qual:3.43.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.codehaus.mojo:animal-sniffer-annotations:1.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.eclipse.jetty.toolchain:jetty-jakarta-servlet-api:5.0.2=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-bom:11.0.26=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-http:11.0.26=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-io:11.0.26=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-security:11.0.26=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-server:11.0.26=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-servlet:11.0.26=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-util:11.0.26=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty.ee10:jetty-ee10-servlet:12.0.33=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-bom:12.0.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-http:12.0.33=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-io:12.0.33=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-security:12.0.33=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-server:12.0.33=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-session:12.0.33=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-util:12.0.33=runtimeClasspath,testRuntimeClasspath
org.hdrhistogram:HdrHistogram:2.2.2=runtimeClasspath,testRuntimeClasspath
org.hypertrace.bom:hypertrace-bom:0.3.75=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.hypertrace.bom:hypertrace-bom:0.3.76=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.22=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.22=runtimeClasspath,testRuntimeClasspath
org.hypertrace.core.grpcutils:grpc-server-utils:0.13.22=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.6.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.latencyutils:LatencyUtils:2.0.3=runtimeClasspath,testRuntimeClasspath
org.projectlombok:lombok:1.18.30=annotationProcessor,compileClasspath
org.slf4j:slf4j-api:2.0.13=runtimeClasspath,testRuntimeClasspath
org.slf4j:slf4j-api:2.0.17=runtimeClasspath,testRuntimeClasspath
org.slf4j:slf4j-api:2.0.7=compileClasspath,testCompileClasspath
empty=
6 changes: 3 additions & 3 deletions platform-http-service-framework/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ dependencies {
implementation(commonLibs.slf4j2.api)
implementation(commonLibs.guice.servlet)
implementation(commonLibs.guava)
implementation(commonLibs.jetty.servlet)
implementation(commonLibs.jetty.server)
implementation(commonLibs.jetty.servlets)
implementation(localLibs.jetty.ee10.servlet)
implementation(localLibs.jetty.server)
implementation(localLibs.jetty.ee10.servlets)
annotationProcessor(commonLibs.lombok)
compileOnly(commonLibs.lombok)
}
22 changes: 11 additions & 11 deletions platform-http-service-framework/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,21 +61,21 @@ org.apache.httpcomponents:httpcore:4.4.13=runtimeClasspath,testRuntimeClasspath
org.checkerframework:checker-qual:3.33.0=compileClasspath,testCompileClasspath
org.checkerframework:checker-qual:3.43.0=runtimeClasspath,testRuntimeClasspath
org.codehaus.mojo:animal-sniffer-annotations:1.24=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty.toolchain:jetty-jakarta-servlet-api:5.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-bom:11.0.26=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-http:11.0.26=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-io:11.0.26=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-security:11.0.26=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-server:11.0.26=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-servlet:11.0.26=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-servlets:11.0.26=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-util:11.0.26=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.eclipse.jetty.ee10:jetty-ee10-servlet:12.0.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.eclipse.jetty.ee10:jetty-ee10-servlets:12.0.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-bom:12.0.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-http:12.0.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-io:12.0.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-security:12.0.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-server:12.0.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-session:12.0.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-util:12.0.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.hdrhistogram:HdrHistogram:2.2.2=runtimeClasspath,testRuntimeClasspath
org.hypertrace.bom:hypertrace-bom:0.3.75=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.hypertrace.bom:hypertrace-bom:0.3.76=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.22=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.22=runtimeClasspath,testRuntimeClasspath
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.6.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.latencyutils:LatencyUtils:2.0.3=runtimeClasspath,testRuntimeClasspath
org.projectlombok:lombok:1.18.30=annotationProcessor,compileClasspath
org.slf4j:slf4j-api:2.0.13=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.slf4j:slf4j-api:2.0.17=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
empty=
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,18 @@
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import javax.annotation.Nullable;
import org.eclipse.jetty.ee10.servlet.ErrorPageErrorHandler;
import org.eclipse.jetty.ee10.servlet.FilterHolder;
import org.eclipse.jetty.ee10.servlet.ServletContextHandler;
import org.eclipse.jetty.ee10.servlet.ServletHolder;
import org.eclipse.jetty.ee10.servlets.CrossOriginFilter;
import org.eclipse.jetty.server.Connector;
import org.eclipse.jetty.server.Handler;
import org.eclipse.jetty.server.HttpConfiguration;
import org.eclipse.jetty.server.HttpConnectionFactory;
import org.eclipse.jetty.server.Server;
import org.eclipse.jetty.server.ServerConnector;
import org.eclipse.jetty.server.handler.ContextHandlerCollection;
import org.eclipse.jetty.server.handler.ErrorHandler;
import org.eclipse.jetty.servlet.ErrorPageErrorHandler;
import org.eclipse.jetty.servlet.FilterHolder;
import org.eclipse.jetty.servlet.ServletContextHandler;
import org.eclipse.jetty.servlet.ServletHolder;
import org.eclipse.jetty.servlets.CrossOriginFilter;
import org.hypertrace.core.serviceframework.http.HttpContainer;
import org.hypertrace.core.serviceframework.http.HttpHandlerDefinition;
import org.hypertrace.core.serviceframework.http.HttpHandlerDefinition.CorsConfig;
Expand Down Expand Up @@ -105,7 +104,7 @@ private Handler buildHandler(HttpHandlerDefinition handlerDefinition) {
? ServletContextHandler.SESSIONS
: ServletContextHandler.NO_SESSIONS;
ServletContextHandler context = new ServletContextHandler(options);
ErrorHandler errorHandler = new ErrorPageErrorHandler();
ErrorPageErrorHandler errorHandler = new ErrorPageErrorHandler();
errorHandler.setShowServlet(false);
errorHandler.setShowStacks(false);
context.setErrorHandler(errorHandler);
Expand All @@ -128,7 +127,7 @@ private Handler buildHandler(HttpHandlerDefinition handlerDefinition) {
this.buildServletHolderIfRequired(handlerDefinition)
.ifPresent(
servletHolder -> context.addServlet(servletHolder, handlerDefinition.getContextPath()));
context.setVirtualHosts(new String[] {"@" + handlerDefinition.getName()});
context.setVirtualHosts(List.of("@" + handlerDefinition.getName()));
return context;
}

Expand Down
22 changes: 11 additions & 11 deletions platform-hybrid-service-framework/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,23 +79,23 @@ org.apache.httpcomponents:httpclient:4.5.13=runtimeClasspath,testRuntimeClasspat
org.apache.httpcomponents:httpcore:4.4.13=runtimeClasspath,testRuntimeClasspath
org.checkerframework:checker-qual:3.43.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.codehaus.mojo:animal-sniffer-annotations:1.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.eclipse.jetty.toolchain:jetty-jakarta-servlet-api:5.0.2=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-bom:11.0.26=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-http:11.0.26=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-io:11.0.26=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-security:11.0.26=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-server:11.0.26=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-servlet:11.0.26=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-servlets:11.0.26=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-util:11.0.26=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty.ee10:jetty-ee10-servlet:12.0.33=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty.ee10:jetty-ee10-servlets:12.0.33=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-bom:12.0.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-http:12.0.33=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-io:12.0.33=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-security:12.0.33=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-server:12.0.33=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-session:12.0.33=runtimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-util:12.0.33=runtimeClasspath,testRuntimeClasspath
org.hdrhistogram:HdrHistogram:2.2.2=runtimeClasspath,testRuntimeClasspath
org.hypertrace.bom:hypertrace-bom:0.3.75=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.hypertrace.bom:hypertrace-bom:0.3.76=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.22=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.22=runtimeClasspath,testRuntimeClasspath
org.hypertrace.core.grpcutils:grpc-server-utils:0.13.22=runtimeClasspath,testRuntimeClasspath
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.6.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.latencyutils:LatencyUtils:2.0.3=runtimeClasspath,testRuntimeClasspath
org.projectlombok:lombok:1.18.30=annotationProcessor,compileClasspath
org.slf4j:slf4j-api:2.0.13=runtimeClasspath,testRuntimeClasspath
org.slf4j:slf4j-api:2.0.17=runtimeClasspath,testRuntimeClasspath
org.slf4j:slf4j-api:2.0.7=compileClasspath,testCompileClasspath
empty=
2 changes: 1 addition & 1 deletion platform-metrics/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
implementation(localLibs.prometheus.simpleclient.dropwizard)
implementation(localLibs.prometheus.simpleclient.servlet.jakarta)
implementation(localLibs.prometheus.simpleclient.pushgateway)
implementation(commonLibs.jetty.servlet)
implementation(localLibs.jetty.ee10.servlet)
implementation(commonLibs.guava)

compileOnly(localLibs.caffeine)
Expand Down
Loading
Loading