File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
hypertrace-core-graphql-grpc-utils/src/main/java/org/hypertrace/core/graphql/utils/grpc
hypertrace-core-graphql-platform Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 14
14
import java .util .Optional ;
15
15
import java .util .stream .Collectors ;
16
16
import javax .annotation .Nonnull ;
17
+ import javax .inject .Singleton ;
17
18
import org .hypertrace .core .graphql .context .GraphQlRequestContext ;
18
19
import org .hypertrace .core .grpcutils .context .RequestContext ;
19
20
21
+ @ Singleton
20
22
class PlatformGrpcContextBuilder implements GrpcContextBuilder {
21
23
22
24
private final Cache <String , GraphQlRequestContext > contextCache =
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ dependencies {
10
10
api(platform(" io.grpc:grpc-bom:1.47.0" ))
11
11
constraints {
12
12
13
- api(" org.hypertrace.core.grpcutils:grpc-context-utils:0.7.7 " )
14
- api(" org.hypertrace.core.grpcutils:grpc-client-utils:0.7.7 " )
15
- api(" org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.7.7 " )
16
- api(" org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.7.7 " )
13
+ api(" org.hypertrace.core.grpcutils:grpc-context-utils:0.8.0 " )
14
+ api(" org.hypertrace.core.grpcutils:grpc-client-utils:0.8.0 " )
15
+ api(" org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.8.0 " )
16
+ api(" org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.8.0 " )
17
17
api(" org.hypertrace.gateway.service:gateway-service-api:0.2.13" )
18
18
api(" org.hypertrace.core.attribute.service:caching-attribute-service-client:0.14.8" )
19
19
You can’t perform that action at this time.
0 commit comments