[
https://issues.apache.org/jira/browse/TEZ-4726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mahesh Raju Somalaraju updated TEZ-4726:
----------------------------------------
Summary: Replace deprecated java.net.URL constructors with URI alternatives
(was: Replace java.net.URL with URI as java.net.URL is Deprecated from Java20 )
> Replace deprecated java.net.URL constructors with URI alternatives
> ------------------------------------------------------------------
>
> Key: TEZ-4726
> URL: https://issues.apache.org/jira/browse/TEZ-4726
> Project: Apache Tez
> Issue Type: Improvement
> Reporter: Mahesh Raju Somalaraju
> Assignee: Mahesh Raju Somalaraju
> Priority: Major
>
> Replace java.net.URL with URI as java.net.URL is Deprecated from Java20
> {code:java}
> java.net.URL
> @Deprecated(since = "20")
> public URL(
> @NonNls @NotNull String spec
> ){code}
> We need to scan the Tez code and replace with URI.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)