A feature was added to JAXB-RI 2.0.4 where a system property "fastBoot" could be
set, which would improve startup performance of JAXBContext.newInstance() at the
expense of runtime performance. This works nicely, but a system property is an
unpleasant way of doing it.
When Kohsuke put this in, he intended to replace the system property with a
proper API at some point, but this never materialised. Can it be added now?
A feature was added to JAXB-RI 2.0.4 where a system property "fastBoot" could be set, which would improve startup performance of JAXBContext.newInstance() at the expense of runtime performance. This works nicely, but a system property is an unpleasant way of doing it.
When Kohsuke put this in, he intended to replace the system property with a proper API at some point, but this never materialised. Can it be added now?
Environment
Operating System: All Platform: All
Affected Versions
[2.1.8]