- 
                Notifications
    You must be signed in to change notification settings 
- Fork 78
Closed
Milestone
Description
Hi,
XMLUnit is currently using the jakarta.xml.bind:jakarta.xml.bind-api r2.3.3, which uses the legacy package javax.xml.bind.
Since Jakarta XML Binding 3.0, the package was changed to jakarta.xml.bind.
I think it's time to get away from the old javax.* world and embrace the new jakarta.* one. Several other projects have already migrated and because Maven groupId/artifactId have not changed, we can't use both at the same time.
IMO, it would be a step forward to update this API.
It would also be a step forward to update Java to 11+. It's about time to move on and let Java 8 go.
Regards