Skip to content

Conversation

@doctau
Copy link

@doctau doctau commented Apr 13, 2025

This upgrades to JAXB4, switches to the hisource maven plugin which supports it, and updates all the maven plugins.

I have also switched the xs:date and xs:dateTime bindings from java.util.Date to java.time.LocalDate/LocatDateTime and added xs:time bound to LocalTime. I can remove that if you would prefer to keep it as-is.

I have no done exhaustive testing yet, but a quick check seems to work and the tests pass. I believe that this would resolve #29 (Hibernate 6 and Spring Boot 3), and make it clearer Java 17+ is supported #30, as well as obsoleting the dependabot PRs for the maven plugin updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incompatible with projects using Hibernate 6 (and therefore Spring Boot 3)

1 participant