Commit 17256b3
Remove static:// prefix from VirtualTargets.DEFAULT
The static:// prefix is not a valid gRPC scheme and causes
IllegalArgumentException when using @ImportGrpcClients without Spring
Boot. Replace the prefix logic with a simple resolution
of "default" to "localhost:9090".
References: gh-401
Signed-off-by: Andrey Litvitski <andrey1010102008@gmail.com>1 parent c506f18 commit 17256b3
1 file changed
Lines changed: 5 additions & 12 deletions
Lines changed: 5 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | 19 | | |
22 | 20 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
33 | 26 | | |
34 | 27 | | |
35 | 28 | | |
| |||
0 commit comments