Richard Zowalla created CXF-9197:
------------------------------------
Summary: Replace new URL(...) in client.vm in wsldto to avoid
deprecation issues in Java 20+
Key: CXF-9197
URL: https://issues.apache.org/jira/browse/CXF-9197
Project: CXF
Issue Type: Improvement
Reporter: Richard Zowalla
Currently, client.vm in the wsldto module uses new URL(...) to create URL
instances. Starting from Java 20, certain constructors of URL are deprecated,
which may lead to issues if the generated code is scanned by SCA tooling.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)