Commit d6c105a
Sai
fix: use Http2ClientConfiguration.PREFIX for ServiceHttp2ClientConfiguration
The `@ConfigurationProperties` annotation on `ServiceHttp2ClientConfiguration`
was referencing `WebSocketCompressionConfiguration.PREFIX` ("ws.compression")
instead of `Http2ClientConfiguration.PREFIX` ("http2"), likely a copy-paste
error from the adjacent `ServiceWebSocketCompressionConfiguration` class.
This caused the nested HTTP/2 client configuration for per-service clients
(`micronaut.http.services.<name>.http2.*`) to bind under the wrong property
path and collide with the WebSocket compression configuration prefix.
Fixes #126201 parent f403651 commit d6c105a
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
324 | | - | |
| 324 | + | |
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
| |||
0 commit comments