Kenny MacLeod opened SPR-5745 and commented
Jaxb2Marshaller and Jaxb2Unmarshaller initialise their JAXBContext objects inside afterPropertiesSet(). In some cases, particularly with large, complex schema bindings, the creation of the JAXBContext can take a long time (>10 seconds). It would be much preferably to create the context lazily, allowing the marshaller/unmarshaller to initialise quickly, and don't create the jaxb context until it is first needed.
Affects: 3.0 M3
Referenced from: commits 58d3e70