rohithvegesna commented on PR #16348:
URL: https://github.com/apache/dubbo/pull/16348#issuecomment-4756006866

   Thanks for triggering the re-run, @AlbumenJ — CI is fully green now ✅.
   
   This is a small, self-contained fix: `StringUtils.toBoolean("off")` was 
returning `true` (a copy-paste slip from the adjacent `"yes"` branch), now 
corrected to `false`, plus the previously-missing unit coverage for 
`toBoolean`. The full bug breakdown is in the description above (fixes #16347).
   
   Would you have a chance to review when convenient? Happy to address any 
feedback. 🙏
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to