yyqdbngt opened a new pull request, #3412:
URL: https://github.com/apache/rocketmq-dashboard/pull/3412

   ### Summary
   
   `CliProcessEnvironment` forwards a fixed allow-list of runtime variables 
plus configured extras. Existing tests covered the allow-list filtering and 
override precedence, but not the full default-name set or null edge cases.
   
   ### Changes
   
   - Every default runtime name (`LC_ALL`, `TERM`, proxy vars, Windows vars, 
etc.) is forwarded when present in the parent
   - An allowed parent variable whose value is `null` is skipped
   - Provider variables still apply when the parent environment is `null`
   
   ### Testing
   
   `mvn test -Dtest=CliProcessEnvironmentTest` passes: 9 tests, 0 failures (up 
from 6).


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