Skip to content
This repository was archived by the owner on Jun 15, 2026. It is now read-only.

Upgrade to JAXB 4, and newer maven plugin#31

Open
doctau wants to merge 1 commit into
ffissore:masterfrom
doctau:jaxb4
Open

Upgrade to JAXB 4, and newer maven plugin#31
doctau wants to merge 1 commit into
ffissore:masterfrom
doctau:jaxb4

Conversation

@doctau

@doctau doctau commented Apr 13, 2025

Copy link
Copy Markdown

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

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