Closed
Description
Converting the standard petclinic sample application to Spring Boot 3 results in a broken project:
-
the jakarta persistence api dependency gets added, but this doesn't seem to be necessary
-
this dependency doesn't get added:
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
</dependency>
so that compile errors are the result.