mattcasters opened a new pull request, #7510:
URL: https://github.com/apache/hop/pull/7510
## Summary
- Fix `HopServer.applySystemProperties()` to split on the first `=` only
(`split("=", 2)`), matching `Hop` and `HopRun`.
- System property values that contain additional equals signs (JDBC URLs,
query strings, tokens) are no longer truncated.
Fixes #7502
## Test plan
- [ ] Start Hop Server with `--system-properties key=value=with=equals`
- [ ] Confirm `System.getProperty("key")` returns the full value after the
first `=`
- [ ] Confirm simple `key=value` properties still work as before
--
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]