Spring gRPC 0.3.0 released
The experimental Spring gRPC project released its 0.3.0 version recently. Jars are available in Maven Central, and you can generate a new project with Spring gRPC at https://start.spring.io. We recommend you do that if you are trying it out because there are some build plugins to configure and the generated project will have that all sorted out for you.
The new release has some updates to factory interfaces on the client side. Also there is now full support for autoconfiguration of client side interceptors, including the ones from Micrometer. On the server side we now support Spring Security…