Skip to content

Commit ff9afcf

Browse files
authored
Use new document store search api (#255)
* use new document store search api * resolve comment
1 parent 385ac99 commit ff9afcf

File tree

28 files changed

+177
-81
lines changed

28 files changed

+177
-81
lines changed

alerting-config-service-api/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ io.grpc:grpc-protobuf:1.68.1=compileClasspath,runtimeClasspath,testCompileClassp
1717
io.grpc:grpc-stub:1.68.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1818
javax.annotation:javax.annotation-api:1.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1919
org.checkerframework:checker-qual:3.42.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
20-
org.hypertrace.bom:hypertrace-bom:0.3.38=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
20+
org.hypertrace.bom:hypertrace-bom:0.3.39=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2121
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.5.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2222
empty=annotationProcessor

alerting-config-service-impl/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ org.apache.kafka:kafka-clients:7.7.0-ccs=compileClasspath,runtimeClasspath,testC
4242
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
4343
org.checkerframework:checker-qual:3.42.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4444
org.codehaus.mojo:animal-sniffer-annotations:1.24=runtimeClasspath,testRuntimeClasspath
45-
org.hypertrace.bom:hypertrace-bom:0.3.38=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
45+
org.hypertrace.bom:hypertrace-bom:0.3.39=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4646
org.hypertrace.core.eventstore:event-store:0.1.4=runtimeClasspath,testRuntimeClasspath
4747
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4848
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath

config-object-store/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ org.apache.kafka:kafka-clients:7.7.0-ccs=compileClasspath,runtimeClasspath,testC
3838
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
3939
org.checkerframework:checker-qual:3.42.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4040
org.codehaus.mojo:animal-sniffer-annotations:1.24=runtimeClasspath,testRuntimeClasspath
41-
org.hypertrace.bom:hypertrace-bom:0.3.38=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
41+
org.hypertrace.bom:hypertrace-bom:0.3.39=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4242
org.hypertrace.core.eventstore:event-store:0.1.4=runtimeClasspath,testRuntimeClasspath
4343
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4444
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.5.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath

config-proto-converter/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ io.grpc:grpc-protobuf-lite:1.68.1=runtimeClasspath,testRuntimeClasspath
2121
io.grpc:grpc-protobuf:1.68.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2222
org.checkerframework:checker-qual:3.33.0=compileClasspath,testCompileClasspath
2323
org.checkerframework:checker-qual:3.42.0=runtimeClasspath,testRuntimeClasspath
24-
org.hypertrace.bom:hypertrace-bom:0.3.38=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
24+
org.hypertrace.bom:hypertrace-bom:0.3.39=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2525
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.5.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2626
empty=annotationProcessor

config-service-api/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ net.bytebuddy:byte-buddy-agent:1.14.10=testRuntimeClasspath
3131
net.bytebuddy:byte-buddy:1.14.10=testRuntimeClasspath
3232
org.checkerframework:checker-qual:3.42.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
3333
org.codehaus.mojo:animal-sniffer-annotations:1.24=testRuntimeClasspath
34-
org.hypertrace.bom:hypertrace-bom:0.3.38=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
34+
org.hypertrace.bom:hypertrace-bom:0.3.39=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
3535
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.7=testRuntimeClasspath
3636
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.5.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
3737
org.mockito:mockito-core:5.8.0=testRuntimeClasspath

config-service-change-event-api/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ com.github.luben:zstd-jni:1.5.6-3=runtimeClasspath,testRuntimeClasspath
66
com.google.protobuf:protobuf-java:3.25.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
77
io.grpc:grpc-bom:1.68.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
88
org.apache.kafka:kafka-clients:7.7.0-ccs=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
9-
org.hypertrace.bom:hypertrace-bom:0.3.38=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
9+
org.hypertrace.bom:hypertrace-bom:0.3.39=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1010
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.5.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1111
org.lz4:lz4-java:1.8.0=runtimeClasspath,testRuntimeClasspath
1212
org.slf4j:slf4j-api:2.0.7=runtimeClasspath,testRuntimeClasspath

config-service-change-event-generator/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
4141
org.checkerframework:checker-qual:3.33.0=compileClasspath,testCompileClasspath
4242
org.checkerframework:checker-qual:3.42.0=runtimeClasspath,testRuntimeClasspath
4343
org.codehaus.mojo:animal-sniffer-annotations:1.24=runtimeClasspath,testRuntimeClasspath
44-
org.hypertrace.bom:hypertrace-bom:0.3.38=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
44+
org.hypertrace.bom:hypertrace-bom:0.3.39=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4545
org.hypertrace.core.eventstore:event-store:0.1.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4646
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4747
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.5.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath

config-service-factory/gradle.lockfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ org.eclipse.jetty:jetty-servlet:9.4.56.v20240826=runtimeClasspath,testRuntimeCla
9898
org.eclipse.jetty:jetty-util-ajax:9.4.56.v20240826=runtimeClasspath,testRuntimeClasspath
9999
org.eclipse.jetty:jetty-util:9.4.56.v20240826=runtimeClasspath,testRuntimeClasspath
100100
org.hdrhistogram:HdrHistogram:2.1.12=runtimeClasspath,testRuntimeClasspath
101-
org.hypertrace.bom:hypertrace-bom:0.3.38=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
102-
org.hypertrace.core.documentstore:document-store:0.7.68=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
101+
org.hypertrace.bom:hypertrace-bom:0.3.39=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
102+
org.hypertrace.core.documentstore:document-store:0.8.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
103103
org.hypertrace.core.eventstore:event-store:0.1.4=runtimeClasspath,testRuntimeClasspath
104104
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.7=runtimeClasspath,testRuntimeClasspath
105105
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
@@ -114,10 +114,10 @@ org.hypertrace.core.serviceframework:platform-service-framework:0.1.82=compileCl
114114
org.hypertrace.core.serviceframework:service-framework-spi:0.1.82=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
115115
org.latencyutils:LatencyUtils:2.0.3=runtimeClasspath,testRuntimeClasspath
116116
org.lz4:lz4-java:1.8.0=runtimeClasspath,testRuntimeClasspath
117-
org.mongodb:bson-record-codec:4.9.0=runtimeClasspath,testRuntimeClasspath
118-
org.mongodb:bson:4.9.0=runtimeClasspath,testRuntimeClasspath
119-
org.mongodb:mongodb-driver-core:4.9.0=runtimeClasspath,testRuntimeClasspath
120-
org.mongodb:mongodb-driver-sync:4.9.0=runtimeClasspath,testRuntimeClasspath
117+
org.mongodb:bson-record-codec:5.2.0=runtimeClasspath,testRuntimeClasspath
118+
org.mongodb:bson:5.2.0=runtimeClasspath,testRuntimeClasspath
119+
org.mongodb:mongodb-driver-core:5.2.0=runtimeClasspath,testRuntimeClasspath
120+
org.mongodb:mongodb-driver-sync:5.2.0=runtimeClasspath,testRuntimeClasspath
121121
org.postgresql:postgresql:42.5.5=runtimeClasspath,testRuntimeClasspath
122122
org.reactivestreams:reactive-streams:1.0.4=runtimeClasspath,testRuntimeClasspath
123123
org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath

config-service-impl/gradle.lockfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ org.eclipse.jetty:jetty-servlet:9.4.56.v20240826=runtimeClasspath,testRuntimeCla
7272
org.eclipse.jetty:jetty-util-ajax:9.4.56.v20240826=runtimeClasspath,testRuntimeClasspath
7373
org.eclipse.jetty:jetty-util:9.4.56.v20240826=runtimeClasspath,testRuntimeClasspath
7474
org.hdrhistogram:HdrHistogram:2.1.12=runtimeClasspath,testRuntimeClasspath
75-
org.hypertrace.bom:hypertrace-bom:0.3.38=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
76-
org.hypertrace.core.documentstore:document-store:0.7.68=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
75+
org.hypertrace.bom:hypertrace-bom:0.3.39=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
76+
org.hypertrace.core.documentstore:document-store:0.8.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
7777
org.hypertrace.core.eventstore:event-store:0.1.4=runtimeClasspath,testRuntimeClasspath
7878
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.7=testCompileClasspath,testRuntimeClasspath
7979
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
@@ -91,10 +91,10 @@ org.junit:junit-bom:5.10.0=testCompileClasspath,testRuntimeClasspath
9191
org.latencyutils:LatencyUtils:2.0.3=runtimeClasspath,testRuntimeClasspath
9292
org.lz4:lz4-java:1.8.0=runtimeClasspath,testRuntimeClasspath
9393
org.mockito:mockito-core:5.8.0=testCompileClasspath,testRuntimeClasspath
94-
org.mongodb:bson-record-codec:4.9.0=runtimeClasspath,testRuntimeClasspath
95-
org.mongodb:bson:4.9.0=runtimeClasspath,testRuntimeClasspath
96-
org.mongodb:mongodb-driver-core:4.9.0=runtimeClasspath,testRuntimeClasspath
97-
org.mongodb:mongodb-driver-sync:4.9.0=runtimeClasspath,testRuntimeClasspath
94+
org.mongodb:bson-record-codec:5.2.0=runtimeClasspath,testRuntimeClasspath
95+
org.mongodb:bson:5.2.0=runtimeClasspath,testRuntimeClasspath
96+
org.mongodb:mongodb-driver-core:5.2.0=runtimeClasspath,testRuntimeClasspath
97+
org.mongodb:mongodb-driver-sync:5.2.0=runtimeClasspath,testRuntimeClasspath
9898
org.objenesis:objenesis:3.3=testRuntimeClasspath
9999
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
100100
org.postgresql:postgresql:42.5.5=runtimeClasspath,testRuntimeClasspath

0 commit comments

Comments
 (0)