Re: SXC JAXB from codehaux

2022-02-21 Thread Jean-Louis Monteiro
Hey David, Thanks, I ended up finding your repo and putting all the pieces together. Good to have this summary in the mailing list though. I'm still not sure if it is worth it or not. We would need to measure it on different sets of applications. For the moment, I have bytecode updated it as

Re: SXC JAXB from codehaux

2022-02-16 Thread David Blevins
> On Feb 16, 2022, at 9:28 AM, Zowalla, Richard > wrote: > > The list archive does not contain any useful information regarding sxc. Note the list archive frustratingly searches only the last month's worth of mail by default. Try this link: -

Re: SXC JAXB from codehaux

2022-02-16 Thread Zowalla, Richard
Yup, but group ids differ, so I think, that the SXC repo (from codehaus) on GitHub does not yield the actual code. From the 2013 commit by Romain, I can see an adjustment of the group id from com.envoisolutions.sxc to org.metatype.sxc The list archive does not contain any useful information

Re: SXC JAXB from codehaux

2022-02-16 Thread Jean-Louis Monteiro
Codehaus repo is https://github.com/codehaus/sxc -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Wed, Feb 16, 2022 at 3:21 PM Zowalla, Richard < richard.zowa...@hs-heilbronn.de> wrote: > From a quick scan of our deps, it looks like we are using > >

Re: SXC JAXB from codehaux

2022-02-16 Thread Zowalla, Richard
From a quick scan of our deps, it looks like we are using org.metatype.sxc artifacts (last release 2013): https://mvnrepository.com/artifact/org.metatype.sxc I wasn't able to find an actual repository, which contains the related code (and not the artifacts from the codehouse repo...) Gruß

Re: SXC JAXB from codehaux

2022-02-16 Thread Jean-Louis Monteiro
We do have some code to generate JAXB accessors. From what I recall, the first time JAXB sees classes, it will bytecode generate the accessors. This is fine for further invocations, but when you read descriptors only once or a few times, it's not worth generating them at runtime. We use SXC to

Re: SXC JAXB from codehaux

2022-02-16 Thread Thomas Andraschko
Why do we need SXC? Am Mi., 16. Feb. 2022 um 14:49 Uhr schrieb Jean-Louis Monteiro < jlmonte...@tomitribe.com>: > Hi, > > I'm still doing some upgrades with the view to have some jakarta compliant > builds for TomEE 9.x. > > I did some Geronimo upgrades to Jakarta like Geronimo Transaction

SXC JAXB from codehaux

2022-02-16 Thread Jean-Louis Monteiro
Hi, I'm still doing some upgrades with the view to have some jakarta compliant builds for TomEE 9.x. I did some Geronimo upgrades to Jakarta like Geronimo Transaction (would need a release). I'm now looking at SXC which is a layer on top of JAXB. It hasn't been released for 13 years and