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

Revisit Actuator MediaTypeVersion handling #1367

Open
TimHess opened this issue Sep 20, 2024 · 2 comments
Open

Revisit Actuator MediaTypeVersion handling #1367

TimHess opened this issue Sep 20, 2024 · 2 comments
Labels
Component/Management Issues related to Steeltoe Management (actuators) ReleaseLine/4.x Identified as a feature/fix for the 4.x release line Type/bug Something isn't working

Comments

@TimHess
Copy link
Member

TimHess commented Sep 20, 2024

During recent trace actuator work, we discovered that the Content-Type header in actuator responses is not being handled correctly. It might make sense for individual actuator endpoints to be able to specify their media type (eg: /httpExchanges should only ever return v3) and not exclusively respond to an Accepts header and falling back to v2 if the header wasn't found.

We should investigate if any actuator front-ends we care about even pay attention to this header, and if so, how Spring determines the media type to use in the response.

@TimHess TimHess added Type/bug Something isn't working Component/Management Issues related to Steeltoe Management (actuators) ReleaseLine/4.x Identified as a feature/fix for the 4.x release line labels Sep 20, 2024
@TimHess TimHess mentioned this issue Sep 20, 2024
5 tasks
@TimHess
Copy link
Member Author

TimHess commented Sep 25, 2024

This issue and #1335 should be addressed at the same time

@bart-vmware
Copy link
Member

Related: it's currently not possible to change the version of the health actuator, because both HealthConverter and HealthConverterV3 are internal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component/Management Issues related to Steeltoe Management (actuators) ReleaseLine/4.x Identified as a feature/fix for the 4.x release line Type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants