yuluo-yx opened a new pull request, #2706:
URL: https://github.com/apache/rocketmq-dashboard/pull/2706

   ## Problem
   
   Message user-property values containing commas were split into extra 
malformed records, corrupting valid values such as locations and lists.
   
   ## Changes
   
   - define one `key=value` property per line
   - preserve commas and additional equals signs inside values
   - update the form guidance and cover CRLF and duplicate-key behavior
   
   ## Local verification
   
   - `npm test -- --run src/utils/messageProperties.test.ts 
src/pages/instance/__tests__/TopicPage.test.tsx` — 2 files, 19 tests passed
   - targeted ESLint passed
   - targeted Prettier check passed
   - `git diff --check`
   - PR scope check: 29 changed lines, 3 files, 1 commit
   
   No containers, full E2E suite, full repository build, or remote workflow was 
started manually.
   
   Fixes #2701
   


-- 
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