eclipse-ee4j / jaxb-ri

Jaxb RI
https://eclipse-ee4j.github.io/jaxb-ri/
BSD 3-Clause "New" or "Revised" License
202 stars 110 forks source link

Replace fastBoot system property with proper API #552

Open Tomas-Kraus opened 16 years ago

Tomas-Kraus 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]

Tomas-Kraus commented 6 years ago
Tomas-Kraus commented 16 years ago

@glassfishrobot Commented Reported by skaffman

Tomas-Kraus commented 16 years ago

@glassfishrobot Commented Was assigned to snajper

Tomas-Kraus commented 7 years ago

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