Closed
Description
Upgrade petclinic to Boot 3. (Petclinic: https://github.com/BoykoAlex/spring-petclinic/tree/2.7.x)
Compiler errors: unresolved jakarta.xml
due to missing from the pom jakarta.xml.bind-api
. Missing due to jakarta.xml.bind-api
being a Compile scope transitive dependency while it is Runtime scope dependency only.
Rewrite issue: openrewrite/rewrite#3088