Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use StringUtils.uriDecode where feasible #44945

Open
nosan opened this issue Mar 29, 2025 · 3 comments
Open

Use StringUtils.uriDecode where feasible #44945

nosan opened this issue Mar 29, 2025 · 3 comments
Labels
type: task A general task
Milestone

Comments

@nosan
Copy link
Contributor

nosan commented Mar 29, 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

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Mar 29, 2025
@nosan 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
@mhalbritter mhalbritter added type: task A general task and removed status: waiting-for-triage An issue we've not yet triaged labels Mar 31, 2025
@mhalbritter mhalbritter added this to the 4.0.x milestone Mar 31, 2025
@gautambishal

This comment has been minimized.

@nosan

This comment has been minimized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: task A general task
Projects
None yet
Development

No branches or pull requests

4 participants