Croway opened a new pull request, #1754:
URL: https://github.com/apache/camel-spring-boot/pull/1754

   ## Summary
   - Backport of #1747 to `camel-spring-boot-4.14.x`
   - Removes `setUseReaderForPayload` which corrupts non-text request bodies 
under Spring Boot's default UTF-8 charset
   - Always uses `request.getInputStream()` instead of `request.getReader()`, 
aligning with the Vert.x platform-http implementation
   
   Jira: https://issues.apache.org/jira/browse/CAMEL-23320


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to