The GitHub Actions job "CI" on 
rocketmq-dashboard.git/fix/body-display-utf8-truncation-1424 has failed.
Run started by GitHub user tju-yxq (triggered by tju-yxq).

Head commit for run:
38dd9971dcb813314334b1557e44e6abc6ff53c7 / Yxq <[email protected]>
[ISSUE #1424] Fix UTF-8 body display truncation at multi-byte boundary

When truncating message body for display, the truncation point could
fall in the middle of a multi-byte UTF-8 character, causing the decoder
to throw CharacterCodingException and fall through to BASE64 encoding
even for valid UTF-8 text. This fix walks back the truncation point to
the last complete UTF-8 character boundary before decoding.

Fixes #1424

Report URL: 
https://github.com/apache/rocketmq-dashboard/actions/runs/31358503713

With regards,
GitHub Actions via GitBox

Reply via email to