Details
Description
Maxscale 25.10 use the nodejs version from OS.
With switching to nodejs 24 , maxctrl list servers throws:
[DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
(Use `node --trace-deprecation ...` to show where the warning was created)
url.parse() should be replaced with new URL(string)