You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nosan
changed the title
Remove the custom decode method in OpenTelemetryResourceAttributes and replace it with StringUtils.uriDecode
Use StringUtils.uriDecode where feasible
Mar 30, 2025
See #44677 for the background
Related to spring-projects/spring-framework#34673
In Spring Boot 4.x, this method can be replaced with
StringUtils.uriDecode
.https://github.com/spring-projects/spring-boot/blob/main/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/opentelemetry/OpenTelemetryResourceAttributes.java#L164
The text was updated successfully, but these errors were encountered: