rewrite-spring
rewrite-spring copied to clipboard
Boot 3 upgrade doesn't add XML Bind dependency
Unit test demonstrating an issue upgrading Petclinic to Boot 3.
jakarta.xml.bind-api dependency should be added explicitly but it's not because rewrite-maven dependency resolution thinks that this dependency is present on the compile scope already for some reason via transitive dependencies.