quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.7k stars 2.65k forks source link

Support generating objects from XSD files in quarkus-jaxb extension #35207

Open rokkolesa opened 1 year ago

rokkolesa commented 1 year ago

Description

It would be very useful if the quarkus-jaxb extension would support generating Java objects from XSD files. You could leverage the xjc tool which the quarkus-cxf extension already uses for wsdl2java generation. It would also be useful to support xjb files as well to customize the object generation, or just in general to support additional params.

Right now, we have to use e.g. org.codehaus.mojo:jaxb2-maven-plugin to achieve this with the xjc goal.

(Moved here from quarkiverse/quarkus-cxf#951 according to @ppalaga ).

Implementation ideas

No response

quarkus-bot[bot] commented 1 year ago

/cc @Sgitario (jaxb), @gsmet (jaxb)

wwwaldemar commented 7 months ago

i am also interested on this feature ::)