svendiedrichsen / jollyday

Jollyday - A holiday API
Other
186 stars 116 forks source link

upgrade to jakarta.xml.bind 4.0.0 #170

Open arolfes opened 1 year ago

arolfes commented 1 year ago

Hi @svendiedrichsen ,

I upgrade the jollyday api to uses jakarta.xml insteadof javax.xml

I (my company) need this to work with spring boot 3

Please have a look at this PR, when everything is as you expected, then merge it and create a new release please.

Best Regards Alex

pimhoff72 commented 1 year ago

Hi, that is exactly what I am looking for when upgrading to spring boot 3. I hope it will find it's way into an official release. Thank you for the library / patch Kind Regards Peter

derTobsch commented 1 year ago

If you want to can use https://github.com/focus-shift/jollyday - Using jaxb 4.x will be there at the end of the week.

pimhoff72 commented 1 year ago

thanks a lot with focusshift-jollyday 0.10.0, I just needed to adjust some package-names to use it with spring boot 3 :-) maybe you could put a link in the readme to the version using JAXB. I did not expect to have another repo for it.