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
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ subprojects {
sqlserverDriverVersion = '11.2.3.jre8'
sqliteDriverVersion = '3.46.0.0'
yugabyteDriverVersion = '42.3.5-yb-5'
grpcVersion = '1.60.0'
protobufVersion = '3.21.12'
grpcVersion = '1.67.1'
protobufVersion = '3.25.5'
annotationVersion = '1.3.2'
picocliVersion = '4.7.6'
scalarAdminVersion = '2.2.0'
scalarAdminVersion = '2.2.1'
dropwizardMetricsVersion = '4.2.26'
prometheusVersion = '0.16.0'
commonsTextVersion = '1.12.0'
Expand Down
1 change: 1 addition & 0 deletions rpc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dependencies {
api "io.grpc:grpc-protobuf:${grpcVersion}"
api "io.grpc:grpc-stub:${grpcVersion}"
api "io.grpc:grpc-services:${grpcVersion}"
implementation "com.google.protobuf:protobuf-java:${protobufVersion}"
implementation "javax.annotation:javax.annotation-api:${annotationVersion}"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 1.60.0)",
value = "by gRPC proto compiler (version 1.67.1)",
comments = "Source: scalardb.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class DistributedStorageAdminGrpc {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 1.60.0)",
value = "by gRPC proto compiler (version 1.67.1)",
comments = "Source: scalardb.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class DistributedStorageGrpc {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 1.60.0)",
value = "by gRPC proto compiler (version 1.67.1)",
comments = "Source: scalardb.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class DistributedTransactionAdminGrpc {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 1.60.0)",
value = "by gRPC proto compiler (version 1.67.1)",
comments = "Source: scalardb.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class DistributedTransactionGrpc {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 1.60.0)",
value = "by gRPC proto compiler (version 1.67.1)",
comments = "Source: scalardb.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class TwoPhaseCommitTransactionGrpc {
Expand Down
8 changes: 3 additions & 5 deletions rpc/src/main/java/com/scalar/db/rpc/AbortRequest.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions rpc/src/main/java/com/scalar/db/rpc/AbortResponse.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 9 additions & 10 deletions rpc/src/main/java/com/scalar/db/rpc/Column.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion rpc/src/main/java/com/scalar/db/rpc/ColumnOrBuilder.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading