Comments on: gRPC in Spring Boot https://piotrminkowski.com/2025/12/15/grpc-spring/ Java, Spring, Kotlin, microservices, Kubernetes, containers Tue, 23 Dec 2025 19:53:05 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: Maciek https://piotrminkowski.com/2025/12/15/grpc-spring/#comment-2765 Tue, 23 Dec 2025 19:53:05 +0000 https://piotrminkowski.com/?p=15902#comment-2765 Hey Piotr,
hm…my comments related to plugin settings were removed. Again in your example you had used binaryMavenPlugins node which is deprecated. Versions for both plugins are ok. No need to change them.
All you need to do is to replace binaryMavenPlugins node with the following:
plugin kind=”binary-maven” in protoc-gen-grpc-java plugin setup.
Maciek

]]>
By: piotr.minkowski https://piotrminkowski.com/2025/12/15/grpc-spring/#comment-2763 Sun, 21 Dec 2025 16:21:07 +0000 https://piotrminkowski.com/?p=15902#comment-2763 In reply to Maciek.

Hi. Thanks. But, which of them are deprecated. E.g. `1.77.0` is the latest version `protoc-gen-grpc-java`.

]]>
By: Maciek https://piotrminkowski.com/2025/12/15/grpc-spring/#comment-2762 Wed, 17 Dec 2025 22:44:22 +0000 https://piotrminkowski.com/?p=15902#comment-2762 Hey Piotr,
is deprecated. Based on the plugin github examples
you might update your pom with the following changes:

4.33.1

io.grpc
protoc-gen-grpc-java
1.77.0

Cheers,
Maciek

]]>
By: piotr.minkowski https://piotrminkowski.com/2025/12/15/grpc-spring/#comment-2761 Tue, 16 Dec 2025 13:55:02 +0000 https://piotrminkowski.com/?p=15902#comment-2761 In reply to erikpogi.

Looks nice. Thanks for suggestion!

]]>
By: erikpogi https://piotrminkowski.com/2025/12/15/grpc-spring/#comment-2760 Tue, 16 Dec 2025 05:39:20 +0000 https://piotrminkowski.com/?p=15902#comment-2760 You should checkout FintX (https://fintx.dev) for testing the gRPC service. It is open source and has a very intuitive UI

]]>