It has been added a while back when David did some performance
investigations around startup. He realized that Jaxb starts becoming fast
after some iterations but for TomEE, we read descriptors at startup and
then we are done. So we were paying the cost of all the JAXB code
generation without really using it.

So David trying SXC to generate the getter and setter and use a SAX handler
to parse the file.
That's the only thing I recall but I can look for more information
--
Jean-Louis Monteiro
http://twitter.com/jlouismonteiro
http://www.tomitribe.com


On Tue, Feb 5, 2019 at 2:35 PM Jonathan Gallimore <
[email protected]> wrote:

> I'm doing some more work around running the build in Java 11. I have a
> quick question - we have a dependency called SXC. Anyone know what it is?
> It looks like a JAXB implementation. Could we use it as opposed to pulling
> in org.glassfish.jaxb:jaxb-runtime?
>
> Jon
>
  • SXC Jonathan Gallimore
    • Re: SXC Jean-Louis Monteiro

Reply via email to