You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This classloader is a URLClassloader which does not get closed and is therefore relying on the finalizer to close all open file handles. This is a problem for long running maven processes for large projects.
This should probably be modified to be closed as the finalize method and the finalizer has been deprecated for possible future removal as of jdk9.
This classloader is a URLClassloader which does not get closed and is therefore relying on the finalizer to close all open file handles. This is a problem for long running maven processes for large projects.
This should probably be modified to be closed as the finalize method and the finalizer has been deprecated for possible future removal as of jdk9.
https://github.com/highsource/maven-jaxb2-plugin/blob/master/plugin-core/src/main/java/org/jvnet/jaxb2/maven2/RawXJC2Mojo.java#L312
The text was updated successfully, but these errors were encountered: