[boot-upgrade] Upgrade petclinic to boot 3 results in compiler errors #1022
Labels
for: eclipse
something that is specific for Eclipse
for: vscode
something that is specific for VSCode
theme: refactoring
type: bug
Milestone
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 pomjakarta.xml.bind-api
. Missing due tojakarta.xml.bind-api
being a Compile scope transitive dependency while it is Runtime scope dependency only.Rewrite issue: openrewrite/rewrite#3088
The text was updated successfully, but these errors were encountered: