| Both ConfigXsdSupport and MappingXsdSupport are designed as singletons, yet some code points are not reusing the singleton. This is causing an high amount of resource lookups to re-load the same XSDs at runtime, particularly noticeable in the build time as the testsuite will need this many thousand times. |