Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.1
-
None
Description
JAXBContext.newInstance is very expensive.
The JAXBContext needs to be cached in a public static final variable after creation for later access. Since it is threadsafe by design, it should be possible to cache.