spring-framework/spring-messaging/src/test
Brian Clozel 6dd5c85ed0 Support byte array payloads in ProtobufMessageConverter
Prior to this commit, the `ProtobufMessageConverter` used in messaging
would try and serialize the message payload by calling "toString()" on
it in order to pass it to the Protobuf JSON encoder.
While this works for `String` payloads, this fails for `byte[]` types.

This commit ensures that such `byte[]` are first converted to `String`
instances using the given charset first.

Fixes gh-27408
2024-06-25 21:16:50 +02:00
..
java/org/springframework/messaging Support byte array payloads in ProtobufMessageConverter 2024-06-25 21:16:50 +02:00
kotlin/org/springframework/messaging Improve RSocketClientToServer*IntegrationTests reliability 2023-07-09 18:39:50 +02:00
proto #24022 - added protobuf MessageConverter 2019-11-29 14:20:05 +00:00
resources Increase logging for spring-messaging tests 2022-11-22 20:52:50 +00:00