File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed
main/java/com/salesforce/grpc/contrib
test/java/com/salesforce/grpc/contrib Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ public byte[] toBytes(T value) {
106106 return value .toByteArray ();
107107 }
108108
109+ @ SuppressWarnings ("unchecked" )
109110 @ Override
110111 public T parseBytes (byte [] serialized ) {
111112 try {
Original file line number Diff line number Diff line change @@ -46,12 +46,6 @@ public void ResolverShouldResolve() {
4646 AtomicBoolean isResolved = new AtomicBoolean ();
4747
4848 resolver .start (new NameResolver .Listener () {
49- @ Override
50- @ Deprecated
51- public void onUpdate (List <ResolvedServerInfoGroup > servers , Attributes attributes ) {
52- throw new UnsupportedOperationException ();
53- }
54-
5549 @ Override
5650 public void onAddresses (List <EquivalentAddressGroup > servers , Attributes attributes ) {
5751 isResolved .set (true );
Original file line number Diff line number Diff line change 6363
6464 <!-- Dependency Versions -->
6565 <!-- Keep grpc.version in sync with srpc-grpc/java/pom.xml and srpc-grpc-dependencies/pom.xml -->
66- <grpc .version>1.6.1 </grpc .version>
67- <protoc .version>3.3.0 </protoc .version> <!-- Same version as grpc-proto -->
66+ <grpc .version>1.9.0 </grpc .version>
67+ <protoc .version>3.5.1 </protoc .version> <!-- Same version as grpc-proto -->
6868 <slf4j .version>1.7.21</slf4j .version>
6969 <gson .version>2.7</gson .version> <!-- Same version as grpc-proto -->
7070 <mustache-java .version>0.9.4</mustache-java .version>
You can’t perform that action at this time.
0 commit comments