Release Notes / Version 11.2304
Table Of ContentsUpdated gRPC Spring Boot Starter to 2.14.0.
This change is considered breaking because classes from package
net.devh.boot.grpc.client.metric
(artifact
net.devh:grpc-client-spring-boot-autoconfigure
) have been deleted. They have been copied to
io.micrometer:micrometer-core
with release 1.7.0 to package
io.micrometer.core.instrument.binder.grpc
.
For further details see https://github.com/yidongnan/grpc-spring-boot-starter/releases/tag/v2.14.0.RELEASE
(CMS-22516)