javaee / jaxb-v2

Other
211 stars 100 forks source link

Replace fastBoot system property with proper API #552

Open glassfishrobot opened 16 years ago

glassfishrobot commented 16 years ago

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]

glassfishrobot commented 16 years ago

Reported by skaffman

glassfishrobot commented 16 years ago

Was assigned to snajper

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA JAXB-552