eed3si9n / scalaxb

scalaxb is an XML data binding tool for Scala.
http://scalaxb.org/
MIT License
332 stars 154 forks source link

Support choosing `javax` or `jakarta` for jaxb package name #613

Closed mrdziuban closed 10 months ago

mrdziuban commented 10 months ago

For users who want to use jaxb-api versions >= 3. The default is still javax but can be changed to jakarta via the CLI by passing

--jaxb-package jakarta

And via the SBT plugging by setting

scalaxbJaxbPackage := JaxbPackage.Jakarta
zarthross commented 8 months ago

@eed3si9n, we are trying to update our Jakarta version and it would be awesome if we could use this change for that, can you make a release for this soon?

eed3si9n commented 8 months ago

https://scalaxb.org/scalaxb-1.12.0 is out!

zarthross commented 8 months ago

@eed3si9n Thank you!