gdesrosiers1805 opened a new pull request, #1678: URL: https://github.com/apache/daffodil/pull/1678
java.net.URL(String) has been deprecated since JDK 20, and causes the build to fail in some instances. Use the new URI(schemaFile).toURL instead, which is non-deprecated and available on all supported JDK versions. DAFFODIL-3083 -- 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]
