Commit 980fb7f
committed
fix: add netty-codec-haproxy to proxy Bazel deps
Http2ProtocolProxyHandler in proxy uses HAProxyMessageEncoder from
io.netty.handler.codec.haproxy. This was previously available through
the netty-all aggregator, but after switching to explicit submodules
the dependency must be declared.
Add netty_codec_haproxy to both the proxy java_library and the tests
target to silence Bazel strict-deps warnings and ensure consistent
dependency declaration.1 parent ce7f175 commit 980fb7f
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
| 117 | + | |
116 | 118 | | |
117 | 119 | | |
118 | 120 | | |
| |||
0 commit comments