Details
-
Improvement
-
Resolution: Fixed
-
Major
-
8.3
-
N/A
-
N/A
-
Description
Creating an XMLInputFactory instance requires to load classes and resources from the classloader which is not super fast but more importantly lock everyone else from using the classloder.
XMLInputFactory Javadoc does not say anything but in practice implementation are making sure to have thread safe factories.