spring-framework/spring-web
Brian Clozel d927d64c40 Improve query params in uri KeyValue with HTTP interface client
Prior to this commit, the HTTP interface client would create URI
templates and name query params like so:
"?{queryParam0}={queryParam0[0]}".
While technically correct, the URI template is further used in
observations as a KeyValue. This means that several service methods
could result in having the exact same URI template even if they produce
a different set of query params.

This commit improves the naming of query params in the generated URI
templates for better observability integration.

Closes gh-34176
2025-01-02 20:00:38 +01:00
..
src Improve query params in uri KeyValue with HTTP interface client 2025-01-02 20:00:38 +01:00
spring-web.gradle Implement Eclipse Jetty core HTTP handler adapter 2024-07-08 18:36:46 +02:00