mhamedbenjmaa opened a new pull request, #7228:
URL: https://github.com/apache/hop/pull/7228

   ## Summary
   Fixes #7174 - Command-line system properties (e.g., -Dname=value) were being 
overwritten by hop-config.json values during HopEnvironment initialization.
   
   ## Changes
   - Modified `HopEnvironment.java` to check if a system property already 
exists before overwriting it
   - Added test `HopEnvironmentSystemPropertyTest.java` to verify command-line 
properties are preserved
   
   ## Testing
   - All existing tests pass
   - New tests verify:
     - Command-line properties are not overwritten by config file
     - Config file properties are still applied when not set via command-line
   
   ## Fixes
   - Closes #7174


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