MyGit

v2.5.0.RELEASE

grpc-ecosystem/grpc-spring

版本发布时间: 2019-08-11 21:10:16

grpc-ecosystem/grpc-spring最新发布版本:v3.1.0.RELEASE(2024-04-14 20:34:20)

Features

Bug Fixes

Documentation

Dependencies

Migration

Change

grpc.server.security.certificateChainPath=certificates/server.crt
grpc.server.security.privateKeyPath=certificates/server.key
grpc.server.security.trustCertCollectionPath=certificates/trusted-clients.crt.collection

to

grpc.server.security.certificateChain=file:certificates/server.crt
grpc.server.security.privateKey=file:certificates/server.key
grpc.server.security.trustCertCollection=file:certificates/trusted-clients.crt.collection

The client properties should be renamed in a similar manner. Currently both the old and the new config options work. But a warning with a migration notice will be shown.

Acknowledgements

Thanks to all our contributors:

相关地址:原始地址 下载(tar) 下载(zip)

查看:2019-08-11发行的版本