maheshrajus opened a new pull request, #508:
URL: https://github.com/apache/tez/pull/508

   ## What changes were proposed in this PR?
   Replace deprecated java.net.URL constructors with URI-based alternatives for 
Java 20+ compatibility
   
   The `java.net.URL` constructors have been deprecated
   since Java 20 and are marked for removal in a future JDK release.
   This patch replaces all usages of deprecated URL constructors across the
   codebase with the recommended URI-based alternatives.
   
   Linked JIRA:
   https://issues.apache.org/jira/browse/TEZ-4726
   
   ## How was this patch tested?
   - with existed UT


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