Commit 5cbd0be
committed
docs: Add required dependencies for JsonToGrpc filter
The JsonToGrpc GatewayFilter relies on several optional dependencies
that are not included transitively. Without them, users encounter a
NoClassDefFoundError at runtime when the filter is invoked.
Documented required dependencies:
- io.grpc:grpc-netty
- io.grpc:grpc-protobuf
- io.grpc:grpc-stub
- com.google.protobuf:protobuf-java-util
Fixes gh-3424
Signed-off-by: Tarte <emprimula@gmail.com>1 parent 3217852 commit 5cbd0be
1 file changed
Lines changed: 28 additions & 0 deletions
File tree
- docs/modules/ROOT/pages/spring-cloud-gateway-server-webflux/gatewayfilter-factories
Lines changed: 28 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
6 | 34 | | |
7 | 35 | | |
8 | 36 | | |
| |||
0 commit comments