We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This task is part of the Java 11 transition plan https://github.com/iluwatar/java-design-patterns/wiki/16.-Java-11-Transition
Casting to URLClassLoader no longer works in newer Java versions. Do we have that in this project? In that case we should get rid of it.
Links: https://blog.codefx.org/java/java-9-migration-guide/
The text was updated successfully, but these errors were encountered:
I just checked in the project, there is no usage of URLClassLoader.
Sorry, something went wrong.
Thanks @jarpit96 for checking this. In that case we can close this issue.
No branches or pull requests
This task is part of the Java 11 transition plan https://github.com/iluwatar/java-design-patterns/wiki/16.-Java-11-Transition
Casting to URLClassLoader no longer works in newer Java versions. Do we have that in this project? In that case we should get rid of it.
Links:
https://blog.codefx.org/java/java-9-migration-guide/
The text was updated successfully, but these errors were encountered: