Skip to content

Add debug log for HttpMessageConverter usage [SPR-6976] #11641

@spring-projects-issues

Description

@spring-projects-issues

Simon Wong opened SPR-6976 and commented

It would be nice to add more debug logging message for HttpMessageConverter usage in AnnotationMethodHandlerAdapter.java, RestTemplate.java and HttpMessageConverterExtractor.java for the following

  • The accepted MediaType list from Client
  • The actual HttpMessageConverter (and the supported media types) be used that can read/write for that HttpMessage
  • The final output MediaType in the response.

Affects: 3.0 GA, 3.0.1

Referenced from: commits 4880d1d

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions