Skip to content

Commit e18d6cd

Browse files
committed
Suppress warning.
1 parent 18f5d5a commit e18d6cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xds/src/test/java/io/grpc/xds/XdsSecurityClientServerTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,7 @@ private UpstreamTlsContext setBootstrapInfoAndBuildUpstreamTlsContext(String cli
611611
.buildUpstreamTlsContext("google_cloud_private_spiffe-client", hasIdentityCert);
612612
}
613613

614+
@SuppressWarnings("deprecation") // gRFC A29 predates match_typed_subject_alt_names
614615
private UpstreamTlsContext setBootstrapInfoAndBuildUpstreamTlsContextForUsingSystemRootCerts(
615616
String clientKeyFile,
616617
String clientPemFile,

0 commit comments

Comments
 (0)